bind9/bin/tests/system/isctest
Ondřej Surý 62d59766d6
Remove DNSRPS implementation
DNSRPS was the API for a commercial implementation of Response-Policy
Zones that was supposedly better.  However, it was never open-sourced
and has only ever been available from a single vendor.  This goes against
the principle that the open-source edition of BIND 9 should contain only
features that are generally available and universal.

This commit removes the DNSRPS implementation from BIND 9.  It may be
reinstated in the subscription edition if there's enough interest from
customers, but it would have to be rewritten as a plugin (hook) instead
of hard-wiring it again in so many places.
2024-09-18 17:39:14 +02:00
..
hypothesis Make hypothesis optional for system tests 2024-08-07 10:55:06 +00:00
log Initialize all environment variables when running isctest 2024-07-31 10:50:11 +02:00
vars Remove OpenSSL Engine support 2024-08-06 15:17:48 +02:00
__init__.py Move hypothesis strategies to isctest for later reuse 2024-05-28 12:12:16 +00:00
__main__.py Initialize all environment variables when running isctest 2024-07-31 10:50:11 +02:00
asyncserver.py Add an async DNS server for use in system tests 2024-03-20 09:22:36 +01:00
check.py Extract dns.rcode compatibility code to isctest.compat 2024-09-12 11:42:22 +02:00
compat.py Extract dns.rcode compatibility code to isctest.compat 2024-09-12 11:42:22 +02:00
instance.py Move port env vars into isctest.vars.ports module 2024-05-09 17:08:10 +02:00
mark.py Remove DNSRPS implementation 2024-09-18 17:39:14 +02:00
name.py Add a helper for uncompressed length of dnspython's dns.name.Name 2024-05-28 12:12:16 +00:00
query.py Extract dns.rcode compatibility code to isctest.compat 2024-09-12 11:42:22 +02:00
rndc.py Accommodate black 24.2.0 2024-02-14 10:49:21 +01:00
run.py Extract dns.rcode compatibility code to isctest.compat 2024-09-12 11:42:22 +02:00