]> git.ipfire.org Git - thirdparty/samba.git/commit
dsdb periodic: DNS: split aging from tombstone deletion
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Sat, 10 Apr 2021 02:08:09 +0000 (14:08 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Sun, 20 Jun 2021 23:26:32 +0000 (23:26 +0000)
commit2af06390c3aea5eed1c469fde0b403e9b1f44292
tree2e658e8890ce30fbfbc5abe2d2f0c2b7ff6f3f40
parent020c76a523a256e9f2494c9bd5d4ea3b822f33a8
dsdb periodic: DNS: split aging from tombstone deletion

We have been conflating two things (under the term "scavenging"):

1. aging out stale DNS records into tombstones, which only happens if
   this feature is switched on in general and for the zone.

2. removing expired DNS tombstones, which should always happen
   (because we tombstone nodes in *other* ways).

With this patch, we un-conflate.

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/dsdb/kcc/kcc_periodic.c