- Feb 20, 2014
-
-
Jan Kadlec authored
- Removed rrset->rdata_indices, RDATA lengths are now stored inline together with RR's TTL - Added function to get RR's TTL - TTL of the whole RRSet can still be obtained, but it will default to the first RR's TTL or 0 - Renamed few RRSet functions, removed a few too - the file still needs a cleanup and function reordering - Special handling for RRSIGs during AXFR-out no longer needed (yay)
-
- Feb 17, 2014
-
-
Jan Kadlec authored
-
Jan Kadlec authored
Conflicts: src/knot/ctl/knotc_main.c
-
Jan Kadlec authored
-
Jan Kadlec authored
- Removed hattrie for duplicated DNAMEs - was not active anyway.
-
Daniel Salzman authored
-
Jan Kadlec authored
-
Jan Kadlec authored
-
Jan Včelák authored
Ipv6 Is Not A New Thing Most is said in the commits. The basic idea is to reuse the (already provided) structures and streamline in the xfr-handler and server/zone structures in preparation for the zone events.
-
Marek Vavrusa authored
-
Jan Kadlec authored
Conflicts: src/libknot/tsig-op.c
-
Jan Kadlec authored
-
Jan Kadlec authored
-
Marek Vavrusa authored
-
Marek Vavrusa authored
Conflicts: src/knot/server/xfr-handler.c src/knot/server/zones.c src/knot/server/zones.h
-
Daniel Salzman authored
Forwarding Fix Correct message id reinstating, appending of TSIG RR when forwarding query/response.
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-
Jan Kadlec authored
Zone Loading Failed Diff + test cases See the commit messages, should be clear. Also, the `failed to sign the zone:` message appears also when ixfr-from-differences fails, because it's together in one function (so it prints out even if I don't have DNSSEC signing enabled). I'm not sure how to handle this properly, maybe have differences and zone signing in a separate functions and print the reason from within.
-
Daniel Salzman authored
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-
- Feb 14, 2014
-
-
Marek Vavrusa authored
covered: - data change, serial increase - data change, serial doesn't change - data change, serial < initial serial
-
Marek Vavrusa authored
zone
-
Marek Vavrusa authored
-
Marek Vavrusa authored
fails
-
Jan Kadlec authored
-
Marek Vavrusa authored
-
Jan Kadlec authored
-
Marek Vavrusa authored
-
Jan Kadlec authored
-
Jan Kadlec authored
-
Jan Kadlec authored
-
Daniel Salzman authored
-
Daniel Salzman authored
-
Jan Kadlec authored
-
- Feb 13, 2014
-
-
Jan Kadlec authored
-
Jan Kadlec authored
-
Jan Kadlec authored
-
Marek Vavrusa authored
- the zone_master API is actually useful, as it allows rotation for multi-master later on
-