- Aug 12, 2013
-
-
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
-
Daniel Salzman authored
refs #111
-
Jan Kadlec authored
Refs #102
-
Jan Kadlec authored
Refs #102
-
Jan Kadlec authored
Refs #102
-
Jan Kadlec authored
should be fixing it. - Has to be re-enabled after discussion. Refs #102
-
- Jul 29, 2013
-
-
Jan Kadlec authored
Refs #102
-
Jan Kadlec authored
There were many conflicts, needs a test. Conflicts: src/libknot/updates/xfr-in.c src/zscanner/scanner.c
-
Jan Kadlec authored
-
Jan Kadlec authored
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-
Jan Kadlec authored
Only rrset.h conflicts resolved! Conflicts: src/libknot/rrset.h src/libknot/updates/xfr-in.c src/libknot/zone/zone-contents.c
-
Jan Kadlec authored
-
Marek Vavrusa authored
This is because most of the packet is now not double-buffered, so query wire is required to remain intact during processing.
-