- Feb 17, 2014
-
-
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
-
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
-
Daniel Salzman authored
-
Daniel Salzman authored
-
- Feb 12, 2014
-
-
Lubos Slovak authored
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-
Marek Vavruša authored
Utils Edns
-
Daniel Salzman authored
-
Daniel Salzman authored
-
Marek Vavrusa authored
fixes #211 Conflicts: src/knot/server/zones.c
-
Daniel Salzman authored
-
Daniel Salzman authored
-
Daniel Salzman authored
-
- Feb 11, 2014
-
-
Daniel Salzman authored
Zonefile loading fixes Most is said in the commit. I would have refactored zone-load more (especially the custom rrset lists could be standard ptrnode_t list from list.h) and a few other things, also it should be named something like `zonefile.h` as we already have a `zone-load.h` file which is for zone loading in general and makes it confusing. But I didnt, as @jkadlec made a lot of changes in the rrset->rrsigs and I suspect this would result in nasty collisions (like the rrset lists code). So... this should be done after his branch is merge-able.
-
Jan Kadlec authored
NSEC/NSEC3: Fixed wildcard expansion proofs and previous node lookup + tests Most of it is written in the commit comments, it's still not pretty but at least it works for now.
-
Daniel Salzman authored
-
Marek Vavrusa authored
- refactored the zone-loader a bit, as reading from zone file creates only contents and the zone is created separately - refactored zone contents creating function, as it is always used in a way where an apex node is created and inserted into contents - crash occured because created zone bound configuration and if parsing failed, the configuration was freed with the zone and also with the caller
-