]> git.ipfire.org Git - thirdparty/pdns.git/commit
auth api: flush all caches when flushing 13514/head
authorChris Hofstaedtler <chris.hofstaedtler@deduktiva.com>
Mon, 20 Nov 2023 13:44:49 +0000 (14:44 +0100)
committerChris Hofstaedtler <chris.hofstaedtler@deduktiva.com>
Fri, 15 Dec 2023 19:10:12 +0000 (20:10 +0100)
commitcbc5c674502fcb37024515dfc65bd1be61ed439c
tree677f3529daf1fc3e27c9ac91a59987537a23f200
parent1d4a88906f45826bce471c2cba6078ff34155e24
auth api: flush all caches when flushing

So far we never flushed the DNSSEC caches, except when DELETEing a domain.
However clearly some operations can affect the DNSSEC settings, and then the
caches should go.

Also do this for the flush API, to be consistent, and for users writing to the
DNSSEC settings/data externally.
pdns/ws-auth.cc