Mark Andrews
6e373c5025
1983. [func] Two new update policies. "selfsub" and "selfwild".
...
[RT #12895 ]
2006-02-16 01:34:24 +00:00
Mark Andrews
1b06367c34
update copyright notice
2006-01-06 00:01:44 +00:00
Mark Andrews
dc6da18ccb
1964. [func] Seperate out MX and SRV to CNAME checks. [RT #15723 ]
2006-01-05 23:45:34 +00:00
Mark Andrews
a687a0592b
1962. [bug] Named failed to clear old update-policy when it
...
was removed. [RT #15491 ]
2006-01-05 03:32:50 +00:00
Mark Andrews
a1bc941093
1959. [func] Control the zeroing of the negative response TTL to
...
a soa query. Defaults "zero-no-soa-ttl yes;" and
"zero-no-soa-ttl-cache no;". [RT #15460 ]
2006-01-05 02:19:02 +00:00
Mark Andrews
2674e1a455
1940. [bug] Fixed a number of error conditions reported by
...
Coverity.
2005-11-30 03:33:49 +00:00
Mark Andrews
2c15fcdeac
seperate out sibling glue checks
2005-08-24 23:54:04 +00:00
Mark Andrews
4e1d3e67cd
1914. [bug] Strings returned from cfg_obj_asstring() should be
...
treated as read-only. The prototype for
cfg_obj_asstring() has been updated to reflect this.
[RT #15256 ]
2005-08-23 02:36:11 +00:00
Mark Andrews
a903095bf4
1817. [func] add support for additional zone file formats for
...
improving loading performance. The masterfile-format
option in named.conf can be used to specify a
non-default format. A new separate command
named-compilezone was provided to generate zone files
in a new format.
2005-06-20 01:05:33 +00:00
Mark Andrews
c5223c9cb7
1862. [func] Add additional zone data constancy checks.
...
named-checkzone has extended checking of NS, MX and
SRV record and the hosts they reference.
named has extended post zone load checks.
New zone options: check-mx and integrity-check.
[RT #4940 ]
2005-05-19 04:59:05 +00:00
Rob Austein
ab023a6556
1851. [doc] Doxygen comment markup. [RT #11398 ]
2005-04-27 04:57:32 +00:00
Mark Andrews
3aca8e5bf3
1758. [func] Don't send notify messages to self. [RT #12933 ]
2005-02-10 05:53:43 +00:00
Mark Andrews
48f929d315
1792. [func] New zone option "notify-delay". Specify a minimum
...
delay between sets of NOTIFY messages.
2005-01-11 23:10:06 +00:00
Mark Andrews
ad5bc22a81
1797. [func] named-checkconf now check acls to verify that they
...
only refer to existing acls. [RT #13101 ]
2005-01-11 03:46:11 +00:00
Mark Andrews
2f4ffd7f55
update copyrights
2005-01-10 23:43:27 +00:00
Mark Andrews
508f61f8d6
1794. [func] Named and named-checkzone can now both check for
...
non-terminal wildcard records.
2005-01-09 23:40:04 +00:00
Mark Andrews
1672cff96d
1684. [func] ixfr-from-differences now takes master and slave in
...
addition to yes and no at the options and view levels.
2004-10-14 00:49:34 +00:00
Mark Andrews
207f0a15bb
1705. [func] Allow the journal's name to be changed via named.conf.
2004-10-07 02:15:14 +00:00
Mark Andrews
1cf54d1966
1612. [bug] check-names at the option/view level could trigger
...
an INSIST. [RT# 11116]
2004-04-20 14:11:47 +00:00
Mark Andrews
3b1fce680f
1595. [func] New notify type 'master-only'. Enable notify for
...
master zones only.
2004-03-30 02:13:45 +00:00
Mark Andrews
dafcb997e3
update copyright notice
2004-03-05 05:14:21 +00:00
Mark Andrews
2047977ce2
1586. [func] "check-names" is now implemented.
2004-02-27 20:41:51 +00:00
Mark Andrews
62700b67eb
1539. [bug] Open UDP sockets for notify-source and transfer-source
...
that use reserved ports at startup. [RT #9475 ]
2004-01-05 06:56:44 +00:00
Tatuya JINMEI 神明達哉
ce28ea0f2f
fixed a typo in a comment line: s/compatability/compatibility/
2003-08-08 22:46:37 +00:00
Mark Andrews
b500de3be9
alt-transfer-source-v4 -> alt-transfer-source
2003-02-27 05:12:47 +00:00
Mark Andrews
476386968b
1446. [func] Implemented undocumented alternate transfer sources
...
from BIND 8. See use-alt-transfer-source,
alt-transfer-source-v4 and alt-transfer-source-v6.
SECURITY: use-alt-transfer-source is ENABLED unless
you are using views. This may caues a security risk
resulting in accidental disclosure of wrong zone
content if the master supplying different source
content based on IP address. If you are not certian
ISC recommends setting use-alt-transfer-source no;
developer: marka
reviewer: explorer
2003-02-26 23:29:00 +00:00
Mark Andrews
a1301ef891
undo (wrong branch)
2003-02-04 06:10:09 +00:00
Mark Andrews
ab4bec8504
checkpoint
2003-02-04 05:44:32 +00:00
Mark Andrews
87f4715d6c
1344. [func] Log if the serial number on the master has gone backwards.
...
If you have multiple machines specified in the masters
clause you may want to set 'multi-master yes;' to suppress
this warning.
2002-07-29 06:58:46 +00:00
Mark Andrews
a7038d1a05
copyrights
2002-02-20 03:35:59 +00:00
Mark Andrews
023dd2cfe0
reverse also-notify changes. dns_zone_setalsonotify() has relaxed its calling
...
convention.
Correct INSIST
2002-01-23 02:12:24 +00:00
Brian Wellington
a5c077e40c
1181. [func] Add the "key-directory" configuration statement,
...
which allows the server to look for online signing
keys in alternate directories.
2002-01-21 11:00:25 +00:00
Mark Andrews
b627356826
re-do:
...
1168. [bug] Empty also-notify clauses were not handled. [RT #2309 ]
2002-01-14 04:16:03 +00:00
Andreas Gustafsson
1f1d36a87b
Check return values or cast them to (void), as required by the coding
...
standards; add exceptions to the coding standards for cases where this is
not desirable
2001-11-30 01:59:49 +00:00
Mark Andrews
80dd46d7aa
1113. [bug] allow-update/allow-update-forwarding did not work
...
when specified in a view. [RT #2014 ]
2001-11-08 05:36:23 +00:00
Andreas Gustafsson
0cf9ce19cc
1057. [bug] Reloading the server after adding a "file" clause
...
to a zone statement could cause the server to
crash due to a typo in change 1016.
2001-10-17 18:57:01 +00:00
Andreas Gustafsson
bb60abb445
1043. [bug] Specifying a transfer-source or transfer-source-v6
...
option in the zone statement for a master zone was
not treated as an error. [RT #1876 ]
2001-10-11 01:55:03 +00:00
Andreas Gustafsson
ff4322d44f
1016. [bug] Slave zones with no backup file were re-transferred
...
on every server reload.
2001-09-25 23:01:15 +00:00
Andreas Gustafsson
8cccaeaee1
New named.conf option "ixfr-from-differences" [RT #1727 ]
2001-09-08 00:21:49 +00:00
Andreas Gustafsson
76d9120dd6
80 columns
2001-09-04 19:20:54 +00:00
Andreas Gustafsson
687b7ef998
handle max-journal-size more like other options
2001-09-01 01:43:24 +00:00
Andreas Gustafsson
cb8fd52bbe
call the new option for setting the maximum journal
...
size 'max-journal-size', not 'journal-size', in the tradition of the
historical option 'max-ixfr-log-size'
2001-09-01 01:13:41 +00:00
Mark Andrews
cc0a5f7142
journal-size can now be set from named.conf
2001-08-30 05:23:00 +00:00
Mark Andrews
de9833be77
955. [bug] When using views, the zone's class was not being
...
inherited from the view's class. [RT #1583 ]
2001-08-07 01:58:59 +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
David Lawrence
8dd4cf7fc6
dns_dialuptype_t dialup = dns_notifytype_no changed to = dns_dialuptype_no
2001-04-12 21:09:35 +00:00
David Lawrence
0015ab0974
initialized some variables to silence warning
2001-03-05 12:04:46 +00:00
Brian Wellington
90c099e88e
762. [feature] named now uses the new configuration parser.
2001-03-04 21:21:39 +00:00
Brian Wellington
6fd0827482
Remove notify forwarding.
2001-02-24 00:59:00 +00:00
Brian Wellington
cd3ea9f0cf
remove NOMINUM_PUBLIC around dns_zone_setmasterswithkeys
2001-02-24 00:35:12 +00:00