- Feb 17, 2014
-
-
Jan Kadlec authored
-
Marek Vavrusa authored
-
- Feb 05, 2014
-
-
Jan Včelák authored
closes #204
-
- Jan 29, 2014
-
-
Jan Kadlec authored
-
- Jan 14, 2014
-
-
Daniel Salzman authored
-
- Dec 19, 2013
-
-
Jan Včelák authored
-
Marek Vavrusa authored
-
- Nov 21, 2013
-
-
Marek Vavrusa authored
-
- Oct 11, 2013
-
-
Jan Včelák authored
-
- Sep 25, 2013
-
-
Jan Včelák authored
Coccinelle patch performing most changes included.
-
- Aug 20, 2013
-
-
Lubos Slovak authored
-
- Aug 08, 2013
-
-
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
-
-
Marek Vavrusa authored
Not much refactoring done, just that the algorithm name must be known in advance, so a correct RDATA length can be calculated.
-
- Jul 30, 2013
-
-
Jan Včelák authored
libknot/dnssec now contains interface for: - key loading - low level DNSSEC signing - NSEC3 hash computation - SIG(0) - generating NSEC/NSEC3 records for zones - generating RRSIG for zones
-
- Jul 29, 2013
-
-
Marek Vavrusa authored
-
- Jul 26, 2013
-
-
Marek Vavrusa authored
All dnames are now duplicated instead of refcounted, this is excessive for some cases but should be refactored later on. For example node and all its RRSets have the same owner but each its own copy.
-
- Jul 16, 2013
-
-
Marek Vavrusa authored
There are still (marked) several leak points, as the names are not referenced counted now. But this should be addressed as a part of node/rrset refactoring efforts. refs #21
-
- May 29, 2013
-
-
Ondřej Surý authored
Move (and sometimes add) #include <config.h> at the top of all *.c files. Remove all #include ["<]config.h[">] from headers files. Change-Id: I1df07602d0240affd95e12fccd122558300d2145
-
- Apr 26, 2013
-
-
Jan Včelák authored
Change-Id: I429b3833c5db9e78220beb1ea72980b557ba06c4
-
- Apr 23, 2013
-
-
Daniel Salzman authored
refs #2137 Change-Id: Iacb0825ef124ca033105010655947a1282844123
-
- Apr 15, 2013
-
-
Daniel Salzman authored
refs #2137 Change-Id: Ic8adef04228925e5c8131431c2a126d31310a488
-
- Apr 12, 2013
-
-
Daniel Salzman authored
Change-Id: I0a751268fb674e65ca5ccd141c037a9fab67f096
-
- Apr 10, 2013
-
-
Daniel Salzman authored
-
- Mar 21, 2013
-
-
Jan Včelák authored
refs #2353
-
Daniel Salzman authored
-
- Mar 18, 2013
-
-
Marek Vavrusa authored
-
- Mar 13, 2013
-
-
Jan Kadlec authored
-
- Feb 27, 2013
-
-
Jan Kadlec authored
-
- Feb 26, 2013
-
-
Lubos Slovak authored
In old (pre-rrset-change) version, the TSIG error was set only in case it was BADTIME. I'm not sure whether any other error can get into this function, but it does not matter, it should behave in the same way as before.
-
- Feb 13, 2013
-
-
Marek Vavrusa authored
This is because BADTIME affects wire size and we need to know it in advance.
-
- Jan 25, 2013
-
-
Jan Kadlec authored
-
Jan Kadlec authored
- Moved several functions to rrset.h. - Fixed compilation warnings. - Makefile.am changes.
-
- Jan 23, 2013
-
-
Jan Kadlec authored
- Other modifications - added extra param type for compression info. - Moved around with existing structures a bit - Made compress_dname function public.
-
- Dec 14, 2012
-
-
Marek Vavrusa authored
Conflicts: src/libknot/tsig.c
-
- Oct 30, 2012
-
-
Daniel Salzman authored
refs #2137 @1h
-
Marek Vavrusa authored
fixes #2145
-
- Oct 29, 2012
-
-
Daniel Salzman authored
Old implementations were second party code uder GPL licence. New implementations have clearer interface, should be faster and can be published under BSD licence in the future. refs #2137 @24h
-
- Oct 19, 2012
-
-
Marek Vavrusa authored
refs #937 Conflicts: src/knot/server/zones.c
-
Lubos Slovak authored
refs #2045 @30m
-
Marek Vavrusa authored
fixes #1772 @2.5h Conflicts: src/knot/server/tcp-handler.c src/knot/server/xfr-handler.c src/knot/server/zones.c src/libknot/nameserver/name-server.c src/libknot/updates/xfr-in.c src/tests/libknot/libknot/response_tests.c
-