Files
bind9/lib/dns
Evan Hunt 0ebaa26da7 add semantics to name trees to support counters
name trees can now also hold trees of counters. each time a name
dns_nametree_add() is called with a given name, the counter for that
name is incremented; the name is not deleted until dns_nametree_delete()
is called the same number of times.

this is meant to be used for synth-from-dnssec, which is incremented for
each key defined at a name, and decremented when a key is removed, the
name must continue to exist until the number of keys has reached zero.
2023-09-04 10:19:48 +02:00
..
2023-08-31 22:08:35 +02:00
2023-08-31 22:08:35 +02:00
2023-08-31 22:08:35 +02:00
2023-06-14 08:14:38 +00:00
2023-08-09 23:48:17 +00:00
2023-08-02 11:16:50 +02:00
2023-08-15 14:25:24 +02:00
2023-08-31 10:29:16 -07:00
2023-08-31 22:08:35 +02:00
2023-07-17 14:50:25 +02:00
2023-08-31 22:08:35 +02:00
2023-08-31 22:08:35 +02:00
2023-08-31 22:08:35 +02:00
2023-06-14 08:14:38 +00:00
2023-08-15 14:25:24 +02:00
2023-09-01 10:46:53 -07:00