- Mar 26, 2014
-
-
Jan Kadlec authored
- some cleanup and fixes as well, namely simplified RR creation during zone load (no malloc)
-
Jan Kadlec authored
- RRSet copies removed, packet now stores rrsets directly (structure is copied, but copy is shallow)
-
- Mar 25, 2014
-
-
Jan Kadlec authored
- use rrset initialization macro instead, or create rrset explicitely
-
Jan Kadlec authored
- kept RRSet copies somewhere (node has to create them now) - replaced knot_rrset_t with knot_rrs_t elsewhere - semantic checks simplified
-
- Mar 24, 2014
-
-
Jan Kadlec authored
- simplified all the functions while I was at it
-
Jan Kadlec authored
-
Jan Kadlec authored
-
- Mar 21, 2014
-
-
Jan Kadlec authored
- Will leak - Untested
-
Jan Kadlec authored
- new types: knot_rr_t and knot_rrs_t - these can be used in the node structure instead of knot_rrset_t
-
Marek Vavruša authored
-
Daniel Salzman authored
New Dnssec Tests
-
Daniel Salzman authored
-
Jan Kadlec authored
-
Daniel Salzman authored
-
Daniel Salzman authored
-
- Mar 20, 2014
-
-
Jan Kadlec authored
Ixfr And Ddns Fixup This fixes: * ixfr/add_existing * ddns/chain
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
No need to be picky about this, TSIG rcode is 16bit so we might as well use 16bit number to keep things the same.
-
Marek Vavruša authored
This function releases held RCU read lock, so it is possible that the zone is free in the meantime. To prevent accessing the freed zone, zone is released after all processing is done and the pointer is invalidated to prevent further access.
-
Marek Vavruša authored
The problem with previous code was that the packet stripped the TSIG section when it parsed the first IXFR packet from wire. If the code failed though, the wire was parsed again but this time the TSIG was already stripped on the wire so the result was garbled data. I've thrown in some minor cleanup as well.
-
Daniel Salzman authored
-
- Mar 19, 2014
-
-
Jan Kadlec authored
Zone Create No Lastnode
-
Marek Vavruša authored
This makes NSEC3 nodes disappear if it is preceded by a RR with the same owner and any other record type.
-
Marek Vavruša authored
Explained in the test, BIND9 as of 9.9.4 provides wrong closest encloser wildcard NSEC3 record.
-
Daniel Salzman authored
Fix Ddns Fixes for new tests, tests were modified a bit as well.
-
Jan Kadlec authored
-
Daniel Salzman authored
Improve Ddns Tests
-
Daniel Salzman authored
-
Marek Vavruša authored
-
- Mar 18, 2014
-
-
Jan Kadlec authored
- Every scenario from old tests rewritten, plus some new ones added, some are still failing
-
Daniel Salzman authored
-
Jan Kadlec authored
Rrset Free Remove I'm not sure if this will conflict with some of your work, if yes. we'll cancel this.
-
Jan Kadlec authored
-
- Mar 17, 2014
-
-
Jan Kadlec authored
-
Jan Kadlec authored
-
Daniel Salzman authored
-
Daniel Salzman authored
-
Daniel Salzman authored
-
Jan Kadlec authored
- nodes were marked as empty, but the information was never used ... - renamed one function for clarity.
-