Commit graph

1169 commits

Author SHA1 Message Date
James Brister
ad1b7dd6b9 sample usage of request-ixfr and provide-ixfr 2000-03-19 03:14:20 +00:00
David Lawrence
82e902bfde omapi_lib_destroy() in destroy_managers() if no ns_g_omapimgr started 2000-03-18 02:52:10 +00:00
David Lawrence
01bc26dc4c dns_acl_detach after passing the acl the omapi_listener_listen 2000-03-18 02:38:20 +00:00
Bob Halley
5a8c6cd711 shutdown omapi before destroying the task manager. 2000-03-18 02:23:53 +00:00
David Lawrence
71f93ef065 Use task method for listener shutdown. 2000-03-18 00:54:07 +00:00
David Lawrence
f96b41064b create socketmgr and taskmgr, pass to omapi_lib_init, and destroy when done 2000-03-18 00:53:11 +00:00
David Lawrence
b986772b1a ns_omapi_init now takes no parameters 2000-03-18 00:50:25 +00:00
David Lawrence
878f2cd4a2 Pass ns_g_taskmgr and ns_g_socketmgr to omapi_lib_init.
listen_done changed to an isc_taskaction_t.
2000-03-18 00:49:54 +00:00
David Lawrence
7700639655 include <dns/result.h> 2000-03-18 00:42:07 +00:00
Andreas Gustafsson
2539896175 do not indent CVS ID comment 2000-03-17 17:49:37 +00:00
Bob Halley
d72c8b8c6a Do not detach 'db' in the NOTFOUND case if it is NULL. This should not
happen, but is a possible result if the resolver returned NOTFOUND.
2000-03-17 00:07:02 +00:00
David Lawrence
aaf2232697 dereference ns_g_omapimgr in listen_done 2000-03-16 20:04:47 +00:00
Andreas Gustafsson
91ae8a0e72 annotated 2000-03-16 01:09:32 +00:00
Andreas Gustafsson
5d097eee54 accept # comments in wire data input files 2000-03-16 01:09:13 +00:00
James Brister
4471cc539d Build ndc config parser tester. 2000-03-15 02:13:04 +00:00
James Brister
67ac79ed04 Sample ndc config file. 2000-03-15 02:12:22 +00:00
James Brister
c0536aa152 ndc config parser and test program 2000-03-15 02:11:57 +00:00
Brian Wellington
c7f88538d4 build keygen by default 2000-03-14 21:26:54 +00:00
David Lawrence
8e12f9c899 style lint 2000-03-14 21:19:31 +00:00
David Lawrence
177bbc4098 omapi_lib_destroy after the omapimgr has been destroyed 2000-03-14 19:55:26 +00:00
David Lawrence
5e2d1dbba6 dereference ns_g_omapimgr in omapi.c:listen_done 2000-03-14 19:49:28 +00:00
David Lawrence
4f43520297 use listen_done callback when listener finishes 2000-03-14 19:48:48 +00:00
David Lawrence
34d51626b3 ns_omapi_init declaration 2000-03-14 04:08:39 +00:00
David Lawrence
3388760bca use ns_omapi_init in place of omapi_lib_init 2000-03-14 04:07:52 +00:00
David Lawrence
d2f2ad3d56 break control object initialization into ns_omapi_init; initialize 127.1 acl 2000-03-14 04:07:26 +00:00
David Lawrence
3033c30964 libdns now a dependency 2000-03-14 04:05:32 +00:00
David Lawrence
f82dcc5a56 waitresult is now part of OMAPI_OBJECT_PREAMBLE 2000-03-14 04:04:24 +00:00
David Lawrence
c889a8ac41 test signatures, listener shutdown callback 2000-03-14 04:03:05 +00:00
Michael Graff
ae8d0aedd6 implement pktinfo through dispatcher -> named client 2000-03-14 03:30:52 +00:00
Michael Graff
915723e400 Copy addresses out, rather than keeping pointers to them from a buffer. This
simplifies code at the expense of copying more.  It is, however, the
easiest way to get sortlist working correctly.  ipv6 addresses now sort
as well.
2000-03-12 01:58:41 +00:00
Michael Graff
d736db6dc5 lwres get-addr-by-name returns a linked list, not an array, of names. This
was needed to make adding the sortlist code, which will be checked in
in a few minutes.
2000-03-10 23:11:36 +00:00
Michael Graff
2311073ce0 handle resolv.conf 'search' line, client side. Also, fix a bug in lwresd that would return success, but no addresses, for NXDOMAIN or NXRRSET. 2000-03-10 22:11:14 +00:00
Andreas Gustafsson
1c4fb0e315 wired up the transfer-source-v6 option 2000-03-08 22:31:52 +00:00
Brian Wellington
774d9e3de4 Sign the TKEY request message with a TSIG, since unsigned TKEY exchanges
violate the latest version of the TKEY draft.
2000-03-08 19:51:54 +00:00
Brian Wellington
4124057bf5 dst_result_t -> isc_result_t 2000-03-06 20:04:15 +00:00
Brian Wellington
84feab0fad If an ssutable is present, it's used instead of an allow-update acl 2000-03-06 19:08:05 +00:00
Brian Wellington
6fcfd0c35d ssutables are now attached/detached; zones get ssutables from config structs 2000-03-06 19:06:07 +00:00
Brian Wellington
2b71493ae6 Add an option (-a) to attempt to verify generated signatures 2000-03-06 18:16:49 +00:00
Andreas Gustafsson
443b9e6e51 TCP client objects in excess of quota were recycled
too early, at the end of the request, instead of being kept around to serve
subsequent requests on the same TCP connection and recycled only when the
connection is closed (RT #66)
2000-03-06 17:35:13 +00:00
David Lawrence
4bcc9c7bdc When loading a configuration file, set log defaults if and only if no
"category default" clause was found in a logging statement.
2000-03-04 18:30:56 +00:00
David Lawrence
5542df0959 When loading a configuration file, set log defaults if and only if no
"category default" clause was found in a logging statement.

When setting defaults, use ISC_LOGCATEGORY_DEFAULT for the category parameter
instead of NULL.

Don't do the isc_log{category,module}byname lookup every time through the
loop in logconf.c:category_fromconf(); it can be done just once, before
entering the loop.
2000-03-04 16:41:48 +00:00
David Lawrence
711aef666e added isc_log_categorybyname and isc_log_modulebyname 2000-03-04 03:05:17 +00:00
Andreas Gustafsson
bdc155d8ce look up logging category name using isc_log_categorybyname() 2000-03-04 01:08:05 +00:00
Andreas Gustafsson
77668e0fce preserve cache contents when reloading 2000-03-02 23:47:39 +00:00
James Brister
7135df4495 Include grant/deny statements in sample. 2000-03-02 20:38:58 +00:00
James Brister
9d612f10ec Change for new log api. 2000-03-02 03:52:28 +00:00
James Brister
b7fce30291 Fix syntax error. 2000-03-02 03:52:00 +00:00
James Brister
b0000a5e0f Temporary change to let things compile. 2000-03-02 03:51:36 +00:00
David Lawrence
f028532a15 new test for ISC_LOG_DEBUGONLY 2000-03-02 01:52:47 +00:00
Andreas Gustafsson
b044e6daba updated comment to reflect changed interface 2000-03-02 01:14:02 +00:00