bind9/bin/tests/master
David Lawrence 1b6d529cb5 Megacommit of many files.
Mostly, several functions that take pointers as arguments, almost
always char * pointers, had those pointers qualified with "const".
Those that returned pointers to previously const-qualified arguments
had their return values qualified as const.  Some structure members
were qualified as const to retain that attribute from the variables
from which they were assigned.

Several unused functions removed from dispatch_tcp_test.c (left over
from when it was copied from dispatch_test.c).

Minor other ISC style cleanups.
2000-06-01 19:11:07 +00:00
..
.cvsignore shared library support 1999-07-03 21:07:10 +00:00
dns_master_load_1_data s/DNS_R_/ISC_R_/ as needed 2000-04-07 03:50:33 +00:00
dns_master_load_2_data s/DNS_R_/ISC_R_/ as needed 2000-04-07 03:50:33 +00:00
dns_master_load_3_data changed due to dns_master_load syntax change 1999-06-21 00:02:58 +00:00
dns_master_load_4_data changed due to dns_master_load syntax change 1999-06-21 00:02:58 +00:00
dns_master_load_5_data changed due to dns_master_load syntax change 1999-06-21 00:02:58 +00:00
dns_master_load_6_data s/DNS_R_/ISC_R_/ as needed 2000-04-07 03:50:33 +00:00
dns_master_load_7_data s/DNS_R_/ISC_R_/ as needed 2000-04-07 03:50:33 +00:00
Makefile.in "test" target depends on the relevant program being built 2000-06-01 19:09:37 +00:00
master1.data basic test support 1999-05-01 01:41:14 +00:00
master2.data basic test support 1999-05-01 01:41:14 +00:00
master3.data basic test support 1999-05-01 01:41:14 +00:00
master4.data basic test support 1999-05-01 01:41:14 +00:00
master5.data basic test support 1999-05-01 01:41:14 +00:00
master6.data remove NOKEY flag 1999-10-15 21:23:51 +00:00
master7.data test 7 data 1999-10-15 21:21:39 +00:00
t_master.c Megacommit of many files. 2000-06-01 19:11:07 +00:00