4401. [misc] Change LICENSE to MPL 2.0.
Part 2 of: 2233. [func] Add support for O(1) ACL processing, based on radix tree code originally written by kevin brintnall. [RT #16288]
Add support for O(1) ACL processing, based on radix tree code originally written by kevin brintnall. [RT #16288]
update copyright notice
1991. [cleanup] The configuration data, once read, should be treated as readonly. Expand the use of const to enforce this at compile time. [RT #15813]
1851. [doc] Doxygen comment markup. [RT #11398]
1080. [bug] BIND 8 compatibility: accept bare IP prefixes as the second element of a two-element top level sort list statement. [RT #1964]
rewrote parts of 1079. to reduce code duplication and to support a bare 'localhost' or 'localnets' at the top level of the sortlist
1079. [bug] BIND 8 compatibility: accept bare elements at top level of sort list treating them as if they were a single element list. [RT #1963]
789. [bug] The "localhost" and "localnets" ACLs did not match when used as the second element of a two-element sortlist item.
copyright update
Take care of a "variable might be used before set" warning.
eliminated compiler warnings; renamed setup_sortlist() to ns_sortlist_setup() to conform to naming conventions
refactored sortlist code to make it possible to sort addresses that are not part of an rdata, as required by lwresd