Commit Graph

5521 Commits

Author SHA1 Message Date
Automatic Updater
65232ec5fa update copyright notice 2011-08-25 23:45:28 +00:00
Mark Andrews
e734a20ff0 simplify flag printing, protect first with #ifdef USEINITALWS 2011-08-25 13:30:18 +00:00
Automatic Updater
d78521d0f1 update copyright notice 2011-08-18 23:45:29 +00:00
Mark Andrews
87ec3cc5e0 sync with head 2011-08-18 06:50:01 +00:00
Mark Andrews
d7ffccecc0 3143. [bug] Silence clang compiler warnings. [RT #25174] 2011-08-18 05:04:37 +00:00
Automatic Updater
8cf8ec5c40 update copyright notice 2011-08-16 23:45:29 +00:00
Mark Andrews
38aa6b80f4 3142. [bug] NAPTR is class agnostic. [RT #25429] 2011-08-16 02:59:33 +00:00
Automatic Updater
c1d6d061c1 update copyright notice 2011-08-09 04:11:29 +00:00
Mark Andrews
c8ba3fc75d 3141. [bug] Silence spurious "zone serial (0) unchanged" messages
associated with empty zones. [RT #25079]
2011-08-09 03:14:31 +00:00
Automatic Updater
7b4713a02e regen v9_7 2011-08-09 01:39:19 +00:00
Automatic Updater
379e2ac37f update copyright notice 2011-08-08 23:45:28 +00:00
Mark Andrews
c313719d03 rt25400 s/domain/filename/ 2011-08-08 03:28:44 +00:00
Evan Hunt
1999760f5d 3136. [func] Add RFC 1918 reverse zones to the list of built-in
empty zones switched on by the 'empty-zones-enable'
			option. [RT #24990]
2011-08-02 04:57:54 +00:00
Automatic Updater
dfefcdbc5d update copyright notice 2011-07-28 23:46:45 +00:00
Mark Andrews
2bc71862f6 3138. [bug] Address memory leaks and out-of-order operations when
shutting named down. [RT #25210]
2011-07-28 04:37:35 +00:00
Mark Andrews
4c74c25bf5 add ${ISC_INCLUDES} 2011-07-28 03:17:29 +00:00
Mark Andrews
85f91f6416 use UNUSED() 2011-07-28 01:25:04 +00:00
Mark Andrews
025933687a silence 'expression result unused' from clang 2011-07-27 07:43:16 +00:00
Mark Andrews
51b7bdb802 use UNUSED(x) not 'x = x' 2011-07-27 07:08:13 +00:00
Mark Andrews
83da3b502c remove check for oldid as named may have already deleted it 2011-07-26 04:41:06 +00:00
Mark Andrews
d14f0bc8dd id was not being properly set 2011-07-26 04:30:01 +00:00
Evan Hunt
4d1b079ac6 3133. [bug] Change #3114 was incomplete. [RT #24577] 2011-07-08 01:46:42 +00:00
Evan Hunt
41ca3ff801 Add the newly discovered PoD to the nsupdate test. (No CHANGES note.) 2011-06-21 22:14:42 +00:00
Evan Hunt
d61efe262b Fixed an nsupdate test error. 2011-06-09 00:15:38 +00:00
Evan Hunt
b55dbfdc1e 3124. [bug] Use an rdataset attribute flag to indicate
negative-cache records rather than using rrtype 0;
			this will prevent problems when that rrtype is
			used in actual DNS packets. [RT #24777]

3123.	[security]	Change #2912 exposed a latent flaw in
			dns_rdataset_totext() that could cause named to
			crash with an assertion failure. [RT #24777]
2011-06-08 23:15:44 +00:00
Evan Hunt
015872cba9 3122. [cleanup] dnssec-settime: corrected usage message. [RT #24664] 2011-06-02 20:23:49 +00:00
Mark Andrews
2358a7881c date +%s is not portable, use perl -e 'print time();', Adjust messages 2011-05-30 22:17:25 +00:00
Mark Andrews
863a0dbd20 The old active key could be deleted before the "former standby key has now
signed fully" ran causing it to fail.  Delay the deletion by 10 seconds.
2011-05-30 07:28:13 +00:00
Automatic Updater
4a2abf6faa update copyright notice 2011-05-26 23:46:25 +00:00
Evan Hunt
6dd373ebab 3121. [security] An authoritative name server sending a negative
response containing a very large RRset could
                        trigger an off-by-one error in the ncache code
                        and crash named. [RT #24650]

3120.	[bug]		Named could fail to validate zones listed in a DLV
			that validated insecure without using DLV and had
			DS records in the parent zone. [RT #24631]

3119.	[bug]		When rolling to a new DNSSEC key, a private-type
			record could be created and never marked complete.
			[RT #23253]
2011-05-26 23:10:13 +00:00
Evan Hunt
8a2c86ea10 3118. [bug] nsupdate could dump core on shutdown when using
SIG(0) keys. [RT #24604]
2011-05-23 22:23:05 +00:00
Evan Hunt
0b53de22db 3117. [cleanup] Remove doc and parser references to the
never-implemented 'auto-dnssec create' option.
			[RT #24533]
2011-05-23 20:55:24 +00:00
Evan Hunt
4b7c993dc2 3114. [bug] Retain expired RRSIGs in dynamic zones if key is
inactive and there is no replacement key. [RT #23136]
2011-05-19 04:42:18 +00:00
Mark Andrews
e080b58ad2 named.conf copyrights 2011-05-08 07:05:12 +00:00
Automatic Updater
7fbd853c14 update copyright notice 2011-05-07 23:46:36 +00:00
Evan Hunt
52d14ab8a0 3111. [bug] Improved consistency checks for dnssec-enable and
dnssec-validation, added test cases to the
                        checkconf system test. [RT #24398]
2011-05-07 05:52:58 +00:00
Evan Hunt
932d1ded69 3110. [bug] dnssec-signzone: Wrong error message could appear
when attempting to sign with no KSK. [RT #24369]
2011-05-07 00:24:13 +00:00
Automatic Updater
d2d4121e41 update copyright notice 2011-05-06 23:46:35 +00:00
Evan Hunt
77e391dcf0 3107. [bug] dnssec-signzone: Report the correct number of ZSKs
when using -x. [RT #20852]
2011-05-06 21:07:23 +00:00
Mark Andrews
a1b85f0dc5 set/reset client->signer. 2011-05-05 23:55:19 +00:00
Mark Andrews
4f0ae1f09f explictly kill the process if the server fails to start, check for a non zero length pid file 2011-05-05 04:56:02 +00:00
Automatic Updater
c828da6fd2 update copyright notice 2011-05-03 23:46:59 +00:00
Mark Andrews
9f0648fcdb grep was not precise enough leading to test failure 2011-05-03 16:09:48 +00:00
Mark Andrews
a6213e6566 treat abs(x) < 500ms as 0 2011-05-03 00:37:24 +00:00
Automatic Updater
50e99b5431 update copyright notice 2011-05-02 23:46:49 +00:00
Mark Andrews
a680251f6b force numeric comparision 2011-05-02 05:00:50 +00:00
Mark Andrews
c4135d6b8e handle end of day 2011-05-02 01:41:26 +00:00
Mark Andrews
881c1a4e65 treat exit code 255 as skipped 2011-05-01 23:32:43 +00:00
Mark Andrews
d1e2909418 fix expression 2011-05-01 21:37:03 +00:00
Mark Andrews
d8c4983127 awk -v is not portable, add floating point arithmetic effects 2011-05-01 11:33:08 +00:00