Commit Graph
1196 Commits
Author SHA1 Message Date
Andreas Gustafsson ddfe394c06 need <isc/buffer.h> 2000-04-04 20:10:29 +00:00
Andreas Gustafsson 8f804834e2 moved logging typedefs from <isc/log.h> to <isc/types.h> 2000-04-04 20:09:05 +00:00
Andreas Gustafsson 23d4fb0620 need <isc/event.h> 2000-04-04 20:06:53 +00:00
Andreas Gustafsson 074a4e3494 provide more context in log messages 2000-04-04 19:14:05 +00:00
Bob Halley 4907e46c8f do not try to use local compression 2000-04-04 18:30:55 +00:00
Andreas Gustafsson 60c83e9d7c added ns_client_log(); use it when logging client
messages
2000-04-04 18:28:51 +00:00
Andreas Gustafsson 27a976a862 added ns_client_log() 2000-04-04 18:27:20 +00:00
James Brister 8b49a0c526 Better usage message. 2000-03-30 17:18:03 +00:00
Bob Halley 5fe66a90ca axfr_rrstream_first() didn't check the result code of
db_rr_iterator_first(), possibly causing an assertion to be triggered
later.
2000-03-29 19:01:47 +00:00
Bob Halley 60771bb1b4 When making an OPT RR, initialize rdata's type and rdclass fields to avoid
triggering an assertion.
Add definitions for CTRACE and MTRACE of NS_CLIENT_TRACE is not defined.
2000-03-29 18:57:36 +00:00
Brian Wellington 63e11cf5a8 Modified TSIG printing to work again after removing the TSIG pseudosection
in the message structure.
2000-03-29 05:14:04 +00:00
Brian Wellington c85cd83147 TSIGs don't need to be explicitly rendered 2000-03-29 05:04:45 +00:00
James Brister da47a1b896 Removed listen-on from views.
Changed syntax of grant/deny statements so they now must be inside an
'update-policy' block.

quote rr types when printing grant/deny statements as they can
clash with config file keywords.

Added rcs Id inside comment.
2000-03-28 22:58:25 +00:00
Bob Halley 077daa2122 Prevent capability.h from #including <linux/fs.h>. When a 2.3 <linux/fs.h> is
included, we get conflicts between <string.h> and <linux/string.h> that
make the compilation fail.  This change also eliminates compiler warnings when
os.c is compiled on a system with a 2.2 <linux/capability.h>.
2000-03-28 19:46:53 +00:00
Michael Graff ed0b018ee0 minor reformatting issue; no functional change made. 2000-03-28 00:10:02 +00:00
Michael Graff 0a48eff8c7 remove debugging printf that stuck in 2000-03-28 00:09:28 +00:00
Bob Halley acee756e38 lint 2000-03-23 22:51:53 +00:00
Bob Halley e81af5be3e lint 2000-03-23 20:01:41 +00:00
Bob Halley dda4bfe649 update copyrights 2000-03-23 19:52:19 +00:00
Brian Wellington b930c125ca Fixed missing braces reported on bind9-workers. The rewritten keygen should
hopefully go in just after b2.
2000-03-23 19:03:32 +00:00
David Lawrence ecb6c5782e exorcized local compression 2000-03-23 05:18:46 +00:00
Andreas Gustafsson 5fe5a0c026 revised logging categories 2000-03-23 00:55:12 +00:00
Andreas Gustafsson 02fd64a1fc put single quote around logging channel name in error message 2000-03-23 00:51:29 +00:00
Bob Halley f0558da29c AXFR and IXFR are not yet implemented; reject attempts to use
them.  [RT 74]
2000-03-22 21:39:07 +00:00
Andreas Gustafsson 7e03d1e22f wired up the new 'provide-ixfr' option 2000-03-20 21:06:27 +00:00
Andreas Gustafsson 4bc5101166 wired up the new 'request-ixfr' option 2000-03-20 19:42:21 +00:00
Andreas Gustafsson afda57a68e changes from code review: use ISC_LIST_EMPTY(msg->sections[i])
rather than msg->counts[i] > 0 to determine whether a section is
empty, since the count field does not track pseudosections
2000-03-20 16:57:46 +00:00
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