Mark Andrews
511621255e
1528. [cleanup] Simplify some dns_name_ functions based on the
...
deprecation of bitstring labels.
1527. [cleanup] Reduce the number of gettimeofday() calls without
losing necessary timer granularity.
2004-03-08 21:06:29 +00:00
Mark Andrews
347c832469
update copyrights
2004-03-08 09:05:15 +00:00
Mark Andrews
c3138c6928
doc regen / copyrights
2004-03-08 04:04:47 +00:00
Mark Andrews
a821d5fa3d
DNSSEC bis merge from HEAD:
...
1581. [func] Disable DNSSEC support by default. To enable
DNSSEC specify "enable-dnssec yes;" in named.conf.
1565. [bug] CD flag should be copied to outgoing queries unless
the query is under a secure entry point in which case
CD should be set.
1558. [func] New DNSSEC 'disable-algorithms'. Support entry into
child zones for which we don't have a supported
algorithm. Such child zones are treated as unsigned.
1557. [func] Implement missing DNSSEC tests for
* NOQNAME proof with wildcard answers.
* NOWILDARD proof with NXDOMAIN.
Cache and return NOQNAME with wildcard answers.
1541. [func] NSEC now uses new bitmap format.
1519. [bug] dnssec-signzone:nsec_setbit() computed the wrong
length of the new bitmap.
1516. [func] Roll the DNSSEC types to RRSIG, NSEC and DNSKEY.
2004-03-08 02:08:05 +00:00
Mark Andrews
a09e55f624
update copyrights
2004-03-06 10:22:54 +00:00
Mark Andrews
2691dfb148
regen w/ updated copyright notice
2004-03-06 07:41:44 +00:00
Mark Andrews
87497aa349
1559. [port] named should ignore SIGFSZ.
2004-03-03 23:09:33 +00:00
Mark Andrews
15e09f18c6
1544. [bug] Named would logged a single entry to a file despite it
...
being over the specified size limit.
1543. [bug] Logging using "versions unlimited" did not work.
2004-03-03 05:35:00 +00:00
Mark Andrews
5bc136b1a1
1537. [func] New option "querylog". If set specify whether query
...
logging is to be enabled or disabled at startup.
2004-03-02 01:11:46 +00:00
Mark Andrews
a283f2f6ed
regen
2004-02-27 21:49:21 +00:00
Mark Andrews
694b001677
1586. [func] "check-names" is now implemented.
2004-02-27 21:45:34 +00:00
Mark Andrews
795a99528c
1533. [func] Warn if both "recusion no;" and "allow-recursion"
...
are active. [RT# 4389]
2004-02-24 03:37:48 +00:00
Mark Andrews
cc7dff1423
1573. [port] linux: update to libtool 1.5.2 so that
...
"make install DESTDIR=/xx" works with
"configure --with-libtool". [RT #9941 ]
2004-02-24 02:15:33 +00:00
Mark Andrews
b5e1ded573
1575. [func] Log TSIG name on TSIG verify failure. [RT #4404 ]
2004-02-10 06:06:31 +00:00
Mark Andrews
08a1ad875f
1564. [func] Attempt to provide a fallback entropy source to be
...
used if named is running chrooted and named is unable
to open entropy source within the chroot area.
[RT #10133 ]
2004-01-27 02:30:32 +00:00
Mark Andrews
d80c8340d3
update wording
2004-01-27 01:17:41 +00:00
Mark Andrews
0cfef78e0f
1563. [bug] Gracefully fail when unable to obtain neither a IPv4
...
or a IPv6 dispatch. [RT #10230 ]
2004-01-26 23:53:41 +00:00
Mark Andrews
cc79bffa78
1561. [bug] It was possible to release the same name twice if
...
named ran out of memory. [RT #10197 ]
2004-01-22 15:32:54 +00:00
Mark Andrews
5cad37ef17
1551. [port] Open "/dev/null" before calling chroot().
2004-01-12 04:28:43 +00:00
Mark Andrews
d15739dec3
1550. [port] Call tzset(), if available, before calling chroot().
2004-01-07 05:53:16 +00:00
Mark Andrews
673e6299fd
1539. [bug] Open UDP sockets for notify-source and transfer-source
...
that use reserved ports at startup. [RT #9475 ]
2004-01-05 07:00:12 +00:00
Mark Andrews
608740d240
1515. [func] Allow transfer source to be set in a server statement.
...
[RT #6496 ]
2003-10-21 05:49:19 +00:00
Mark Andrews
25a60b1d80
sync with HEAD
2003-10-15 05:32:25 +00:00
Mark Andrews
c298c27f3c
remove max-adb-size
2003-10-14 03:04:02 +00:00
Mark Andrews
4ce7c52616
1514. [bug] named: isc_hash_destroy() was being called to early.
...
[RT #9160 ]
2003-09-24 23:37:15 +00:00
Mark Andrews
388732593d
cleanup spaces before semicolons.
2003-09-24 03:47:21 +00:00
Mark Andrews
069d5cb493
1510. [func] New view option "root-delegation-only". Apply
...
delegation-only check to all TLDs and root.
Note there are some TLDs that are NOT delegation
only (e.g. DE and MUSEUM) these can be excluded
from the checks buy using exclude.
root-delegation-only exclude { "DE"; "MUSEUM"; };
2003-09-19 12:44:39 +00:00
Mark Andrews
d6d893e17b
1509. [bug] Hint zones should accept delegation-only. Forward
...
zone should not accept delegation-only.
1508. [bug] Don't apply delegation-only checks to answers from
forwarders.
1507. [bug] Handle BIND 8 style returns to NS queries to parents
when making delegation-only checks.
1506. [bug] Wrong return type for dns_view_isdelegationonly().
1505. [bug] Uninitialised rdataset in sdb. [RT #8750 ]
1504. [func] New zone type "delegation-only".
2003-09-19 06:20:55 +00:00
Mark Andrews
57b54234cd
sizeof style
2003-09-11 00:18:18 +00:00
Mark Andrews
0b59ecad12
1469. [func] Log end of outgoing zone transfer at same level
...
as the start of transfer is logged. [RT #4441 ]
2003-09-10 05:28:40 +00:00
Mark Andrews
dac5207898
1468. [func] Internal zones are nolonger for 'rndc status'.
...
[RT #4706 ]
2003-09-10 05:23:08 +00:00
Mark Andrews
e5f625c67e
fixed a typo in a comment line: s/compatability/compatibility/
2003-09-02 02:43:55 +00:00
Mark Andrews
5696933e98
typo: s/baliwick/bailiwick/
2003-09-02 02:27:37 +00:00
Mark Andrews
e0d0647c9d
pullup:
...
alt-transfer-source-v4 -> alt-transfer-source
2003-08-27 02:23:39 +00:00
Mark Andrews
1c2bf5f1cb
1446. [func] Implemented undocumented alternate transfer sources
...
from BIND 8. See use-alt-transfer-source,
alt-transfer-source-v4 and alt-transfer-source-v6.
2003-08-27 02:13:50 +00:00
Mark Andrews
7cf2a51f0c
1443. [func] Masters lists can now be specified and referenced
...
in zone masters clauses and other masters lists.
2003-08-27 01:53:06 +00:00
Mark Andrews
2d7ca109c5
1442. [func] New fuctions for manipulating port lists:
...
dns_portlist_create(), dns_portlist_add(),
dns_portlist_remove(), dns_portlist_match(),
dns_portlist_attach() and dns_portlist_detach().
1441. [func] It is now possible to tell dig to bind to a specific
source port.
1440. [func] It is now possible to tell named to avoid using
certian source ports (avoid-v4-udp-ports,
avoid-v6-udp-ports).
2003-08-27 01:39:27 +00:00
Mark Andrews
e921ddd8f4
1438. [func] Log TSIG (if any) when logging NOTIFY requests.
2003-08-27 01:28:25 +00:00
Mark Andrews
0a26225288
1436. [func] dns_zonemgr_resumexfrs() can be used to restart
...
stalled transfers.
2003-08-26 07:54:22 +00:00
Mark Andrews
19548853e9
1432. [func] The advertised EDNS UDP buffer size can now be set
...
via named.conf (edns-udp-size).
2003-08-26 05:56:18 +00:00
Mark Andrews
cb6b45d59c
pullup:
...
arguements reversed
2003-08-26 05:26:08 +00:00
Mark Andrews
c6d78fc563
1422. [func] Log name/type/class when denying a query. [RT #4663 ]
2003-08-26 05:14:25 +00:00
Mark Andrews
c6f41773a4
1421. [func] Differentiate updates that don't succeed due to
...
prerequisites (unsuccessful) vs other reasons
(failed).
2003-08-26 04:42:22 +00:00
Mark Andrews
c4dc4fd856
1417. [func] ID.SERVER/CHAOS is now a built in zone.
...
See "server-id" for how to configure.
2003-08-26 04:34:17 +00:00
Mark Andrews
4154634631
1412. [func] You can now specify servers to be tried if a nameserver
...
has IPv6 address and you only support IPv4 or the
reverse. See dual-stack-servers.
2003-08-26 03:24:14 +00:00
Mark Andrews
388672fb80
pullup misc. changes
2003-08-25 05:49:57 +00:00
Mark Andrews
5874ad9039
cygwin support
2003-08-25 05:40:31 +00:00
Mark Andrews
c3fedc9282
1402. [cleanup] A6 has been moved to experimental and is no longer
...
fully supported.
2003-08-25 04:16:27 +00:00
Mark Andrews
0146abd893
1501. [func] Allow TCP queue length to be specified via
...
named.conf, tcp-listen-queue.
2003-08-25 02:33:14 +00:00
Mark Andrews
4621266788
pullup:
...
emit explict interface message only if we are about to configure the
first interface.
2003-08-22 06:26:19 +00:00