- Feb 20, 2014
-
-
Lubos Slovak authored
-
Lubos Slovak authored
-
Lubos Slovak authored
-
Lubos Slovak authored
Conflicts: src/knot/server/zones.c
-
Lubos Slovak authored
-
Daniel Salzman authored
-
Lubos Slovak authored
-
Lubos Slovak authored
-
Daniel Salzman authored
-
Daniel Salzman authored
-
- Feb 19, 2014
-
-
Lubos Slovak authored
There was problem with the order of operations - changeset application modifies the changeset, so it must be done after the changeset is saved to disk.
-
Daniel Salzman authored
-
Daniel Salzman authored
-
- Feb 17, 2014
-
-
Daniel Salzman 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
-
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
-
Marek Vavrusa authored
-
Lubos Slovak authored
Also simplified the operation a lot. First the newly loaded zone is signed and then the diff is generated (signed zone vs old zone in memory). Thus we do not need to do changeset merging and other such magic. The old code was wrong, as it may have lead to a situation when user makes some changes to DNSSEC records, those are overwritten by signing the zone, but the changeset contains both changes resulting in non-consistent zone.
-
Marek Vavrusa authored
-
Daniel Salzman authored
-
Daniel Salzman authored
-
- Feb 13, 2014
-
-
Marek Vavrusa authored
- the zone_master API is actually useful, as it allows rotation for multi-master later on
-
Marek Vavrusa authored
throughout - it is as good as the sockaddr_t previously, but standard - subnets are only needed for ACLs - common way to print addresses (even AF_UNIX)
-
Daniel Salzman authored
-
Daniel Salzman authored
-
Daniel Salzman authored
-
Daniel Salzman authored
-