- Nov 27, 2013
-
-
Daniel Salzman authored
-
- Nov 21, 2013
-
-
Marek Vavrusa authored
IXFR SOA response implemented.
-
Marek Vavrusa authored
Fixed packet maxsize calculation. Support for unlimited (only to 64k) packets for TCP. Fixed optional authority section.
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-
- Nov 19, 2013
-
-
Jan Kadlec authored
-
- Nov 08, 2013
-
-
Daniel Salzman authored
-
- Nov 01, 2013
-
-
Daniel Salzman authored
-
- Oct 29, 2013
-
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-
Marek Vavrusa authored
HAT-trie zone database wasn't effective for small number of zones, because hashing presented a constant penalty. New zone database is represented by an array of zones, sorted by number of labels and then lexicographically. Zones are then grouped by the label count into stack, so obviously mismatching names are pruned when searching. Each labelcount group is then search either linearly or using binary search based on the array length.
-
- Oct 18, 2013
-
-
Jan Včelák authored
-
- Oct 16, 2013
-
-
Daniel Salzman authored
-
Daniel Salzman authored
-
- Oct 12, 2013
-
-
Jan Včelák authored
Fixes some still-reachable memory leaks. The function should be called upon termination by all tools dealing with crypto (currently knotd, knsec3hash, and knsupdate). refs #4
-
- Oct 01, 2013
-
-
Daniel Salzman authored
-
- Sep 26, 2013
-
-
Jan Včelák authored
refs #4
-
- Sep 23, 2013
-
-
Jan Včelák authored
Slight cleanup and API changes included. refs #4
-
- Sep 12, 2013
-
-
Jan Včelák authored
-
Jan Včelák authored
Also removes the restriction that NSEC3 only algorithms can be used only with NSEC3. refs #4
-
- Aug 16, 2013
-
-
Marek Vavrusa authored
-
- Aug 06, 2013
-
-
Lubos Slovak authored
refs #4
-
- Jul 30, 2013
-
-
Jan Včelák authored
-
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
-
Jan Včelák authored
-
Jan Včelák authored
-
Jan Včelák authored
-
Jan Včelák authored
-
Jan Včelák authored
-
Jan Včelák authored
refs #2413 Change-Id: I0b0a572eb5cc11787e332404226b0b079ed85f88
-
Jan Včelák authored
refs #2413 Change-Id: I071d0a4560ded8051352ee6d30513a8c10b51a02
-
Lubos Slovak authored
Also simplified, cleaned and fixed. refs #109
-
- Jul 11, 2013
-
-
Marek Vavrusa authored
The reasons are discussed in #71. Namely: - transfers are self-paced, TCP clients are divided among threads - due to the nature of DNS, most of the connections should be active - if not, it is probably an attack, long idling connections are disconnected - even then the performance degradation is not so severe fixes #71
-
- Jul 09, 2013
-
-
Daniel Salzman authored
refs #54
-
- Jun 21, 2013
-
-
Jan Kadlec authored
- Works, but there are leaks - Missing doxygens - The estimate is not accurate - it reports about a half of the actual consumption on a 32bit system Refs #37
-
- Jun 14, 2013
-
-
Two reasons: - There's some rare race condition in the queue implementation - Doesn't scale and current performance is almost the same (-~2%) - Created branch with the queue still retained for future inspection
-
- Jun 12, 2013
-
-
Daniel Salzman authored
-
Marek Vavrusa authored
Two reasons: - There's some rare race condition in the queue implementation - Doesn't scale and current performance is almost the same (-~2%) - Created branch with the queue still retained for future inspection
-
- Jun 11, 2013
-
-
Daniel Salzman authored
-
- Jun 07, 2013
-
-
Daniel Salzman authored
-