- Apr 09, 2014
-
-
Jan Kadlec authored
-
- Apr 08, 2014
-
-
Jan Kadlec authored
-
- Apr 07, 2014
-
-
Jan Kadlec authored
- RRSet function removed altogether, it was not needed.
-
Jan Kadlec authored
-
- Apr 03, 2014
-
-
Jan Kadlec authored
-
Jan Včelák authored
-
- 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
-
- Mar 26, 2014
-
-
Jan Kadlec authored
- some cleanup and fixes as well, namely simplified RR creation during zone load (no malloc)
-
- 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 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 24, 2014
-
-
Jan Kadlec authored
-
Jan Kadlec authored
- RR insertion function now returns zone RRSet. - Removed reduntant zone contents / node API functions - Cleanup.
-
- Feb 21, 2014
-
-
Jan Kadlec authored
-
Jan Kadlec authored
-
Jan Kadlec authored
- previously static function 'put_rr' in internet.c has been made public, it handles additions of RRSIGs as well now, by adding the to a list that is traversed after each section has been solved.
-
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 12, 2014
-
-
Jan Kadlec authored
-
- Feb 11, 2014
-
-
Jan Kadlec authored
-
- Feb 06, 2014
-
-
Jan Kadlec authored
-
- Jan 28, 2014
-
-
Jan Včelák authored
issue #1
-
- Jan 23, 2014
-
-
Jan Kadlec authored
-
- Dec 26, 2013
-
-
Jan Kadlec authored
-
Jan Kadlec authored
- Cleaned up some sem check functions - check level no longer needed, removed needless handler init parameters - Added a better check for DNAME children error - Sem. errors no longer ignored, will trigger bootstrap replan - IXFR probably has its own checks, will inspect later - Removed some weird assertions and philosophical questions in comments
-
Jan Kadlec authored
-
- Dec 24, 2013
-
-
Jan Včelák authored
Error message is already terminated by exclamation mark. We cannot tell anything about data.
-
Jan Kadlec authored
-
- Dec 23, 2013
-
-
Jan Kadlec authored
-
Jan Kadlec authored
-
Jan Kadlec authored
-
- Dec 20, 2013
-
-
Jan Včelák authored
Fix unchecked output value of snprintf() detected by Coverity. CID #1140397
-
- Dec 19, 2013
-
-
Jan Včelák authored
-
- Dec 12, 2013
-
-
Daniel Salzman authored
-
- Dec 04, 2013
-
-
Jan Kadlec authored
CID #1134442
-