bind9/lib/dns/include
Evan Hunt 8da43bb7f5 simplify dns_sdb API
SDB is currently (and foreseeably) only used by the named
builtin databases, so it only needs as much of its API as
those databases use.

- removed three flags defined for the SDB API that were always
  set the same by builtin databases.

- there were two different types of lookup functions defined for
  SDB, using slightly different function signatures. since backward
  compatibility is no longer a concern, we can eliminate the 'lookup'
  entry point and rename 'lookup2' to 'lookup'.

- removed the 'allnodes' entry point and all database iterator
  implementation code

- removed dns_sdb_putnamedrr() and dns_sdb_putnamedrdata() since
  they were never used.
2023-02-21 10:13:10 -08:00
..
dns simplify dns_sdb API 2023-02-21 10:13:10 -08:00
dst Replace alg_totext with dst_hmac_algorithm_totext 2022-09-27 16:54:39 +02:00
.clang-format Add separate .clang-format files for headers 2020-02-14 09:31:05 +01:00