Files
bind9/lib/dns
Mark Andrews 70c27df941 The dsset returned by dns_keynode_dsset needs to be thread safe.
- clone keynode->dsset rather than return a pointer so that thread
  use is independent of each other.
- hold a reference to the dsset (keynode) so it can't be deleted
  while in use.
- create a new keynode when removing DS records so that dangling
  pointers to the deleted records will not occur.
- use a rwlock when accessing the rdatalist to prevent instabilities
  when DS records are added.

(cherry picked from commit e5b2eca1d3)
2020-06-11 16:09:43 +10:00
..
2020-05-13 10:26:39 +10:00
2020-04-16 07:56:38 +02:00
2020-05-19 13:57:37 +02:00
2020-03-12 00:38:37 -07:00
2020-06-05 10:50:58 +10:00
2020-02-16 18:07:27 +01:00
2020-05-01 14:30:04 +02:00
2020-03-12 00:38:37 -07:00
2020-06-05 18:58:13 -07:00
2020-02-21 07:05:31 +00:00
2020-04-03 10:04:24 +02:00