bind9/bin/tests/system/pipelined
Evan Hunt afb424c9b6 simplify dns_name_fromtext() interface
previously, dns_name_fromtext() took both a target name and an
optional target buffer parameter, which could override the name's
dedicated buffer. this interface is unnecessarily complex.

we now have two functions, dns_name_fromtext() to convert text
into a dns_name that has a dedicated buffer, and dns_name_wirefromtext()
to convert text into uncompressed DNS wire format and append it to a
target buffer.

in cases where it really is necessary to have both, we can use
dns_name_fromtext() to load the dns_name, then dns_name_towire()
to append the wire format to the target buffer.
2025-02-25 12:53:25 -08:00
..
ans5 Auto-format Python files with black 2022-06-08 10:28:08 +02:00
ns1 Use DEFAULT_HMAC for rndc 2022-07-07 10:11:42 +10:00
ns2 Use trust anchors with 'dnssec-validation yes' in system tests 2024-02-02 19:54:09 +00:00
ns3 Use trust anchors with 'dnssec-validation yes' in system tests 2024-02-02 19:54:09 +00:00
ns4 Use trust anchors with 'dnssec-validation yes' in system tests 2024-02-02 19:54:09 +00:00
.gitignore add gitignore file 2015-04-21 08:37:12 -04:00
input [master] add TCP pipelining support 2015-01-20 16:14:09 -08:00
inputb [master] add TCP pipelining support 2015-01-20 16:14:09 -08:00
pipequeries.c simplify dns_name_fromtext() interface 2025-02-25 12:53:25 -08:00
ref [master] add TCP pipelining support 2015-01-20 16:14:09 -08:00
refb [master] add TCP pipelining support 2015-01-20 16:14:09 -08:00
setup.sh Remove invocations and mentions of clean.sh 2024-11-08 10:54:24 +01:00
tests.sh Reformat shell scripts with shfmt 2023-10-26 10:23:50 +02:00
tests_sh_pipelined.py Replace clean.sh files with extra_artifacts mark 2024-11-08 10:54:24 +01:00