Files
bind9/bin/named
Evan Hunt 9ed1dba976 add semantics to dns_nametree to support bitfields
name trees can now hold either boolean values or bit fields. the
type is selected when the name tree is created.

the behavior of dns_nametree_add() differs slightly beteween the types:
in a boolean tree adding an existing name will return ISC_R_EXISTS,
but in a bitfield tree it simply sets the specified bit in the bitfield
and returns ISC_R_SUCCESS.
2023-09-04 10:19:48 +02:00
..
2023-02-16 18:35:32 +01:00
2023-02-15 16:44:47 +00:00
2023-03-23 12:57:01 -07:00
2023-02-18 20:23:41 +00:00
2023-06-14 19:21:28 +10:00
2023-03-08 08:36:25 +01:00