- Aug 22, 2013
-
-
Jan Kadlec authored
- Refactored node walking a bit (API instead of hard-coded trie walk) - Double free fix (wrong merge probably) Refs #4
-
- Aug 21, 2013
-
-
Jan Kadlec authored
- Simplified the RRSet signing function a bit (not so many args needed) Refs #4
-
Lubos Slovak authored
-
- Aug 20, 2013
-
-
Lubos Slovak authored
Conflicts: src/knot/zone/semantic-check.c src/libknot/dname.c src/libknot/dname.h src/libknot/dnssec/key.c src/libknot/rrset.c src/libknot/rrset.h src/libknot/zone/zone-contents.c src/tests/libknot/sign_tests.c src/utils/common/params.c
-
Lubos Slovak authored
refs #4
-
Daniel Salzman authored
Conflicts: src/knot/conf/cf-parse.y
-
Lubos Slovak authored
refs #4
-
- Aug 16, 2013
-
-
Marek Vavrusa authored
-
Daniel Salzman authored
-
Marek Vavrusa authored
-
Marek Vavrusa authored
This is O(N) on both insert/search, but since the ACL lists are several items long (usually), it is not an issue. The lists are sorted from the longest prefix to the shortest, so the first match is guaranteed to be longest prefix match.
-
- Aug 15, 2013
-
-
Jan Kadlec authored
-
Marek Vavrusa authored
Fixed a bug where NSID couldn't be switched off on reload, causing malformed packets and/or extra bytes. Since it's protected by RCU, it needs to be created on each server reload and the old one should be freed after the RCU is synchronized. Also removed rest of obsolete code and unified EDNS constants.
-
- Aug 14, 2013
-
-
Daniel Salzman authored
-
Marek Vavrusa authored
-
Lubos Slovak authored
Not fixed as it should not be problem later with dnames directly in RDATA (branch dname_refactor). Added note describing the problem.
-
Marek Vavrusa authored
-
Marek Vavrusa authored
Also updated documentation for functions where it was wrong.
-
Marek Vavrusa authored
-
- Aug 13, 2013
-
-
Lubos Slovak authored
-
Lubos Slovak authored
-
Lubos Slovak authored
refs #103, #4
-
Lubos Slovak authored
-
Lubos Slovak authored
Conflicts: src/Makefile.am src/knot/conf/conf.c src/libknot/dnssec/key.c src/libknot/updates/changesets.c src/libknot/zone/zone-contents.c src/libknot/zone/zone-diff.c
-
Lubos Slovak authored
refs #4
-
Lubos Slovak authored
-
Lubos Slovak authored
-
- Aug 12, 2013
-
-
Jan Kadlec authored
- Quite a lot of changes had to be done, because some variables were only accesible locally. - Some includes might not be needed, needs a second look. Refs #4
-
Lubos Slovak authored
refs #103, #4
-
Lubos Slovak authored
-
Lubos Slovak authored
- Wrong check: RRSIGs for all RRs. - Wrong warning if DNSKEY for RRSIG is missing.
-
Ľuboš Slovák authored
-
Marek Vavrusa authored
-
Marek Vavrusa authored
refs #137
-
Marek Vavrusa authored
Conflicts: src/libknot/updates/ddns.c
-
Marek Vavrusa authored
-
- Aug 09, 2013
-
-
Daniel Salzman authored
-
- Aug 08, 2013
-
-
Daniel Salzman authored
-
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
-
-
Lubos Slovak authored
refs #122
-