- Aug 15, 2012
-
-
Marek Vavrusa authored
refs #1877
-
- Aug 07, 2012
-
-
Marek Vavrusa authored
This reverts commit 243d4ac1.
-
Marek Vavrusa authored
This reverts commit 756debd0.
-
Marek Vavrusa authored
Added some missing read locks. TODO: may deadlock somewhere, some functions still find zone from zonedb and may corrupt new reloaded zone instead of zone the transfer was started refs #1976
-
Marek Vavrusa authored
refs #1976
-
- Aug 03, 2012
-
-
Jan Kadlec authored
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-
- Aug 02, 2012
-
-
Jan Kadlec authored
- Actual RDATA of zone were beeing changed due to improper API usage. Refs #1965
-
Lubos Slovak authored
- Missing NSEC/NSEC3 is no longer considered an error. refs #1970
-
Marek Vavrusa authored
refs #1950
-
Marek Vavrusa authored
-
Lubos Slovak authored
- If a node contains a CNAME RRSet or just a RRSIG covering a CNAME, the server will not try to resolve the CNAE chain. refs #1971
-
Marek Vavrusa authored
-
Ondřej Caletka authored
This option allows binding to the same port using separate IPv6 and IPv4 socket.
-
- Aug 01, 2012
-
-
Marek Vavrusa authored
refs #1877
-
Marek Vavrusa authored
refs #1877
-
Jan Kadlec authored
- Freeing RRSIGs after RRSet deep copy (there's no switch that would mean no RRSIGs copyiing) - Added assert to zone-dump that checks for such state Refs #1752
-
Jan Kadlec authored
-
Lubos Slovak authored
-
Lubos Slovak authored
refs #1968
-
Lubos Slovak authored
refs #1969
-
- Jul 30, 2012
-
-
Jan Kadlec authored
-
Jan Kadlec authored
- Added to zones section (configuration reference), might be moved later Refs #1877 @2h
-
- Jul 27, 2012
-
-
Jan Kadlec authored
- Was causing compilation error with latest OpenSSL (v1.0.1C) - Made rdata conversion functions static.
-
- Jul 25, 2012
-
-
Lubos Slovak authored
-
Lubos Slovak authored
-
Lubos Slovak authored
- Disabled where I was able to tell it's OK. - Enabled in zone-diff, as I'm not sure it would work without it. Should mitigate problems with IXFRs.
-
Lubos Slovak authored
-
Ondřej Surý authored
-
Lubos Slovak authored
-
- Jul 24, 2012
-
-
Lubos Slovak authored
Conflicts: src/libknot/updates/xfr-in.c
-
Lubos Slovak authored
-
Lubos Slovak authored
- Wrong flag was used. - Added some detailed debug messages (may be removed later). refs #1952 @3h
-
- Jul 23, 2012
-
-
Lubos Slovak authored
-
Lubos Slovak authored
- If the first RRSet was empty and the second one contained only one RDATA, this RDATA would get deallocated.
-
Lubos Slovak authored
- Storing each RDATA separately during changeset application. The chains may get corrupted due to other changes and thus may not be deallocated properly. This caused leaks in some cases when the IXFR failed. This includes counting how many space we must reserve by counting number of RDATA to be stored. - Function for getting RDATA count from the RDATA chain itself
-
Lubos Slovak authored
- Returning new node or NULL (if empty) in dname_get_node(). - Modified dname_update_node() to consider empty nodes. - Freeing empty nodes after everything is finished. - Marking empty nodes by a new flag.
-
Lubos Slovak authored
-
- Jul 21, 2012
-
-
Jan Kadlec authored
-