Skip to content
Snippets Groups Projects
  1. Aug 20, 2012
  2. Aug 17, 2012
  3. Aug 16, 2012
  4. Aug 15, 2012
  5. Aug 13, 2012
  6. Jul 18, 2012
    • Jan Kadlec's avatar
      Added new error code. · e0e87cb2
      Jan Kadlec authored
      - Added KNOT(D)_ENODIFF, which is now being returned when no zone diff could be produced.
      - if new zone has lower serial than old zone, return KNOT_ERANGE
      - Proper comparison of serials added.
      
      Refs #1949
      e0e87cb2
  7. Jul 17, 2012
  8. Jun 19, 2012
  9. Mar 01, 2012
  10. Feb 22, 2012
  11. Feb 04, 2012
  12. Dec 02, 2011
    • Lubos Slovak's avatar
      Fixed distinction of IXFR replies. · caf3ea85
      Lubos Slovak authored
      - Modified log messages related to IXFR.
      - Fixed recognition of "did not fit in packet" IXFR response.
        + Better log message in such case.
      
      refs #1459 @20m
      caf3ea85
  13. Nov 02, 2011
  14. Nov 01, 2011
  15. Oct 18, 2011
  16. Sep 25, 2011
    • Lubos Slovak's avatar
      Handling of error conditions during XFR. · 3d384f2a
      Lubos Slovak authored
      - Handling error response from server.
      - Added new KNOT error code for this KNOT_EXFRREFUSED.
      - Error codes fomr xfrin_transfer_needed() were not properly
        distinguished in zones_process_response().
      
      TODO:
        - Retry after refused or otherwise terminated transfer.
        - Handle error responses in SOA response processing.
        - Handle error conditions in zones_process_response().
      3d384f2a
  17. Sep 23, 2011
    • Lubos Slovak's avatar
      Handling of fallback to AXFR. · 82449bc9
      Lubos Slovak authored
      - Handling of fallback to AXFR in knot_ns_process_ixfrin().
      - Handling of this condition in xfrin_process_ixfr_packet().
      - Added new KNOT error code for this condition.
      - Handling of this condition in xfr_process_event().
      
      refs #1316 @2h
      82449bc9
    • Lubos Slovak's avatar
      Handling of some IXFR response types. · f5396371
      Lubos Slovak authored
      - Distinguishing completed transfer by the return value from
        xfrin_process_ixfr_packet().
      - Handling case of only one SOA record in response (RFC1995bis 4
        a and b).
      
      refs #1210 @1h
      f5396371
  18. Aug 25, 2011
  19. Aug 15, 2011
  20. Aug 04, 2011
  21. Aug 03, 2011
  22. Aug 02, 2011
  23. Jun 22, 2011
  24. Apr 20, 2011
    • Lubos Slovak's avatar
      Fixed setting of max packet size to response. · a78db27a
      Lubos Slovak authored
      - If both max size and OPT RR are given, the payload in the OPT RR
        cannot be larger than the max size - added check.
      - Fixed API of response_add_opt().
      - Disabled reallocation in response_add_opt() - larger size in OPT
        RR should not override the max size already set (max size is
        more important).
      
      refs #769
      a78db27a
  25. Apr 19, 2011
  26. Apr 05, 2011
  27. Mar 28, 2011
  28. Mar 16, 2011
Loading