Evan Hunt
bb102ee495
[v9_9] fixed clientinfo version check
...
3466. [contrib] Corrected the DNS_CLIENTINFOMETHODS_VERSION check
in DLZ example driver. [RT #32275 ]
2013-01-10 20:05:28 -08:00
Evan Hunt
562dfd71b5
[v9_9] update openssl pkcs11 patches
...
3464. [maint] Updates to PKCS#11 openssl patches, supporting
versions 0.9.8x, 1.0.0j, 1.0.1c [RT #29749 ]
(cherry picked from commit dc6cea0448 )
2013-01-10 18:27:27 -08:00
Tinderbox User
46542343c5
regen v9_9
2013-01-11 01:13:25 +00:00
Tinderbox User
a1b3872a71
update copyright notice
2013-01-10 23:45:46 +00:00
Tinderbox User
e16cd87685
regen v9_9
2013-01-10 20:29:00 +00:00
Evan Hunt
9357e14cd8
[v9_9] doc clarification about dig & resolv.conf
2013-01-10 11:49:51 -08:00
Mark Andrews
4d112a210e
3461. [bug] Negative responses could incorrectly have AD=1
...
set. [RT #32237 ]
2013-01-10 22:38:10 +11:00
Mark Andrews
b4c4d8b24f
3460. [bug] Only link against readline where needed. [RT #29810 ]
2013-01-10 17:40:18 +11:00
Tinderbox User
fb505afc36
update copyright notice
2013-01-09 23:45:38 +00:00
Mark Andrews
3af1483031
3458. [bug] Return FORMERR when presented with a overly long
...
domain named in a request. [RT #29682 ]
2013-01-10 10:33:11 +11:00
Mark Andrews
1c24d761e6
3457. [protocol] Add ILNP records (NID, LP, L32, L64). [RT #31836 ]
2013-01-10 08:34:02 +11:00
Mark Andrews
b8cbfab8f4
test eighth interface
2013-01-09 19:09:42 +11:00
Tinderbox User
a16c3b9fe9
update copyright notice
2013-01-08 23:45:37 +00:00
Mark Andrews
f78a1928e0
3453. [bug] 'rndc addzone' of a zone with 'inline-signing yes;'
...
failed. [RT #31960 ]
2013-01-09 07:41:18 +11:00
Tinderbox User
e26db23aca
update copyright notice
2013-01-05 23:45:35 +00:00
Mark Andrews
e0bcc199bb
3450. [bug] Stop logfileconfig system test spam system logs.
...
[RT #32315 ]
Squashed commit of the following:
commit ad40744e2c7dc253b70857bb229def5dd194b418
Author: Mark Andrews <marka@isc.org >
Date: Fri Jan 4 17:24:45 2013 +1100
logfileconfig spams the system log files
Conflicts:
bin/named/main.c
2013-01-06 07:57:08 +11:00
Tinderbox User
04b852c0b4
update copyright notice
2013-01-04 23:45:39 +00:00
Evan Hunt
36a7b9010c
[v9_9] show signzone errors in pkcs11 test
2013-01-03 19:55:57 -08:00
Tinderbox User
4517d14723
regen v9_9
2013-01-04 01:13:53 +00:00
Evan Hunt
8d9207a17b
[v9_9] allow-query-on works now
...
3448. [bug] The allow-query-on ACL was not processed correctly.
[RT #29486 ]
(cherry picked from commit 222d38735f )
2013-01-03 15:14:17 -08:00
Tinderbox User
2f3c68c2c3
update copyright notice
2013-01-02 23:45:35 +00:00
Tinderbox User
7f6d740569
update copyright notice
2013-01-01 23:45:36 +00:00
Mark Andrews
fe2fb706d7
remove extranous rdata in nxrrset call as it is not ingnored in Net::DNS 0.70
2012-12-21 14:16:30 +11:00
Mark Andrews
14c07236e3
sign_tcp_continuation doesn't work with the newer versions of
...
Net:DNS. Code has been submitted so we don't need to use
the sign_tcp_continuation hack in future.
2012-12-21 13:01:40 +11:00
Tinderbox User
9ed297d517
update copyright notice
2012-12-20 23:45:35 +00:00
Mark Andrews
86a4a21099
TSIG no longer has a mac_size method; arcount no longer need to be adjusted
2012-12-21 00:31:09 +11:00
Mark Andrews
f715d378ec
adjust test to account for blank owner after origin now being rejected
2012-12-19 14:37:49 +11:00
Mark Andrews
7dd7a7e2b3
-H not -i sets iterations
2012-12-19 14:18:30 +11:00
Mark Andrews
f6c137380b
remove redundant $ORIGINs
2012-12-19 13:34:49 +11:00
Mark Andrews
48f72b811d
3443. [bug] The NOQNAME proof was not being returned from cached
...
insecure responses. [RT #21409 ]
Conflicts:
bin/tests/system/conf.sh.in
lib/dns/include/dns/types.h
2012-12-19 10:06:24 +11:00
Mark Andrews
5a6a1f065f
3442. [port] Net::DNS 0.69 introduced a non backwards compatible
...
change. [RT #32216 ]
2012-12-19 08:48:43 +11:00
Mark Andrews
92b7330308
Net::DNS 0.{70,71} doesn't force the TTL to zero for yxrrset, nxrrset and rr_del
2012-12-18 11:44:30 +11:00
Mark Andrews
c2fede6e9e
don't wipe out named.run when restarting
2012-12-14 17:48:40 +11:00
Mark Andrews
09b906e5d1
throw fatal error on realloc failure
2012-12-10 10:17:14 +11:00
Tinderbox User
1a963ae410
update copyright notice
2012-12-08 23:45:39 +00:00
Mark Andrews
b26bf237b3
isc_buffer_init -> isc_buffer_constinit
2012-12-09 07:15:16 +11:00
Mark Andrews
d1c0d0ac30
DIG -> $DIG
2012-12-08 15:34:45 +11:00
Mark Andrews
913043e5b0
3438. [bug] Don't accept unknown data escape in quotes. [RT #32031 ]
...
Squashed commit of the following:
commit 7ad3daade513c94a1c92ee7c91c112f161d13ef4
Author: Mark Andrews <marka@isc.org >
Date: Mon Dec 3 15:03:44 2012 +1100
look at the second token to determine if a TXT record in of unknown format or not
commit 7df32138462646f6aee84ffa56d02ac24ec8d672
Author: Mark Andrews <marka@isc.org >
Date: Mon Dec 3 12:42:18 2012 +1100
'"\#"' was incorrectly being treated as a unknown data escape sequence.
2012-12-08 14:06:41 +11:00
Mark Andrews
037445e774
3437. [bug] isc_buffer_init -> isc_buffer_constinit to initialise
...
buffers with constant data. [RT #32064 ]
Squashed commit of the following:
commit 3433b96bf11f8c90ccbe412f01d02a6d8bbc2d33
Author: Mark Andrews <marka@isc.org >
Date: Sat Dec 8 12:41:16 2012 +1100
isc_buffer_init -> isc_buffer_constinit
commit c22dbcc1122a0a44f7b46068e0ccbc25353a57d5
Author: Mark Andrews <marka@isc.org >
Date: Sat Dec 8 12:38:39 2012 +1100
isc_buffer_init -> isc_buffer_constinit
commit 900820416c45c1887d0d22d7a010df60a903bd56
Author: Mark Andrews <marka@isc.org >
Date: Sat Dec 8 12:24:19 2012 +1100
remove isc_buffer_reconstinit
commit f815711c17b05f9961786a90b9bae902d3c01494
Author: Mark Andrews <marka@isc.org >
Date: Wed Dec 5 15:42:57 2012 +1100
add isc_buffer_constinit
2012-12-08 12:51:42 +11:00
Tinderbox User
6e73690006
update copyright notice
2012-12-06 23:45:33 +00:00
Evan Hunt
7bf14f04e1
[v9_9] support all algorithms in ddns-confgen
...
3431. [bug] ddns-confgen: Some valid key algorithms were
not accepted. [RT #31927 ]
(cherry picked from commit de5890da9b )
2012-12-05 16:37:42 -08:00
Mark Andrews
bd70ec1972
silence clang --analyser false positive
2012-12-05 11:43:35 +11:00
Mark Andrews
220805f781
loop 'I:checking expired signatures were updated' test
2012-12-03 09:30:58 +11:00
Mark Andrews
9b7450f82a
silence clang --analyze warning
2012-12-01 09:20:00 +11:00
Mark Andrews
2e1185e19e
signed/unsigned comparision
2012-11-30 23:36:45 +11:00
Mark Andrews
e8a622d76a
silence clang --analyze warnings
2012-11-30 18:51:22 +11:00
Tinderbox User
446411e38c
update copyright notice
2012-11-29 23:45:37 +00:00
Evan Hunt
df9aeb663d
[v9_9] add timezone to dig
...
3428. [cleanup] dig: Add timezone to date output. [RT #2269 ]
(cherry picked from commit 706219e547 )
2012-11-29 09:08:14 -08:00
Mark Andrews
4fae8d20fc
use consistent type in sizeof and ultimate type cast
2012-11-30 00:58:35 +11:00
Evan Hunt
90dbd7c2e0
[v9_9] fix dig +trace output
...
3427. [bug] dig +trace incorrectly displayed name server
addresses instead of names. [RT #31641 ]
(cherry picked from commit 2f21adbc6a )
2012-11-28 19:06:16 -08:00