Mark Andrews
|
25a60b1d80
|
sync with HEAD
|
2003-10-15 05:32:25 +00:00 |
|
Mark Andrews
|
5874ad9039
|
cygwin support
|
2003-08-25 05:40:31 +00:00 |
|
Mark Andrews
|
ff77225512
|
pullup:
Move configuration checking to libbind9.
|
2003-08-04 04:23:56 +00:00 |
|
Mark Andrews
|
e1748302ad
|
cfg_test needs to link against libdns (shared lib)
|
2002-02-12 12:02:06 +00:00 |
|
Andreas Gustafsson
|
113b83a9e2
|
always build cfg_test, since it is now needed when
regenerating the documentation
|
2001-07-26 21:33:28 +00:00 |
|
Brian Wellington
|
badf66abe0
|
Remove OMAPI.
|
2001-03-27 00:53:58 +00:00 |
|
Brian Wellington
|
3b2634e9b9
|
remove nconf_test, since it used the old config parser.
|
2001-03-13 02:47:18 +00:00 |
|
Brian Wellington
|
f31fd1e949
|
Remove dispatch_test, which is also using lots of no longer existing API calls.
|
2001-02-16 01:12:09 +00:00 |
|
Brian Wellington
|
a1c4585f1c
|
Remove ndcconf_test, since the old ndc parser is gone. Remove
dispatch_tcp_test, since the only parts of the dispatcher api it used
no longer exist.
|
2001-02-16 01:07:37 +00:00 |
|
Andreas Gustafsson
|
5d9cd26d79
|
added test program for new configuration parser
|
2001-02-15 05:15:27 +00:00 |
|
Stephen Jacob
|
7bc8deb30f
|
purify support (${PURIFY added to link commands) for all in bin/tests
|
2001-02-01 23:41:55 +00:00 |
|
Brian Wellington
|
aaa761cc39
|
remove tkey_test and its associated keys, since the tkey system test is
far more useful and comprehensive.
|
2001-01-24 03:18:36 +00:00 |
|
Brian Wellington
|
ad36159e6c
|
Add zone_test to all_tests
|
2001-01-18 02:35:50 +00:00 |
|
Brian Wellington
|
499b34cea0
|
copyright update
|
2001-01-09 22:01:04 +00:00 |
|
Brian Wellington
|
86ac7ea2ed
|
Added a (trivial) program to print the contents of a journal file.
|
2000-10-02 20:13:47 +00:00 |
|
Brian Wellington
|
ca22760047
|
Add a lame SIG(0) test program, since apparently there is someone else trying
to use it.
|
2000-08-22 01:11:53 +00:00 |
|
Brian Wellington
|
df08ae001a
|
Add @DNS_GSSAPI_LIBS@ to DNSLIBS
|
2000-08-17 02:11:50 +00:00 |
|
Andreas Gustafsson
|
a9eeaeb1c2
|
nuked zone2_test
|
2000-08-10 18:30:19 +00:00 |
|
Brian Wellington
|
a7290af88f
|
Added a small program to generate "random" data. It's not really random,
but it's only for tests. This allows the large files containing random
data to be removed from the tree.
|
2000-08-08 21:47:55 +00:00 |
|
David Lawrence
|
40f53fa8d9
|
Trailing whitespace trimmed. Perhaps running "perl util/spacewhack.pl in your
own CVS tree will help minimize CVS conflicts. Maybe not.
Blame Graff for getting me to trim all trailing whitespace.
|
2000-08-01 01:33:37 +00:00 |
|
David Lawrence
|
15a4474541
|
word wrap copyright notice at column 70
|
2000-07-27 09:55:03 +00:00 |
|
David Lawrence
|
9c3531d72a
|
add RCS id string
|
2000-06-22 22:00:42 +00:00 |
|
David Lawrence
|
6dcde6ca36
|
update_copyrights
|
2000-06-22 01:27:11 +00:00 |
|
Michael Graff
|
890fb60939
|
add keyboard API
|
2000-06-21 01:45:21 +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
|
6a88ed7c3f
|
fsaccess_test
|
2000-06-20 04:11:07 +00:00 |
|
Michael Graff
|
0111b7c5e1
|
enable multicast address check tests
|
2000-06-16 22:21:34 +00:00 |
|
Michael Graff
|
5c14b1acbe
|
add entropy_test
|
2000-06-08 23:41:37 +00:00 |
|
Michael Sawyer
|
10bc8ffed6
|
Make system test run as non-root (provided interface is set up) and add
to standard test script.
|
2000-06-08 22:41:37 +00:00 |
|
Michael Graff
|
3e1178f56e
|
rename sha1_test to hash_test, and test md5 stuff too
|
2000-06-07 00:48:42 +00:00 |
|
Michael Graff
|
74da616f07
|
add sha1 implementation
|
2000-06-07 00:15:19 +00:00 |
|
Andreas Gustafsson
|
a89b06a49c
|
sdig is gone
|
2000-05-24 04:03:05 +00:00 |
|
Michael Graff
|
5d1bfe4ce1
|
make these compile. dispatch_test works; dispatch_tcp_test does not. Use dns_message_totext() rather than printmessage().
|
2000-05-22 19:36:34 +00:00 |
|
Andreas Gustafsson
|
5b5039637d
|
moving DNSSEC tools from bin/tests
|
2000-05-18 21:15:40 +00:00 |
|
Andreas Gustafsson
|
42654cd6bb
|
if keygen and signer are built by default, keysettool and keysigner
should be, too
|
2000-05-10 18:44:49 +00:00 |
|
David Lawrence
|
0e5b8234ba
|
don't build sdig by default, now that a full-featured dig is available
|
2000-05-08 13:35:02 +00:00 |
|
Michael Graff
|
c90f5e8d1e
|
Split dns_log_init() into dns_log_init() which sets up module and category names, and dns_log_setcontext() which sets the logging context. Call isc_log_setcontext(), dns_log_init(), and dns_log_setcontext().
|
2000-05-03 21:11:40 +00:00 |
|
Brian Wellington
|
03f0e349d8
|
Added keysigner and keysettool
|
2000-04-27 19:15:16 +00:00 |
|
David Lawrence
|
54d47fb18b
|
lwres_conftest renamed to lwresconf_test for consistency.
ignore lwresconf_test binary.
|
2000-04-25 19:27:27 +00:00 |
|
Michael Graff
|
08a768e82a
|
Infrastructure to allow use of alternate openssl libraries. Default is still to use our internal, now renamed, version.
|
2000-04-20 18:27:43 +00:00 |
|
Andreas Gustafsson
|
de7787e364
|
added zone2_test to XTARGETS
|
2000-04-20 17:41:40 +00:00 |
|
Bob Halley
|
96d3f5b8ca
|
remove res_test; add byaddr/byname_test
|
2000-04-12 18:33:47 +00:00 |
|
Bob Halley
|
d339787606
|
add headerdep_test.sh to distclean rule
|
2000-04-05 21:09:02 +00:00 |
|
James Brister
|
4471cc539d
|
Build ndc config parser tester.
|
2000-03-15 02:13:04 +00:00 |
|
Brian Wellington
|
c7f88538d4
|
build keygen by default
|
2000-03-14 21:26:54 +00:00 |
|
David Lawrence
|
fd088dc8c8
|
remove xtargets with make clean/distclean; omapi_test needs DNSLIBS
|
2000-02-28 16:27:59 +00:00 |
|
Andreas Gustafsson
|
8dca197b5c
|
use .@O@, not .o, in the (unused) zone2_test build rule
|
2000-02-23 17:36:36 +00:00 |
|
James Brister
|
e25765f84a
|
Build new resolv.conf parser tester.
|
2000-02-16 17:47:37 +00:00 |
|
Michael Graff
|
8dd17056ff
|
allow building everything via 'make all_tests'
|
2000-02-14 22:48:34 +00:00 |
|
Bob Halley
|
ca41b452ed
|
update copyrights
|
2000-02-03 23:08:31 +00:00 |
|