- Aug 20, 2013
-
-
Daniel Salzman authored
Conflicts: src/knot/conf/cf-parse.y
-
- Aug 16, 2013
-
-
Marek Vavrusa authored
-
Daniel Salzman authored
-
Marek Vavrusa authored
-
Marek Vavrusa authored
This is O(N) on both insert/search, but since the ACL lists are several items long (usually), it is not an issue. The lists are sorted from the longest prefix to the shortest, so the first match is guaranteed to be longest prefix match.
-
- Aug 15, 2013
-
-
Jan Kadlec authored
-
Marek Vavrusa authored
Fixed a bug where NSID couldn't be switched off on reload, causing malformed packets and/or extra bytes. Since it's protected by RCU, it needs to be created on each server reload and the old one should be freed after the RCU is synchronized. Also removed rest of obsolete code and unified EDNS constants.
-
- Aug 14, 2013
-
-
Daniel Salzman authored
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-
Marek Vavrusa authored
Also updated documentation for functions where it was wrong.
-
Marek Vavrusa authored
-
- Aug 12, 2013
-
-
Ľuboš Slovák authored
-
Marek Vavrusa authored
-
Marek Vavrusa authored
refs #137
-
Marek Vavrusa authored
Conflicts: src/libknot/updates/ddns.c
-
Marek Vavrusa authored
-
- Aug 09, 2013
-
-
Daniel Salzman authored
-
- Aug 08, 2013
-
-
Daniel Salzman authored
-
Marek Vavrusa authored
Problem was the function is copied from another one which always decrements the arcount and trims the TSIG RR. But with aggregated responses, this should be stripped not from first, but from the packet actually containing the TSIG.
-
- Aug 06, 2013
-
-
Lubos Slovak authored
refs #122
-
- Aug 05, 2013
-
-
Lubos Slovak authored
-
Lubos Slovak authored
refs #118
-
Lubos Slovak authored
refs #118
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-
Ľuboš Slovák authored
-
Ondřej Surý authored
-
Marek Vavrusa authored
-
Marek Vavrusa authored
Either set it to 0 or comment out the statement.
-
Marek Vavruša authored
-
Ondřej Surý authored
- Aug 02, 2013
-
-
Daniel Salzman authored
-
Marek Vavrusa authored
Main changes: * 'system.hostname' config option is deprecated * 'system.identity' is used for 'id.server' and 'hostname.bind' * 'system.version' is used for 'version.server' and 'version.bind' * In addition, config options (and NSID) support boolean on|off * When on, the automatic default is filled on config load: * FQDN hostname (or at least hostname) for NSID and system.identity * Version string for system.version The config options are still turned off by default. refs #113
-
- Aug 01, 2013
-
-
Daniel Salzman authored
-
Marek Vavrusa authored
There was also a small error when a TCP master socket was removed, the next one was skipped regardless of it's activity level.
-
Marek Vavrusa authored
If previous xfer socket was disconnected, the 'ret' variable wasn't cleared when the current socket is inactive. The outcome of this is that the innocent transfer could be discarded. Thanks to Jonathan Hoppe from Netriplex for discovering this.
-
- Jul 30, 2013
-
-
Marek Vavruša authored
-
Jan Kadlec authored
- addition fix in ddns.c: disabled assertion. This assertion was triggered when removing data from apex node (tested with A record) Refs #102
-