- Jul 24, 2013
-
-
Jan Kadlec authored
Refs #102
-
Jan Kadlec authored
- Inserting DNAMEs from out-of-zone RRs into tmp DNAME table messed things up when we free'd the RRSet, it's better to check before inserting into table (one could rollback the table, but there are some corner cases not worth solving) Refs #102
-
- Jul 23, 2013
-
-
Jan Kadlec authored
Refs #102
-
- Jul 20, 2013
-
-
Jan Kadlec authored
- RFC 2136 states that the server should return the 'NOTZONE' error code, which it is correcly doing now, so there's no need to change it. - Minor change only, since the actual check is somewhere before this code executes, but I've left the new_node functions as it was, since we may wish to allow some malformations later. Refs #102
-
Jan Kadlec authored
Refs #102
-
Jan Kadlec authored
Refs #102
-
Jan Kadlec authored
- Added an error handling function - Changed some static functions a bit - they now return error codes instead of NULL Refs #102
-
Jan Kadlec authored
- This out-of-zone check caused the whole transfer to fail. IXFR needs to be changed to, reverting to original master (I'd just delete the master branch to rewind, but it is locked, but oh well) Refs #102
-
Jan Kadlec authored
- Server would refuse SOA records this way and transfers would fail. Refs #102, fixes Coverity #1049750
-
- Jul 19, 2013
-
-
Jan Kadlec authored
-
Jan Kadlec authored
Refs #102
-
Daniel Salzman authored
refs #102
-
Jan Včelák authored
-
Daniel Salzman authored
-
Marek Vavrusa authored
fixes #99
-
Marek Vavrusa authored
Both do not interrupt any I/O, just change thread state. This is because it is not required in most cases unless you use infinite timeouts in I/O ops.
-
- Jul 18, 2013
-
-
Marek Vavrusa authored
refs #91
-
Marek Vavrusa authored
refs #91
-
Marek Vavrusa authored
Because it was used also for thread wakeup when it isn't needed, the only limitation is not to use infinite poll loops. Before it was removed, it broke perfectly good transfers with EINTR. refs #91
-
Jan Včelák authored
-
- Jul 17, 2013
-
-
Marek Vavrusa authored
Like example.com..zone
-
Marek Vavrusa authored
This makes partial-closed connections discovery faster than waiting full interval for the watchdog sweep. refs #91
-
Daniel Salzman authored
-
Marek Vavrusa authored
Reverted to usual recvmmsg/sendmmsg availability check.
-
Daniel Salzman authored
-
Daniel Salzman authored
-
- Jul 16, 2013
-
-
Daniel Salzman authored
-
Marek Vavrusa authored
refs #82
-
Marek Vavrusa authored
fixes #82
-
Daniel Salzman authored
-
Daniel Salzman authored
-
Daniel Salzman authored
-
Daniel Salzman authored
-
- Jul 15, 2013
-
-
Jan Včelák authored
-
Daniel Salzman authored
-
Jan Včelák authored
-
Marek Vavrusa authored
Treated as hostname otherwise.
-
Marek Vavrusa authored
-
Jan Kadlec authored
- Nighlty tests would sometimes crash, when zones were not bootstrapper properly.
-
Marek Vavrusa authored
Also some log messages cleanup.
-