Commit Graph
1699 Commits
Author SHA1 Message Date
Andreas Gustafsson 864a05fa26 configuration failed when trusted-keys statement was missing 2000-04-11 17:52:57 +00:00
Andreas Gustafsson d9b7ec02d9 use the 'trusted-keys' statement to configure security roots 2000-04-11 00:37:59 +00:00
Andreas Gustafsson 84ef83d296 80 columns 2000-04-10 22:00:13 +00:00
Andreas Gustafsson 65e117d576 wired up the 'trusted-keys' config option 2000-04-10 21:31:41 +00:00
Andreas Gustafsson 8571e5ca37 failed to configure default view when there were zone statements
but no explicit views; the unconfigured default view had no resolver and therefore
denied recursion to all clients
2000-04-08 00:49:19 +00:00
Andreas Gustafsson 164f0b0cae configure_view() failed to set result to ISC_R_SUCCESS
on successful completion
2000-04-07 22:37:42 +00:00
Andreas Gustafsson 0c637e129e renamed variable configctx -> cctx for consistency and brevity 2000-04-07 22:36:15 +00:00
Andreas Gustafsson edcb93b49c wired up view options: request-ixfr, provide-ixfr 2000-04-07 22:30:43 +00:00
Michael Graff 7e2c8092db Include <isc/print.h> to get proper definition of vsnprintf() on machines which don't have it. 2000-04-07 19:17:33 +00:00
Andreas Gustafsson e82d19b0c7 wired up view options: max-transfer-time-out, max-transfer-idle-out 2000-04-07 18:16:02 +00:00
Andreas Gustafsson 807b4620fa wired up view option: cleaning-interval 2000-04-07 18:04:24 +00:00
Andreas Gustafsson cb284e7bd4 wired up view options: transfer-source, transfer-source-v6 2000-04-07 17:27:22 +00:00
Andreas Gustafsson dded22b184 comment the fact that cview may be NULL in configure_view;
avoid NULL reference when reporting the (probably impossible) error of
the default view missing root hints
2000-04-07 17:08:12 +00:00
Andreas Gustafsson 8f9f5011b0 assertion failure setting forwarders of default view 2000-04-07 16:23:54 +00:00
Andreas Gustafsson 57423b6cf9 wired up view options 'forward' and 'forwarders' 2000-04-07 01:07:07 +00:00
Andreas Gustafsson 2e91b1f3d4 configuring zone acl from default view caused assertion failure 2000-04-07 00:51:32 +00:00
Andreas Gustafsson a672bfbee4 wired up view options: allow-query, allow-recursion, allow-transfer 2000-04-06 23:59:19 +00:00
Andreas Gustafsson 2e097e67d8 wired up view options: allow-query, allow-recursion, allow-transfer;
fixed recently broken creation of default view
2000-04-06 23:58:01 +00:00
Andreas Gustafsson 94497580d8 wired up view options: recursion, auth-nxdomain, transfer-format 2000-04-06 22:51:17 +00:00
Michael Graff 4195904998 s/DNS_R_/ISC_R_/ change for some codes. 2000-04-06 22:03:35 +00:00
Andreas Gustafsson a895e8e779 wired up view options: recursion, auth-nxdomain, transfer-format;
fixed failure to obey the 'recursion' option
2000-04-06 20:26:39 +00:00
Andreas Gustafsson 66e2dd5001 wired up view options: recursion, auth-nxdomain, transfer-format 2000-04-06 20:25:48 +00:00
James Brister c47baa985c Name change to two config file functions. 2000-04-06 20:08:34 +00:00
Andreas Gustafsson 1921b4f619 wired up the 'match-clients' view option 2000-04-06 17:31:33 +00:00
Andreas Gustafsson 4caf4e9b8b added view matching 2000-04-06 17:29:47 +00:00
David Lawrence 0bcb1d4d63 [RT #92] use ${LIBTOOL} to compile main.@O@ 2000-04-06 16:00:36 +00:00
Andreas Gustafsson afd4b04898 need <dns/aclconf.h>, <dns/confctx.h>, <dns/confzone.h>;
removed obsolete comment
2000-04-05 17:37:34 +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
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
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
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
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
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
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 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
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