]> git.ipfire.org Git - thirdparty/pdns.git/commit
auth: add edited_serial to Zone object 7962/head
authorPieter Lexis <pieter.lexis@powerdns.com>
Thu, 20 Jun 2019 12:04:23 +0000 (14:04 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Thu, 20 Jun 2019 12:04:23 +0000 (14:04 +0200)
commit1258fecde7a3c8b801c1aaf677628f73a9d3229e
tree1b2d0558f6e46dac2c031380de5ed1d50e7dfbb4
parent493a5460ec3f1acd6e6ec66b25786d52b084dbd2
auth: add edited_serial to Zone object

This gives API consumers the ability to see the edited SOA serial. The
API code used the same functions as the DNSSECKeeper, so this serial
will match the one send to clients in response to queries.

Closes #7961
docs/http-api/swagger/authoritative-api-swagger.yaml
pdns/ws-auth.cc
regression-tests.api/runtests.py
regression-tests.api/test_Zones.py