Brian Wellington
ee3ab6063d
945. [func] Add the new view-specific options
...
"match-destinations" and "match-recursive-only".
2001-07-26 20:42:46 +00:00
Andreas Gustafsson
4eb5d27bae
issue a more specific error message when there is a problem with the
...
root hints file (such as it not existing)
2001-07-23 17:31:33 +00:00
Andreas Gustafsson
6529f9ffb6
use isc_file_ischdiridempotent()
2001-07-16 18:33:30 +00:00
Brian Wellington
9f5423a840
If the server was built without openssl, ignore trusted keys.
2001-07-11 22:22:37 +00:00
Andreas Gustafsson
07c336a9a8
912. [bug] Attempts to set the 'additional-from-cache' or
...
'additional-from-auth' option to 'no' in a
server with recursion enabled will now
be ignored and cause a warning message.
[RT #1145 ]
2001-06-26 23:53:39 +00:00
Andreas Gustafsson
6a7a69e9f7
905. [bug] Creating a forward "zone" for the root domain
...
did not work. [RT #1418 ]
2001-06-18 20:03:48 +00:00
Brian Wellington
17dba29ba5
854. [bug] The config parser didn't properly handle config
...
options that were specified in units of time other
than seconds. [RT #1372 ]
2001-06-04 21:51:27 +00:00
Mark Andrews
b5a86fe434
853. [bug] configure_view_acl() failed to detach existing acls.
...
[RT #1374 ]
2001-06-04 14:08:34 +00:00
Brian Wellington
5455f30a75
842. [func] 'rndc flush' now takes an optional view.
2001-05-31 01:21:12 +00:00
Mark Andrews
89d03d4715
Redo:
...
839. [func] Dump packets for which there was no view or that the
class could not be determined to category "unmatched".
2001-05-28 05:17:05 +00:00
Brian Wellington
50097b38c0
830. [func] Implement 'rndc status'.
2001-05-14 20:44:16 +00:00
Brian Wellington
ecf4962155
more of 'rndc status'
2001-05-14 19:06:47 +00:00
Brian Wellington
66262ee904
rndc status now counts zones (in all views except _bind)
2001-05-09 21:35:28 +00:00
Brian Wellington
7fea1b3b43
If 'rndc trace' is sent to a server already debugging at level 99, ignore it.
2001-05-08 04:30:32 +00:00
Brian Wellington
e4cd5a1e5d
Partial support for "rndc status". Not all of the fields are filled in yet.
2001-05-08 04:09:41 +00:00
Andreas Gustafsson
532989b206
initate command channel shutdown from the server task, not the
...
main task, to avoid race conditions; eliminate global variables in
controlconf.c
2001-05-08 03:42:34 +00:00
Andreas Gustafsson
2071b2be37
unused variable
2001-05-08 00:26:24 +00:00
Andreas Gustafsson
9dafd058e3
implemented 'rndc reconfig'
2001-05-07 23:34:24 +00:00
Brian Wellington
4f35dccfc2
If lwresd was started with no -c or -C option, it would fail to read
...
/etc/resolv.conf if /etc/lwresd.conf was not found.
2001-04-19 23:38:32 +00:00
David Lawrence
8ed664e5a6
zonetype "ztype" was set but not used in configure_zone; removed
2001-04-12 21:07:39 +00:00
Brian Wellington
c20ffa38de
808. [func] Add 'rndc flush' to flush the server's cache.
2001-04-11 20:37:50 +00:00
Andreas Gustafsson
7dde5be909
rephrased relative directory warning
2001-03-29 04:25:59 +00:00
Brian Wellington
672056d560
797. [func] Issue a warning if the 'directory' option contains
...
a relative path. [RT #269 ]
2001-03-29 02:33:48 +00:00
Andreas Gustafsson
a95181f3f2
statistics-file had incorrect default value if the configuration did not
...
load completely
2001-03-27 18:17:09 +00:00
Brian Wellington
1d92d8a245
792. [cleanup] Replace the OMAPI command channel protocol with a
...
simpler one.
2001-03-27 00:44:59 +00:00
Andreas Gustafsson
af0a9bac79
missing NULL initialization in
...
match-mapped-addresses glue code
2001-03-26 23:03:05 +00:00
Andreas Gustafsson
851c849a5e
log successful setting of resource limits at level 3, not 1
2001-03-26 23:02:26 +00:00
Brian Wellington
6eccf5bd07
788. [feature] Add the "match-mapped-addresses" options, which
...
causes IPv6 v4mapped addresses to be treated as
IPv4 addresses for the purpose of acl matching.
2001-03-26 21:33:07 +00:00
Brian Wellington
734ae1f7c6
isc_{base64|hex}_decodestring took an unused mctx. Remove the mctx.
2001-03-22 00:07:07 +00:00
Brian Wellington
54d64c7994
782. [feature] Implement the serial-query-rate option.
2001-03-19 22:34:14 +00:00
Brian Wellington
079878277f
unused variable
2001-03-16 23:00:00 +00:00
Brian Wellington
a6b56c6609
If the default configuration fails to parse, don't seg fault.
2001-03-15 19:39:50 +00:00
Bob Halley
d911284333
add support for minimal-responses
2001-03-14 21:53:29 +00:00
David Lawrence
78b6b2b20d
init fwdpolicy at its declaration; compiler can't tell it will be set when used
2001-03-10 06:39:47 +00:00
Brian Wellington
e608c9829f
- Detect selective forwarding errors in the configuration checker.
...
- Clean up selective forwarding configuration.
- Fixed a few minor unrelated bugs in the configuration checker.
2001-03-09 19:07:30 +00:00
David Lawrence
cbcf2bf6e9
removed "max_cache_size = 0" line, allowing cache limiting
2001-03-08 01:38:39 +00:00
Brian Wellington
8b9b498009
Check for duplicate zone and key statements. Note that duplicate server
...
and view statements are not detected, because they're harder.
2001-03-08 00:55:50 +00:00
Andreas Gustafsson
668f06c071
removed comments that no longer apply with the new
...
config code
2001-03-08 00:06:19 +00:00
Brian Wellington
d25dd5b056
770. [func] Add the "edns yes_or_no" statement to the server
...
clause. [RT #524 ]
2001-03-06 23:54:37 +00:00
Brian Wellington
7c294304af
Fix a few places where the new config code would fail if there was no
...
config file (-c /dev/null).
2001-03-06 19:04:42 +00:00
Brian Wellington
668acc6107
remove a few references to deleted headers
2001-03-06 02:49:29 +00:00
Brian Wellington
8772b86369
parse the listen-on-v6 statement, not listen-on a second time.
2001-03-06 01:57:19 +00:00
Bob Halley
58eb053ed2
Restructure default value code in set_limit to eliminate compiler warning.
...
(The previous code worked, but the compiler couldn't figure out that
value was always defined because of the INSIST().)
heartbeat_interval was being used without being initialized.
2001-03-05 17:20:48 +00:00
Brian Wellington
90c099e88e
762. [feature] named now uses the new configuration parser.
2001-03-04 21:21:39 +00:00
Brian Wellington
b79adacaad
Add more authors.
2001-02-17 01:09:22 +00:00
Andreas Gustafsson
65a66336a6
redid configuration locking using isc_task_beginexclusive()
...
and isc_task_endexclusive() instead of a multitude of separate
configuration rwlocks
2001-02-14 03:54:53 +00:00
Bob Halley
4ff3597979
In ns_server_setdebuglevel():
...
Fixed "comparison of unsigned expression < 0 is always false".
Marked server parameter as UNUSED.
2001-02-08 18:01:33 +00:00
Brian Wellington
dfceef7e68
rndc trace now takes an optional level parameter.
2001-02-07 00:50:44 +00:00
Mark Andrews
8e68489885
722. [func] Allow n/named/server.cincrememtal loads to be canceled.
...
721. [cleanup] Load manager and dns_master_loadfilequota() are no
more.
2001-02-01 21:29:41 +00:00
Bob Halley
274a8316ad
fix typo
2001-01-29 17:25:12 +00:00