Lines Matching refs:nsec3

519 	- Fix to make nsec3_chain_find_prev return NULL if one nsec3 left.
1403 - Fix that nsec3 precompile deletion happens before the RRs of
1458 - Fix to use same condition for nsec3 hash allocation and free.
1465 - Fix nsec3 hash of parent and child co-hosted nsec3 enabled zones.
1516 - Fix memory leak when rehashing nsec3 after axfr or zonefile read,
1517 in the selectively allocated precompiled nsec3 hashes.
1564 - Fix up debug content from nsec3 collision printout work.
1574 - Fix collision printout of nsec3 to print name, hash and reverse.
1590 - Save memory by selectively allocate precompiled nsec3 hashes
1620 - Fix potential null pointer in nsec3 adjustment tree.
1750 - Add robustness against unallocated data in nsec3 trees.
1779 - Fix nsec3 missing for nsec3 signed parent and child for DS at zonecut.
1821 - Updated fix for nonterminal nsec3 answers.
1824 - Fix empty nonterminal nsec3 cover answers.
2468 because AXFRs overwrote nsec3 administration in the child zone.
2585 - printout pct parsed, read, nsec3 and written every 100.000 elements
2597 - nsd.db 12% smaller, no nsec3 hash storage. Also ups udb version
2683 - faster nsec3 updates.
2685 - remove leak of nsec3.
2691 - use less memory for non-nsec3, nsec3tree.
2741 - Fix that nsec3 zones are precompiled when read from udb. This
3210 - unit test for code coverage on nsec3 ixfr.
3218 - Unit test nsec3 salt change and fix for sanity check of nsec3 chain.
3219 pretty prints the nsec3 parameters if verbose.
3222 - more unit test for nsec3 precompile changes.
3229 - fixes for nsec3 precompile code: precompile for empty nonterminals
3234 - unit test and fixes in nsec3 precompile code.
3327 - nsec3 and wildcard code. No additional section for wildcards.
3719 - Do not answer nsec3 wildcard information when DO bit is not set
3733 nsec3 records.
3734 - check for hash(apex)==nsec3 with SOA bit was done in duplicate.
3742 - Fixup nsec3 tests, they need zonesdir: "." in conf files.
3744 - configure default is --enable-nsec3. Disabling this will save 20% more
3753 - skip only-nsec3 domains (that could be 2x speedup)
3758 - printout how long nsec3 prepare took (verbosity >= 1).
3844 - Minor tweak to nsec3.c, more elegant handling of malformed nsec3
3858 - improved nsec3.h comments.
3908 - Added tpkg in manual (because you need to compile with nsec3)
3924 - Added jumpstart for nsec3 search, will greatly speed up optout
3926 The speedup also speeds up the nsec3 prepare stage.
4155 - no queries for NSEC3, RRSIG, ANY succeed for nsec3 only domains.
4421 - README discourages use of experimental nsec3 rr a bit more.
4483 - NSEC3 does not complain about glue records without nsec3.
4536 - nsec3 code will warn at prehash time for missing exact nsec3
4594 - nsec3 checks if it is enabled for the zone for wildcards.
4728 - support for broken nsec3 chains (if the one with the SOA bit
4729 is complete, it is OK for there to be other nsec3 chains
4817 - nsec3 review fixes.
4827 have _ds_ parent nsec3 prehashes, so that they get proper NSEC3s.
4855 - put NSEC3 code in nsec3.c and nsec3.h.
4857 - added some assertions and cleanups to nsec3 code.
4862 NSEC3 responses only happen for nsd compiled with --enable-nsec3
4867 - in domain table create root nsec3 ptrs are NULL.
4883 - configure option to enable NSEC3 (--enable-nsec3) support.