Brian Wellington
243ac4ecc1
bitstring label test, better reverse name lookup names
2000-06-21 20:51:07 +00:00
Mark Andrews
f955efd73c
add stub tests
2000-06-21 20:48:27 +00:00
Mark Andrews
33ccf0b258
remove '.st' (stub) backup file
2000-06-21 20:47:02 +00:00
Andreas Gustafsson
06bc083413
added README file explaining the roles of the various
...
dnssec test servers
2000-06-21 18:16:12 +00:00
Andreas Gustafsson
96e87186ba
eliminated char/unsigned char warning on solaris
2000-06-21 17:32:26 +00:00
Brian Wellington
cd4cbed56c
pull in libisc, since it's needed for inet_pton on some platforms.
2000-06-21 17:29:32 +00:00
Michael Graff
890fb60939
add keyboard API
2000-06-21 01:45:21 +00:00
Brian Wellington
1fb5269e67
check for existence of lwres directory
2000-06-21 01:42:16 +00:00
Brian Wellington
22af5514ef
missing make all
2000-06-21 01:40:15 +00:00
Michael Sawyer
5a5c480994
.cvsignore files
2000-06-21 01:31:54 +00:00
Brian Wellington
cc1eee4f51
Add lwresd test
2000-06-21 01:28:44 +00:00
Brian Wellington
659bdaf3eb
Start and stop lwresd if the test uses them
2000-06-21 01:25:02 +00:00
Brian Wellington
c8d268ec51
Check for clean.sh before running it
2000-06-21 01:24:19 +00:00
Brian Wellington
a37d1aa631
Set and export LWRESD variable
2000-06-21 01:23:36 +00:00
Brian Wellington
442d0f584f
Build lwresd directory
2000-06-21 01:23:02 +00:00
Mark Andrews
c21646dcc2
grep ... > /dev/null
2000-06-21 01:18:20 +00:00
Mark Andrews
e7ddc97b45
Add stub test
2000-06-21 01:16:06 +00:00
Michael Sawyer
af8d5ca7c0
Use a program to test for socket availability instead of touched file.
2000-06-21 00:50:37 +00:00
Michael Graff
96e79f7ede
Fully implement callback sources, and add a test program to test it.
2000-06-21 00:04:57 +00:00
David Lawrence
eb591bfe60
remove conf.sh when make distclean
2000-06-20 23:57:45 +00:00
Mark Andrews
3c671ac666
264. [func] Dispatch can not take TCP sockets in connecting
...
state. Set DNS_DISPATCHATTR_CONNECTED when calling
dns_dispatch_createtcp() for connected TCP sockets
or call dns_dispatch_starttcp() when the socket is
connected.
2000-06-20 23:52:54 +00:00
James Brister
58c42ee18c
263. [func] New logging channel type 'stderr'
...
channel some-name {
stderr;
severity error;
}
2000-06-20 21:36:49 +00:00
David Lawrence
6a88ed7c3f
fsaccess_test
2000-06-20 04:11:07 +00:00
David Lawrence
a904de0bc8
OS-independent filesystem permissions
2000-06-20 04:06:01 +00:00
Andreas Gustafsson
3428814217
be silent in the success case
2000-06-19 19:29:46 +00:00
David Lawrence
4c27b316ff
ignore conf.sh
2000-06-19 19:15:25 +00:00
Michael Sawyer
978d58182e
Typo
2000-06-19 19:06:47 +00:00
David Lawrence
41c2511119
return() from main
2000-06-19 17:49:54 +00:00
Michael Graff
7685c082c8
remove flags from source types. It was never used, and probably shouldn't be there.
2000-06-17 01:42:21 +00:00
Michael Graff
b1ef8f6401
s/addr_t/t_addr_t/
2000-06-17 00:16:29 +00:00
Michael Graff
5f6f061e40
PASS or FAIL, not PASSED or FAILED.
2000-06-16 23:38:42 +00:00
Michael Graff
ab1b2bdc19
comment
2000-06-16 23:12:37 +00:00
Andreas Gustafsson
29f6dfa76c
work around NetBSD shell bug bin/10379
2000-06-16 22:39:45 +00:00
Michael Graff
d53bdd194f
add v6 multicast tests
2000-06-16 22:35:06 +00:00
Michael Graff
0111b7c5e1
enable multicast address check tests
2000-06-16 22:21:34 +00:00
Michael Graff
a802ec87b6
ignore this, too
2000-06-16 22:17:40 +00:00
Michael Graff
a453f5b98e
start on basic network tests. In this case, isc_{net,sock}addr_ismulticast()
2000-06-16 22:17:11 +00:00
Michael Graff
83ea3fdeb5
start on network tests
2000-06-16 21:05:55 +00:00
Andreas Gustafsson
7beeb415ca
minor editing
2000-06-16 19:51:34 +00:00
Michael Graff
efe2f579ba
add LWRES_CONTEXT_SERVERMODE
2000-06-15 23:48:11 +00:00
James Brister
0d5d8e2bbf
259. [func] New random-device and random-seed-file statements
...
for global options block of named.conf. Both accept
a single string argument.
2000-06-15 23:38:16 +00:00
Michael Sawyer
0a673a3448
Add a delay after changing the views named.conf before sending the SIGHUP
2000-06-15 21:14:04 +00:00
Michael Graff
0177adc4f8
don't test dns_name_concatenate(), since all the test did was return UNTESTED.
2000-06-15 19:03:53 +00:00
Michael Graff
c3581e2bcc
No need to destroy filesources -- they will clean up when the source is destroyed
2000-06-15 18:15:26 +00:00
Michael Sawyer
c4b2436565
Don't remove named.run files, to aid in debugging
2000-06-14 22:38:33 +00:00
Michael Sawyer
e2cb9ff071
Clean up "dead" named processes if the initial version.bind dig fails.
2000-06-14 20:55:52 +00:00
Michael Sawyer
3f7ab1762a
Sleep a little longer after killing servers to give them a chance to fully
...
shutdown, in hopes of clearing up the test failure in Solaris.
2000-06-14 15:51:38 +00:00
Michael Sawyer
8f6e9f760b
Give the servers a moment to start up before asking them for version.bind
2000-06-14 02:50:24 +00:00
Brian Wellington
ccd492e4ee
Added transfer-source lines
2000-06-14 00:46:03 +00:00
Michael Sawyer
895c909651
typo
2000-06-13 23:44:05 +00:00