]> git.ipfire.org Git - thirdparty/bind9.git/commit
Reimplement xfer/ans5 using ControllableAsyncServer
authorŠtěpán Balážik <stepan@isc.org>
Fri, 23 Jan 2026 18:51:45 +0000 (19:51 +0100)
committerŠtěpán Balážik <stepan@isc.org>
Fri, 17 Apr 2026 14:26:07 +0000 (14:26 +0000)
commitf9ed3650acdc2c5b38d8b36729b045ca63f983ef
tree88061d3915a09869c882f31caefd455e2e31d835
parent37b0502cf4c610fc629d45b9c086096228c735b6
Reimplement xfer/ans5 using ControllableAsyncServer

Remove the last usage of the `ans.pl` server and the server itself.
16 files changed:
bin/tests/system/ans.pl [deleted file]
bin/tests/system/start.pl
bin/tests/system/xfer/ans5/ans.py [new file with mode: 0644]
bin/tests/system/xfer/ans5/badkeydata [deleted file]
bin/tests/system/xfer/ans5/badmessageid [deleted file]
bin/tests/system/xfer/ans5/ednsformerr [deleted file]
bin/tests/system/xfer/ans5/ednsnotimp [deleted file]
bin/tests/system/xfer/ans5/goodaxfr [deleted file]
bin/tests/system/xfer/ans5/ixfrnotimp [deleted file]
bin/tests/system/xfer/ans5/partial [deleted file]
bin/tests/system/xfer/ans5/soamismatch [deleted file]
bin/tests/system/xfer/ans5/unknownkey [deleted file]
bin/tests/system/xfer/ans5/unsigned [deleted file]
bin/tests/system/xfer/ans5/wrongkey [deleted file]
bin/tests/system/xfer/ans5/wrongname [deleted file]
bin/tests/system/xfer/tests_xfer.py