Commit Graph

1039 Commits

Author SHA1 Message Date
Bob Halley
49f7fd6152 get rid of printmsg.o 2000-02-04 01:51:08 +00:00
Bob Halley
cd5724d610 install named 2000-02-04 01:47:07 +00:00
Michael Graff
b44c3c7399 try nibble mode first, and if that fails, try bitstring mode. This should be
reversed at some point, but not until more people use bitstrings
2000-02-04 01:14:17 +00:00
Michael Graff
e24f605ad6 check in more test cases, no functional change 2000-02-04 01:09:48 +00:00
Andreas Gustafsson
106003e7b4 added missing break statement after iquery case 2000-02-04 00:46:58 +00:00
Olafur Gudmundsson
f4e90d4323 Memory leak plugged for log context 2000-02-04 00:34:37 +00:00
Bob Halley
7d32c065c7 update copyright 2000-02-03 23:50:32 +00:00
Bob Halley
ca41b452ed update copyrights 2000-02-03 23:08:31 +00:00
Bob Halley
0a92e5510e only build sdig, signer, and subdir tests by default. 2000-02-03 22:55:19 +00:00
Andreas Gustafsson
62e4837585 suppress compiler warning 2000-02-03 22:46:07 +00:00
Bob Halley
7d98a1783f update copyrights 2000-02-03 22:29:57 +00:00
Michael Graff
736a33e263 don't free the event twice. 2000-02-03 20:50:06 +00:00
Brian Wellington
14865492bc don't quit if dns_dnssec_findzonekeys returns ISC_R_NOTFOUND 2000-02-03 18:49:08 +00:00
Michael Graff
0194d7c3b1 Fix a logic flow bug. There be ohters, which I will fix asap 2000-02-03 18:46:38 +00:00
Olafur Gudmundsson
85a932c4f4 enable logging from dns libraries 2000-02-03 17:50:08 +00:00
Brian Wellington
78524085b5 minor bugfixes 2000-02-03 16:58:54 +00:00
Michael Graff
1a0e33bc20 implement DNS_ADBFIND_GLUEOK, DNS_ADBFIND_HINTOK, and DNS_ADBFIND_IGNORELAME 2000-02-02 23:24:04 +00:00
Andreas Gustafsson
d2bb8318e5 removed #include <dns/confip.h> 2000-02-02 21:05:18 +00:00
Andreas Gustafsson
6612c92a77 replaced remaining references to 'update' with 'notify' 2000-02-02 21:03:12 +00:00
Andreas Gustafsson
5a2b8787dc more comments 2000-02-02 21:02:11 +00:00
Andreas Gustafsson
9f3188c3b7 removed obsolete comment 2000-02-02 21:01:59 +00:00
Mark Andrews
25a3fe479f remove unreachable code 2000-02-02 05:55:56 +00:00
Bob Halley
bd02a77484 add norecurse 2000-02-02 02:17:31 +00:00
Bob Halley
5d8c8b966c separate omapi init/destroy from listen 2000-02-02 02:16:59 +00:00
Mark Andrews
9a79198176 lint 2000-02-02 01:09:56 +00:00
Mark Andrews
095c311c79 main(){exit(0);} -> main(){return (0);} 2000-02-02 01:06:27 +00:00
Mark Andrews
9682cdee53 return rather than exit 2000-02-02 01:02:59 +00:00
Mark Andrews
e63f7c6f55 lint 2000-02-02 00:58:15 +00:00
Bob Halley
148677b9a2 downgrade OMAPI successful start message to debug 3 2000-02-02 00:37:28 +00:00
Bob Halley
0a7f99e6d6 lint 2000-02-01 23:33:39 +00:00
Bob Halley
c4f192b4d8 add copyright 2000-02-01 23:12:16 +00:00
Brian Wellington
af9cc9f133 ignore glue when generating SIGs and NXTs 2000-02-01 21:12:11 +00:00
Bob Halley
5e4b7294d8 remove CAP_SYS_RESOURCE 2000-02-01 20:17:32 +00:00
Bob Halley
54e587cfac lint 2000-02-01 20:16:44 +00:00
Brian Wellington
b8df3e551a minor cleanups 2000-02-01 19:37:57 +00:00
David Lawrence
9506397424 use new omapi_protocol_listen sockaddr arg 2000-02-01 19:05:01 +00:00
David Lawrence
6e033f89d4 missing omapi_value_getregion before region was printed in ndc_signalhandler 2000-02-01 19:01:02 +00:00
David Lawrence
bb744e24d6 listen only on addr 127.0.0.1 2000-02-01 15:18:28 +00:00
David Lawrence
d08f3e2bf7 define NS_OMAPI_PORT as 953 2000-02-01 15:17:52 +00:00
David Lawrence
df3974bf57 default port to NS_OMAPI_PORT 2000-02-01 15:17:25 +00:00
Michael Graff
74889a341c Make the use of isc_mem_t optional, but on by default. The only
reason it is used at all is to detect memory leaks in the client-side code.
2000-02-01 02:58:55 +00:00
Bob Halley
bfab626984 When answering a nonrecursive query, do not use the cache if we have a
referral from authoritative data.
2000-02-01 02:23:39 +00:00
Mark Andrews
60e0b5df02 Add gxba_test 2000-02-01 01:39:23 +00:00
Michael Graff
ae7d0a4375 add getnamebyaddr test, and use a memory context only to discover memory leaks. 2000-02-01 00:29:03 +00:00
Michael Graff
e31db4546a make get-name-by-addr work fully. 2000-02-01 00:27:03 +00:00
Brian Wellington
b72b07e79b rename variables to avoid linker errors on aa 2000-01-31 23:15:33 +00:00
Andreas Gustafsson
22eeba5ec6 use global max-transfer-time-out if per-zone option is not set 2000-01-31 23:13:22 +00:00
Andreas Gustafsson
d405c0722d idle timeout code was missing isc_timer_touch() 2000-01-31 23:12:35 +00:00
Andreas Gustafsson
af01e07509 u_int16_t -> isc_uint16_t 2000-01-31 22:41:44 +00:00
Andreas Gustafsson
515277c0e8 function was declared static but defined non-static 2000-01-31 22:06:09 +00:00