- Apr 03, 2014
-
-
Jan Kadlec authored
- knot_rrset_copy now returns pointer
-
- Apr 02, 2014
-
-
Jan Kadlec authored
-
Jan Kadlec authored
- knot_rrset_create_rr removed, only way to insert RR into rrset now is when you already have RDATA, so that we never create RRSet that is not sorted. - rr.h doxygenated, functions moved around a bit.
-
Jan Kadlec authored
-
Jan Kadlec authored
- merging can now be done directly using knot_rrs_t
-
Jan Kadlec authored
-
Jan Kadlec authored
-
- Apr 01, 2014
-
-
Jan Kadlec authored
- tests are passing, however some work is still pending, namely storage of additionals for freeing. - removed some obsolete node API functions
-
- Mar 31, 2014
-
-
Jan Kadlec authored
- removing and adding already existing record - leak solved, but need to move old a new data lists from zone_contents_t
-
Jan Kadlec authored
- only basic functionality with leaks
-
- Mar 28, 2014
-
-
Jan Kadlec authored
- Lost my temper with the direct changes, rewritten DDNS to only changeset creation, application will be the same as usual. - Will not work now
-
- Mar 27, 2014
-
-
Jan Kadlec authored
-
Jan Kadlec authored
-
Jan Kadlec authored
updates. - DDNS and changeset application will not work now, but it wouldn't work before either
-
- 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 Včelák authored
Prior to this change, non-apex DNSKEYs were not signed and invalid NSEC records were generated for these nodes.
-
Jan Kadlec authored
-
- Mar 21, 2014
-
-
Jan Kadlec authored
- Will leak - Untested
-
- Mar 18, 2014
-
-
Jan Kadlec authored
-
- Mar 17, 2014
-
-
Jan Kadlec authored
-
- Mar 11, 2014
-
-
Jan Včelák authored
The config.h is now implicitly included using -include option of the compiler. After this change, config.h need not be placed at the first position in all source files.
-
- Feb 27, 2014
-
-
Lubos Slovak authored
Was leaving RRSIGs of removed NSEC3s in the zone, if some NSEC3 changed.
-
- Feb 24, 2014
-
-
Jan Kadlec authored
- RR insertion function now returns zone RRSet. - Removed reduntant zone contents / node API functions - Cleanup.
-
- Feb 21, 2014
-
-
Jan Kadlec authored
- Fixed mismatched variables, do not use call directly in for loops.
-
Jan Kadlec authored
-
- Feb 20, 2014
-
-
Jan Kadlec authored
- Removed rrset->rdata_indices, RDATA lengths are now stored inline together with RR's TTL - Added function to get RR's TTL - TTL of the whole RRSet can still be obtained, but it will default to the first RR's TTL or 0 - Renamed few RRSet functions, removed a few too - the file still needs a cleanup and function reordering - Special handling for RRSIGs during AXFR-out no longer needed (yay)
-
- Feb 13, 2014
-
-
Jan Kadlec authored
-
Jan Kadlec authored
-
- Feb 06, 2014
-
-
Jan Kadlec authored
- RRSIGs from node are added to rrinfo section. - When putting RRSIGs for each section, proper RRSIGs for each RRSet are syntesized and later freed.
-
Jan Kadlec authored
-
Jan Kadlec authored
-
- Feb 05, 2014
-
-
Jan Včelák authored
closes #204
-
Lubos Slovak authored
Each RRSet that is stored in node, even if it's only a placeholder, must be counted because the array of RRSets is indexed by this count. Changed condition in NSEC chain generation - the NSEC should be dropped also in case where there are NSEC and some placeholder RRSets in the node. refs #210
-
Lubos Slovak authored
In some cases, NSEC3 records were generated for empty non-terminals that were subsequently deleted after applying the DNSSEC changeset. refs #210
-
- Feb 04, 2014
-
-
Lubos Slovak authored
Was causing problems when RRSet was removed but its RRSIG remained in the zone.
-
- Jan 28, 2014
-
-
Jan Včelák authored
issue #1
-
- Jan 14, 2014
-
-
Daniel Salzman authored
-