Automatic Updater
09bde3103b
update copyright notice
2011-02-28 01:20:05 +00:00
Automatic Updater
f63807d797
regen
2011-02-28 01:10:45 +00:00
Evan Hunt
a9a9e8b73b
3042. [bug] dig +trace could fail attempting to use IPv6
...
addresses on systems with only IPv4 connectivity.
[RT# 23797]
2011-02-25 23:08:33 +00:00
Mark Andrews
b603f19738
3041. [bug] dnssec-signzone failed to generate new signatures on
...
ttl changes. [RT #23330 ]
2011-02-24 03:11:48 +00:00
Mark Andrews
8d59a69b90
3040. [bug] Named failed to validate insecure zones where a node
...
with a CNAME existed between the trust anchor and the
top of the zone. [RT #23338 ]
2011-02-23 11:36:03 +00:00
Mark Andrews
accc76cbee
2036. [bug] Check built-in zone arguments to see if the zone
...
is re-usable or not. [RT #21914 ]
2011-02-22 04:25:57 +00:00
Mark Andrews
5defc25661
3035. [cleanup] Simplify by using strlcpy. [RT #22521 ]
2011-02-21 07:36:41 +00:00
Mark Andrews
6e4dc1386e
3034. [cleanup] nslookup: use strlcpy instead of safecopy. [RT #22521 ]
2011-02-21 07:25:51 +00:00
Mark Andrews
63c61f34fd
check for snprintf failure. [RT #22521 ]
2011-02-21 07:16:16 +00:00
Evan Hunt
8cbaa894db
Fixed an error in change 3023, ensuring that journal file isn't
...
removed after IXFR. No CHANGES note.
2011-02-19 01:21:27 +00:00
Evan Hunt
7ff8511bf5
3025. [bug] Fixed a possible deadlock due to zone resigning.
...
[RT #22964 ]
2011-02-18 23:23:08 +00:00
Scott Mann
ff6618557c
Fix prz SERVFAILs after failed zone transfer (RT23246)
2011-02-18 15:27:58 +00:00
Evan Hunt
8920c09ea3
3021. [bug] Change #3010 was incomplete. [RT #22296 ]
2011-02-16 19:46:12 +00:00
Mark Andrews
32f0239b5d
3020. [bug] auto-dnssec failed to correctly update the zone when
...
changing the DNSKEY RRset. [RT #23232 ]
2011-02-15 22:06:27 +00:00
Mark Andrews
3524f3dfa0
3019. [func] Test: check apex NSEC3 records after adding DNSKEY
...
record via UPDATE. [RT #23229 ]
2011-02-14 23:59:33 +00:00
Mark Andrews
8dacc63d9f
Regression test for:
...
3018. [bug] Named failed to check for the "none;" acl when deciding
if a zone may need to be re-signed. [RT #23120 ]
2011-02-08 03:48:22 +00:00
Automatic Updater
81ed53a54e
regen v9_8
2011-02-03 12:29:19 +00:00
Automatic Updater
ddbe4c63e4
update copyright notice
2011-02-03 12:17:50 +00:00
Mark Andrews
f5f997afa8
3017. [doc] dnssec-keyfromlabel -I was not properly documented.
...
[RT #22887 ]
2011-02-03 11:59:29 +00:00
Mark Andrews
6722fa9c4b
3016. [bug] rndc usage missing '-b'. [RT #22937 ]
2011-02-03 11:47:30 +00:00
Mark Andrews
f82e44954d
3013. [bug] The DNS64 ttl was not always being set as expected.
...
[RT #23034 ]
2011-02-03 07:39:03 +00:00
Mark Andrews
1d782ffb79
3012. [bug] Remove DNSKEY TTL change pairs before generating
...
signing records for any remaing DNSKEY changes.
[RT #22590 ]
2011-02-03 06:18:51 +00:00
Mark Andrews
ea09a134fd
3011. [func] Change the default query timeout from 30 seconds
...
to 10. Allow setting this in named.conf using the new
'resolver-query-timeout' option, which specifies a max
time in seconds. 0 means 'default' and anything longer
than 30 will be silently set to 30. [RT #22852 ]
2011-02-03 05:50:08 +00:00
Evan Hunt
4bfb1e97f5
3010. [bug] Fixed a bug where "rndc reconfig" stopped the timer
...
for refreshing managed-keys. [RT #22296 ]
2011-02-03 00:20:51 +00:00
Automatic Updater
a09fff7051
update copyright notice
2011-01-14 00:51:43 +00:00
Mark Andrews
638614fe02
silence: warning: format not a string literal and no format arguments
2011-01-14 00:44:53 +00:00
Mark Andrews
cc5e0baaef
arguements out of order
2011-01-13 23:16:06 +00:00
Evan Hunt
5645e0c82a
Automatically-added copyright text was breaking the RPZ test.
2011-01-13 19:30:41 +00:00
Automatic Updater
2352050890
update copyright notice
2011-01-13 08:50:29 +00:00
Mark Andrews
16ae8f12c2
add -V to foreground flags
2011-01-13 08:46:34 +00:00
Mark Andrews
6767b5b544
openssl include path
2011-01-13 08:15:30 +00:00
Mark Andrews
0a24e3a8ae
openssl include path
2011-01-13 07:51:06 +00:00
Mark Andrews
fd7b3477c3
openssl include path
2011-01-13 07:25:35 +00:00
Automatic Updater
9cee5bb028
update copyright notice
2011-01-13 04:59:26 +00:00
Mark Andrews
9d53927aa8
zone = NULL
2011-01-13 03:57:50 +00:00
Mark Andrews
87708bde16
3008. [func] Response policy zones (RPZ) support. [RT #21726 ]
2011-01-13 01:59:28 +00:00
Automatic Updater
135bcc2e42
update copyright notice
2011-01-11 23:47:14 +00:00
Michael Graff
59b600ae73
commit Makefile.in, not Makefile
2011-01-11 21:40:35 +00:00
Michael Graff
beb52a4b18
add tests for isc_atomic_xadd() and isc_atomic_xaddq() since there is some suspicion that they may not be working properly on all platforms. This is committed direclty to the mainline as it's only a test. I did not regenerate configure from configure.in, but just added the one Makefile line. Evan will take a quick look at this after it's committed.
2011-01-11 21:36:22 +00:00
Mark Andrews
b053854c20
call dns_tsigkeyring_detach(&ring)
2011-01-10 13:09:49 +00:00
Mark Andrews
433e06a25c
3006. [func] Allow dynamically generated TSIG keys to be preserved
...
across restarts of named. Initially this is for
TSIG keys generated using GSSAPI. [RT #22639 ]
2011-01-10 05:32:04 +00:00
Mark Andrews
fc5e97963d
Check that ::1 is configured
2011-01-10 05:08:49 +00:00
Automatic Updater
0e0be796a7
update copyright notice
2011-01-08 23:47:01 +00:00
Evan Hunt
b156001ec1
Oops, omitted some commits from change #3005 .
2011-01-08 01:26:01 +00:00
Automatic Updater
65ad89971e
regen HEAD
2011-01-08 01:15:44 +00:00
Evan Hunt
8a743600dd
3005. [port] Solaris: Work around the lack of
...
gsskrb5_register_acceptor_identity() by setting
the KRB5_KTNAME environment variable to the
contents of tkey-gssapi-keytab. Also fixed
test errors on MacOSX. [RT #22853 ]
2011-01-08 00:33:12 +00:00
Automatic Updater
93235c1cba
update copyright notice
2011-01-07 23:47:07 +00:00
Evan Hunt
a727690e8b
HPUX: silence compiler warnings about signed/unsigned comparisons
2011-01-07 21:42:03 +00:00
Evan Hunt
f686c5d700
Added missing .cvsignore entries
2011-01-07 07:10:34 +00:00
Evan Hunt
c23a9eed3e
- Missed out authsock.pl when committing 3003.
...
- Remove auth.sock in clean.sh.
2011-01-07 07:01:58 +00:00