Commit Graph
1219 Commits
Author SHA1 Message Date
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
David Lawrence 8b09428acb dns_parser category was removed; fixed categorybyname to find a valid category 2000-04-06 20:28:29 +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 b295930144 bin/lwresd/client.c needs <string.h> for memset() prototype 2000-04-06 16:15:28 +00:00
David Lawrence 0bcb1d4d63 [RT #92] use ${LIBTOOL} to compile main.@O@ 2000-04-06 16:00:36 +00:00
James Brister 5ab3a02712 Example of new view class type. 2000-04-06 10:32:50 +00:00
James Brister 4549ed5847 Added new view fields. 2000-04-06 09:34:36 +00:00
Brian Wellington b8fd630c4b better test todns/from dns routines 2000-04-05 22:21:17 +00:00
Bob Halley d339787606 add headerdep_test.sh to distclean rule 2000-04-05 21:09:02 +00:00
Bob Halley 82f7b9a4c9 add headerdep_test.sh 2000-04-05 21:06:38 +00:00
Andreas Gustafsson ee1078f3aa test cases contained illegal out-of-zone data, causing tests
to fail now that dns_db_load() ignores such data
2000-04-05 18:18:54 +00:00
Andreas Gustafsson d4f67a6d13 created 2000-04-05 17:38:46 +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
James Brister 44b3d6bb6f Match-client test. 2000-04-05 15:40:41 +00:00
Andreas Gustafsson f4d3780cb6 moved several #includes from bin/lwresd/client.h to .c files 2000-04-04 20:13:36 +00:00
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