Mark Andrews
8c5ba02091
2984. [bug] Don't run MX checks when the target of the MX record
...
is ".". [RT #22645 ]
2010-12-14 00:48:23 +00:00
Mark Andrews
4df431ecde
2976. [bug] named could die on exit after negotiating a GSS-TSIG
...
key. [RT #3415 ]
2010-12-02 23:40:28 +00:00
Mark Andrews
004d763170
2950. [bug] named failed to perform a SOA up to date check when
...
falling back to TCP on UDP timeouts when
ixfr-from-differences was set. [RT #21595 ]
2010-09-06 04:49:19 +00:00
Mark Andrews
8659464250
2908. [bug] It was possible for re-signing to stop after removing
...
a DNSKEY. [RT #21384 ]
2010-06-02 01:01:35 +00:00
Automatic Updater
372ce32e19
update copyright notice
2010-02-26 23:48:44 +00:00
Mark Andrews
5eee3743e2
2853. [bug] add_sigs() could run out of scratch space. [RT #21015 ]
2010-02-26 01:52:05 +00:00
Mark Andrews
669b1ee4d8
2814. [func] Provide a definitive error message when a master
...
zone is not loaded. [RT #20757 ]
2009-12-21 04:32:42 +00:00
Mark Andrews
7dc66d649a
2765. [bug] Skip masters for which the TSIG key cannot be found.
...
[RT #20595 ]
2009-11-12 23:39:23 +00:00
Mark Andrews
5211674cef
2747. [bug] Journal roll forwards failed to set the re-signing
...
time of RRSIGs correctly. [RT #20541 ]
2009-11-04 01:35:07 +00:00
Automatic Updater
b91b3c4f09
update copyright notice
2009-10-05 23:47:50 +00:00
Evan Hunt
c459aec591
2705. [bug] Reconcile the XML stats version number with a later
...
BIND9 release, by adding a "name" attribute to
"cache" elements and increasing the version number
to 2.2. (This is a minor version change, but may
affect XML parsers if they assume the cache element
doesn't take an attribute.)
2704. [bug] Serial of dynamic and stub zones could be inconsistent
with their SOA serial. [RT #19387 ]
2009-10-05 21:57:00 +00:00
Francis Dupont
199726face
minor fix, cf 20295
2009-09-22 08:39:44 +00:00
Automatic Updater
dfc1a21b59
update copyright notice
2009-08-13 07:13:31 +00:00
Mark Andrews
2ec35a7772
2647. [bug] Remove unnecessary SOA updates when a new KSK is
...
added. [RT #19913 ]
2009-08-13 02:57:45 +00:00
Automatic Updater
0da8837d0e
update copyright notice
2009-07-11 23:47:17 +00:00
Mark Andrews
a416993543
2920. [bug] Delay thawing the zone until the reload of it has
...
completed successfully. [RT #19750 ]
2009-07-11 04:23:54 +00:00
Mark Andrews
8286a91388
missing line breaks
2009-06-17 04:53:57 +00:00
Mark Andrews
83a781a5cb
2582. [bug] Don't emit warning log message when we attempt to
...
remove non-existant journal. [RT #19516 ]
2009-03-26 22:57:07 +00:00
Mark Andrews
50b107e596
2576. [bug] NSEC record were not being correctly signed when
...
a zone transitions from insecure to secure.
Handle such incorrectly signed zones. [RT #19114 ]
2009-03-13 01:38:51 +00:00
Mark Andrews
5c4a9f33ca
2556. [cleanup] PCI compliance:
...
* new libisc log module file
* isc_dir_chroot() now also changes the working
directory to "/".
* additional INSISTs
* additional logging when files can't be removed.
2009-02-16 02:04:06 +00:00
Tatuya JINMEI 神明達哉
809350646f
2537. [experimental] Added more statistics counters including those on socket
...
I/O events and query RTT histograms. [RT #18802 ]
2009-01-29 22:40:36 +00:00
Automatic Updater
99b63ca8e5
update copyright notice
2009-01-18 23:47:41 +00:00
Mark Andrews
d7900926bf
spelling
2009-01-18 23:25:18 +00:00
Mark Andrews
455ada05af
2471. [bug] named-checkzone was not reporting missing manditory
...
glue when sibling checks were disabled. [RT #18768 ]
2008-10-24 00:28:00 +00:00
Automatic Updater
6e2871232f
update copyright notice
2008-09-24 03:16:58 +00:00
Mark Andrews
6098d364b6
2448. [func] Add NSEC3 support. [RT #15452 ]
2008-09-24 02:46:23 +00:00
Mark Andrews
fbfed7400f
"while (1) {} -> do {} while (1);" to suppress a warning
2008-04-09 04:29:16 +00:00
Mark Andrews
375e2c913a
2359. [bug] Fix NSID bug. [RT #17942 ]
2008-04-07 05:32:52 +00:00
Mark Andrews
8907d8fa04
2355. [func] Extend the number statistics counters available.
...
[RT #17590 ]
2008-04-03 05:55:52 +00:00
Mark Andrews
db30f4bdcb
2353. [func] Add support for Name Server ID (RFC 5001).
...
'dig +nsid' requests NSID from server.
'request-nsid yes;' causes recursive server to send
NSID requests to upstream servers. Server responds
to NSID requests with the string configured by
'server-id' option. [RT #17091 ]
2008-04-03 02:01:08 +00:00
Mark Andrews
3f42cf2f3e
2349. [func] Provide incremental re-signing support for secure
...
dynamic zones. [RT #1091 ]
back out incorrect branch rt1091 and apply correct branch rt1091a.
2008-04-02 02:37:42 +00:00
Mark Andrews
a0735eeac5
unit16_t -> isc_uint16_t
2008-04-02 01:48:32 +00:00
Automatic Updater
e672951ed2
update copyright notice
2008-04-01 23:47:10 +00:00
Mark Andrews
a76b380643
2349. [func] Provide incremental re-signing support for secure
...
dynamic zones. [RT #1091 ]
2008-04-01 01:37:25 +00:00
Automatic Updater
cbf0854acc
update copyright notice
2008-01-24 23:47:00 +00:00
Tatuya JINMEI 神明達哉
1c3ed2a83d
2320. [func] Make statistics couters thread-safe for platforms
...
that support certain atomic operations. [RT #17466 ]
2008-01-24 02:00:44 +00:00
Mark Andrews
541b9722d8
2273. [bug] Adjust log level to WARNING when saving inconsistant
...
stub/slave master and journal files. [RT# 17279]
2007-12-02 22:27:54 +00:00
Mark Andrews
ca84283333
2244. [func] Allow the check of nameserver names against the
...
SOA MNAME field to be disabled by specifying
'notify-to-soa yes;'. [RT #17073 ]
2007-09-18 00:22:31 +00:00
Evan Hunt
c7e266b7e5
Add support for O(1) ACL processing, based on radix tree code originally
...
written by kevin brintnall. [RT #16288 ]
2007-09-12 01:09:08 +00:00
Mark Andrews
d4034b48fd
2224. [bug] Defer journal compaction if a xfrin is in progress.
...
[RT #17119 ]
2223. [bug] Make a new journal when compacting. [RT #17119 ]
2007-08-30 05:08:42 +00:00
Mark Andrews
557bcc2092
2216. [cleanup] Fix a number of errors reported by Coverity.
...
[RT #17094 ]
2007-08-27 03:32:27 +00:00
Automatic Updater
ec5347e2c7
update copyright notice
2007-06-18 23:47:57 +00:00
Mark Andrews
819b98479e
2165. [func] Allow the destination address of a query to determine
...
if we will answer the query or recurse.
allow-query-on, allow-recursion-on and
allow-query-cache-on. [RT #16291 ]
2007-03-29 06:36:31 +00:00
Automatic Updater
77ab862dca
update copyright notice
2007-02-26 23:46:54 +00:00
Mark Andrews
7228a4d9ca
2140. [bug] Handle master files with a modification time that
...
matches the epoch. [RT# 16612]
2007-02-26 00:42:21 +00:00
Mark Andrews
186e7f37c9
2122. [func] Experimental http server and statistics support
...
for named via xml.
2006-12-21 06:03:37 +00:00
Mark Andrews
1372e172d0
2121. [func] Add a 10 slot dead masters cache (LRU) with a 600
...
second timeout. [RT #16553 ]
2006-12-18 23:58:14 +00:00
Mark Andrews
13290782cb
2115. [bug] 'rndc reconfig' could trigger a INSIST if the
...
number of masters for a zone was reduced. [RT #16444 ]
2006-12-07 06:17:06 +00:00
Mark Andrews
58ea8fb1df
2112. [security] Warn if weak RSA exponent is used. [RT #16460 ]
2006-12-07 05:05:10 +00:00
Mark Andrews
2db8db6399
2049. [bug] Restore SOA before AXFR when falling back from
...
a attempted IXFR when transfering in a zone.
Allow a initial SOA query before attempting
a AXFR to be requested. [RT #16156 ]
2006-07-19 00:53:42 +00:00