Commit Graph
3170 Commits
Author SHA1 Message Date
Mark Andrews be54c486fa remove unnecessary break 2000-02-02 05:59:59 +00:00
Mark Andrews 25a3fe479f remove unreachable code 2000-02-02 05:55:56 +00:00
Mark Andrews c27f90d73a remove ambiguous else message 2000-02-02 05:49:55 +00:00
David Lawrence ca860d298f 1 added, 3 no longer present 2000-02-02 02:39:53 +00:00
Bob Halley 6e1e90b9b6 Undo 1.100 which caused problems on platforms other than Linux. 2000-02-02 02:34:30 +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 f57cf8a270 Add gai_strerror 2000-02-02 02:01:04 +00:00
Mark Andrews 40de7483ff lint 2000-02-02 01:15:43 +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 83e592bfba missing static 2000-02-02 01:01:24 +00:00
Mark Andrews e63f7c6f55 lint 2000-02-02 00:58:15 +00:00
Andreas Gustafsson 7b24a94d11 typo in comment 2000-02-02 00:41:26 +00:00
Andreas Gustafsson d5017b061c typo in comment 2000-02-02 00:38:28 +00:00
Bob Halley 8c5039fd81 improve error message if zone callback fails; revise error levels 2000-02-02 00:38:11 +00:00
Bob Halley 148677b9a2 downgrade OMAPI successful start message to debug 3 2000-02-02 00:37:28 +00:00
Andreas Gustafsson 62e22bc7a5 typos in comments 2000-02-02 00:36:34 +00:00
Michael Graff d257033612 Thanks to Mark's fix, select() actually wasn't broken, I was. Use NULL for write/except fds again 2000-02-02 00:34:46 +00:00
Bob Halley 0a7f99e6d6 lint 2000-02-01 23:33:39 +00:00
Bob Halley 859ee7da20 lint 2000-02-01 23:28:09 +00:00
Mark Andrews f43d714ada #include <stdlib.h> as va_arg may call abort(): BSDI 3.1 2000-02-01 23:18:52 +00:00
Bob Halley c4f192b4d8 add copyright 2000-02-01 23:12:16 +00:00
Bob Halley 58007c5fde update 2000-02-01 23:12:03 +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
Andreas Gustafsson 386fef57fa don't write to freed memory 2000-02-01 17:27:23 +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
David Lawrence 19f15c36b9 omapi_protocol_listen/omapi_listener_listen use sockaddr instead of port
no more OMAPI_PROTOCOL_PORT; default port must be define per application.
2000-02-01 15:16:53 +00:00
David Lawrence afe59244b4 omapi_protocol_listen now takes sockaddr arg instead of port.
omapi_protocol_connect now does not accept port of 0 for "default port"
2000-02-01 15:15:24 +00:00
David Lawrence 4b8831992e omapi_listener_listen port argument now sockaddr; removed listener->address 2000-02-01 15:13:49 +00:00
Mark Andrews c69eec29aa lwres_getaddrsbyname called with v4 flag when v6 required. 2000-02-01 06:55:36 +00:00
Mark Andrews f738cdef3d #include <sys/time.h>
Use LWRES_DEFAULT_TIMEOUT instead of LWRES_R_TIMEOUT to set select timout.
2000-02-01 06:46:47 +00:00
Michael Graff b91bbaf50c implement timeouts 2000-02-01 02:59:40 +00:00
Michael Graff db1259453c wait at most 10 seconds for server to respond 2000-02-01 02:59:27 +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
Mark Andrews 7e4d75a5da add copyright notices 2000-02-01 02:58:47 +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
Bob Halley e974143273 do not ever mark forwarders as lame 2000-02-01 02:16:17 +00:00
Mark Andrews c4cc75482f Add missing malloc failure check
Correctly NULL second entry in he->h_addr_list on get*byaddr.
2000-02-01 01:58:26 +00:00
Mark Andrews 60e0b5df02 Add gxba_test 2000-02-01 01:39:23 +00:00
Andreas Gustafsson fbb5a4f316 don't write to freed memory 2000-02-01 01:27:30 +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