Commit Graph
1562 Commits
Author SHA1 Message Date
Bob Halley 99a9539ccd add byname_test.c 2000-01-21 02:51:51 +00:00
Bob Halley 6a68df334f conform to ADB API change 2000-01-21 02:51:29 +00:00
Andreas Gustafsson 588de173e3 program name was wrong in usage message 2000-01-20 23:07:01 +00:00
Andreas Gustafsson 67d762bfc4 need #include <dns/log.h> 2000-01-20 01:12:08 +00:00
Andreas Gustafsson 41ac1e406f needs #include <dns/log.h> 2000-01-20 00:38:49 +00:00
Bob Halley f53f2fbfe4 add inter_test 2000-01-18 21:10:21 +00:00
Bob Halley 37392bc121 now works more like host 2000-01-18 19:07:04 +00:00
Bob Halley 2d80f690e0 add byaddr_test 2000-01-18 19:06:38 +00:00
Mark Andrews a71f9502bf add interface iterator test 2000-01-18 05:43:21 +00:00
Mark Andrews 0857dced07 test code for interface iterator. 2000-01-18 05:41:06 +00:00
Bob Halley d42634d8a3 add byaddr_test 2000-01-18 02:47:53 +00:00
Michael Graff 7dbf5a0b64 implement actual network I/O for lw resolver. All I/O is run through the
context, where the sockets are cached.  This means one context per thread.
2000-01-18 01:43:12 +00:00
Michael Graff c05e003dce checkpoint 2000-01-17 21:38:54 +00:00
David Lawrence 4c9113533d checkpoint 2000-01-17 20:06:37 +00:00
James Brister 9ff3698b6d Change destination of generated config file. 2000-01-17 15:12:14 +00:00
James Brister 3bc687cb56 Add new options for testing. 2000-01-17 14:50:09 +00:00
Bob Halley b765773e0b use dns_view_simplefind 2000-01-15 00:43:18 +00:00
David Lawrence 45d019f745 checkpoint 2000-01-14 23:10:04 +00:00
Michael Graff e4f074a2c2 checkpoint 2000-01-14 21:55:44 +00:00
Michael Graff 8f510c28b8 ignore lwres_test 2000-01-14 20:24:24 +00:00
Michael Graff a3ab70dae2 start on lwres test code 2000-01-14 20:22:28 +00:00
David Lawrence f208c035a6 omapi_wait_for_completion renamed to omapi_connection_wait 2000-01-13 06:13:39 +00:00
David Lawrence 360ac43cac expanded test to update object on server 2000-01-11 01:50:05 +00:00
Michael Graff 0941f35ad9 Start moving the dispatcher code to allow it to be used for wire format as well as for lightweight resolver daemon stuff. 2000-01-07 01:17:47 +00:00
David Lawrence 904f1ab394 checkpoint 2000-01-06 23:56:51 +00:00
David Lawrence 0bd4e3591a reversing bogus checkin 2000-01-06 15:02:16 +00:00
David Lawrence cc1b6f86f2 added ISC_RESULTCLASS_OMAPI 2000-01-06 14:47:39 +00:00
David Lawrence e2125b01c2 wrong argv index was being atoi()d after conversion to isc/commandline.h 2000-01-06 14:47:36 +00:00
David Lawrence 5fbb225ee1 ignore omapi_test 2000-01-04 20:37:55 +00:00
David Lawrence e5a7e236ff checkpoint 2000-01-04 20:20:39 +00:00
Michael Graff 3ddd814a97 dns_result_t is no more. s/dns_result_t/isc_result_t/ -- more later, when I need a break. 1999-12-23 00:09:04 +00:00
Michael Graff 733b16eb0b priority rendering 1999-12-22 03:22:59 +00:00
James Brister c8ca2bc590 Use proper logging in test. 1999-12-17 18:28:03 +00:00
Michael Graff 58aaab3687 isc_stdtime_get() now returns void, not isc_result_t. 1999-12-16 23:29:07 +00:00
Michael Graff b24e559dee add <isc/util.h> 1999-12-16 22:47:38 +00:00
Michael Graff 440be4c866 move util.h to <isc/util.h> 1999-12-16 22:24:22 +00:00
Michael Graff b8ef99c3a7 make the lfsr's real lfsr's, and use two of them to generate random-looking IDs 1999-12-16 00:07:21 +00:00
Michael Graff 0287710fe0 ignore lfsr_test 1999-12-15 22:38:43 +00:00
Michael Graff 607dc8013a make dispatcher hash sizes be primes, and provide an increment to help
resolve hash collisions
1999-12-15 17:14:52 +00:00
Michael Graff 696e95adba print out table of known lfsrs 1999-12-15 02:26:04 +00:00
Michael Graff f4ce616539 add lfsr_test.c 1999-12-15 01:50:25 +00:00
James Brister e8cf926e39 Fix (and test) for max-transfer statements inside zones. 1999-12-11 14:07:19 +00:00
James Brister a5df621763 Added max-transfer-time-out max-transfer-idle-in and max-transfer-idle-out
tests.
1999-12-11 13:47:17 +00:00
James Brister 1ce5dcf1c8 Change config API to not take a isc_log_t but use dns_lctx extern. 1999-12-06 12:40:39 +00:00
Michael Graff 6149906644 ipv6 changes 1999-12-04 01:27:44 +00:00
Andreas Gustafsson fd15c8e32e Views now have a 'cache' field. The 'cachedb' field still
exists as a convenience shortcut / backwards compatibility thing.
1999-12-02 22:38:34 +00:00
Andreas Gustafsson 0bc8af1f2a more descriptive assertion text 1999-12-01 18:56:10 +00:00
James Brister 29bf8316a3 - Hold list of pubkeys instead of a single pubkey in zones.
- Change dns_zone_copy to use pubkey list.
- MAGIC-number related fixes and miscellaneous defensive programing issues.
1999-12-01 16:29:00 +00:00
Andreas Gustafsson e4ad4f5804 libt_api requires libdns after all 1999-11-30 22:19:26 +00:00
Andreas Gustafsson fa6c5e38f4 dns_result_t -> isc_result_t 1999-11-30 22:14:39 +00:00