Tinderbox User
e682a40a4c
update copyright notice
2013-04-30 04:51:09 +00:00
Mark Andrews
54e6ec8f49
3559. [func] Check that both forms of Sender Policy Framework
...
records exist or do not exist. [RT #33355 ]
(cherry picked from commit 26bb3b7a67 )
2013-04-30 13:55:38 +10:00
Tinderbox User
90cdf1e0fb
update copyright notice
2013-04-29 23:45:26 +00:00
Mark Andrews
c2b1f25fdd
3558. [bug] IXFR of a DLZ stored zone was broken. [RT #33331 ]
...
(cherry picked from commit 9a785712f1 )
2013-04-29 15:47:49 +10:00
Tinderbox User
b61feeae26
update copyright notice
2013-04-26 23:45:27 +00:00
Mark Andrews
4c1eeaba67
3056. [func] Added support for URI resource record. [RT #23386 ]
...
(cherry picked from commit 23f3993502 )
2013-04-26 14:35:30 +10:00
Tinderbox User
17438ea1b0
update copyright notice
2013-04-11 23:45:23 +00:00
Mark Andrews
c18c186170
silence coverity warnings
...
(cherry picked from commit 45b727f651 )
(cherry picked from commit 53f675154c )
2013-04-11 17:26:29 +10:00
Mark Andrews
1f953657bd
add sleep 1 to loop
...
(cherry picked from commit cc444c73d5 )
2013-04-10 21:36:46 +10:00
Tinderbox User
a5e1b39205
update copyright notice
2013-04-09 23:45:24 +00:00
Mark Andrews
8853870575
3547. [bug] Some malformed unknown rdata records were not properly
...
detected and rejected. [RT #33129 ]
(cherry picked from commit 1cc4695f0d )
2013-04-08 09:58:02 +10:00
Tinderbox User
dce6ba7171
update copyright notice
2013-04-04 23:45:21 +00:00
Mark Andrews
530249bc9e
3546. [func] Add EUI48 and EUI64 types. [RT #33082 ]
...
(cherry picked from commit 3a6d62c59f )
2013-04-05 09:09:04 +11:00
Mark Andrews
c24d623527
s/-e/-x/
...
(cherry picked from commit c2838610c6 )
2013-04-05 07:38:45 +11:00
Mark Andrews
ef62b4c908
3542. [bug] masterformat system test was broken. [RT #33086 ]
2013-04-04 15:04:28 +11:00
Tinderbox User
10b57da2e4
update copyright notice
2013-04-03 23:45:25 +00:00
Mark Andrews
cf3e838fd3
add SAMPLE to the list of varables to be exported
2013-04-04 07:25:24 +11:00
Mark Andrews
5323a5ebc3
3541. [bug] The parts if libdns was not being properly initialized
...
in when built in libexport mode. [RT #33028 ]
2013-04-03 17:28:30 +11:00
Tinderbox User
9155e1fc82
update copyright notice
2013-03-22 23:45:24 +00:00
Evan Hunt
02e16ccc72
[v9_8] zone parsing broken with embedded null
...
3534. [bug] Extra text after an embedded NULL was ignored when
parsing zone files. [RT #32699 ]
(cherry picked from commit 4bf686cf5d )
2013-03-21 19:59:04 -07:00
Mark Andrews
30dec334e9
add files generated by configure
2013-03-21 10:26:51 +11:00
Tinderbox User
3a3256e8d8
update copyright notice
2013-03-16 23:45:21 +00:00
Evan Hunt
518a373980
[v9_8] make dst test work outside srcdir
...
3526. [cleanup] Set up dependencies for unit tests correctly during
build. [RT #32803 ]
(cherry picked from commit 741ebf1004 )
(cherry picked from commit 5021f4df52 )
2013-03-15 07:38:20 -07:00
Mark Andrews
96424ceea9
wait for upstream transfer to complete
2013-03-08 17:16:14 +11:00
Tinderbox User
db12281764
update copyright notice
2013-03-05 23:45:28 +00:00
Mark Andrews
87015bdec2
check that the lwresd server has started before querying it
...
(cherry picked from commit 661f1197a200bdd3d2411e9b02a46b93fb1fb083)
2013-03-05 17:24:43 +11:00
Mark Andrews
be7574a755
update copyrights
2013-02-27 12:38:27 +11:00
Mark Andrews
08e896f3a3
'!' is not portable.
2013-02-26 23:13:24 +11:00
Tinderbox User
4977d4492b
update copyright notice
2013-02-25 23:45:29 +00:00
Evan Hunt
3584937648
[v9_8] RPZ speed up (phase 1, single RPZ)
...
3496. [func] Improvements to RPZ performance. The "response-policy"
syntax now includes a "min-ns-dots" clause, with
default 1, to exclude top-level domains from
NSIP and NSDNAME checking. [RT #32251 ]
Response policy (rpz) changes to
- add zone statistics
- speed up by adding min-ns-dots to the response-policy syntax
with a default of 1
- detect and reject policy zones with a database other than rbt
only rbtdb has rpz hooks
- allow empty response-policy{} statement
- make --enable-rpz-nsip and --enable-rpz-nsdname the default
(cherry picked from commit 8159e80279408be50d31db5d853ae2736bd1934d)
2013-02-25 14:32:00 -08:00
Mark Andrews
195312bfd3
3488. [bug] Use after free error with DH generated keys. [RT #32649 ]
2013-02-18 20:24:24 +11:00
Tinderbox User
145eda42cb
update copyright notice
2013-02-16 23:45:28 +00:00
Mark Andrews
7502975522
3487. [bug] Change 3444 was not complete. There was a additional
...
place where the NOQNAME proof needed to be saved.
[RT #32629 ]
Squashed commit of the following:
commit cdef844f57bd3eb30b1f77135b89b6f9360e8bee
Author: Mark Andrews <marka@isc.org >
Date: Sat Feb 16 00:27:14 2013 +1100
whitespace
commit 60eb7e3f6cdd102d6aaf0fb4ada8c552576e4502
Author: Mark Andrews <marka@isc.org >
Date: Sat Feb 16 00:19:51 2013 +1100
return noqname proof with +cd and dlv
2013-02-16 07:47:11 +11:00
Evan Hunt
affd842860
[v9_8] address TKEY bugs
...
3486. [bug] named could crash when using TKEY-negotiated keys
that had been deleted and then recreated. [RT #32506 ]
(cherry picked from commit 0b8bd3a4ae )
2013-02-15 10:22:19 -08:00
Evan Hunt
1b7bba3645
Merge branch 'v9_8' of ssh://repo/proj/git/prod/bind9 into v9_8
2013-01-23 15:49:43 -08:00
Tinderbox User
1c7322992f
update copyright notice
2013-01-23 23:45:26 +00:00
Evan Hunt
8d025e23e3
[v9_8] fix dns_request_createvia assert
...
3474. [bug] nsupdate could assert when the local and remote
address families didn't match. [RT #22897 ]
(cherry picked from commit ffff5d6792 )
2013-01-23 15:43:58 -08:00
Evan Hunt
84b22f9e54
[v9_8] dump masterfile after successful xfrin
...
3470. [bug] Slave zones could fail to dump when successfully
refreshing after an initial failure. [RT #31276 ]
(cherry picked from commit 214836c184 )
(cherry picked from commit ddfed3060a )
2013-01-22 16:03:08 -08:00
Tinderbox User
7985856457
update copyright notice
2013-01-21 23:45:21 +00:00
Evan Hunt
862e51f42b
[v9_8] prevent ixfr/ns1 being removed
2013-01-21 14:19:57 -08:00
Evan Hunt
5afb865287
[v9_8] add 10.53.0.8 address
2013-01-21 12:37:24 -08:00
Tinderbox User
77b46e925e
update copyright notice
2013-01-17 23:45:27 +00:00
Evan Hunt
285bbf3685
[v9_8] fix DNS64 with RPZ-remapped A records
...
3468. [security] RPZ rules to generate A records (but not AAAA records)
could trigger an assertion failure when used in
conjunction with DNS64. [RT #32141 ]
(cherry picked from commit 71f8edccba )
2013-01-17 11:24:39 -08:00
Curtis Blackburn
98139af000
[v9_8][bug] Added checks in dnssec-keygen and dnssec-settime to check for
...
delete date < inactive date. [RT #31719 ]
2013-01-17 11:04:30 -06:00
Tinderbox User
855dfec81c
update copyright notice
2013-01-10 23:45:31 +00:00
Mark Andrews
9ad7445961
3461. [bug] Negative responses could incorrectly have AD=1
...
set. [RT #32237 ]
2013-01-10 22:17:59 +11:00
Tinderbox User
32e84f21bf
update copyright notice
2013-01-09 23:45:26 +00:00
Mark Andrews
3e79b9fc43
3458. [bug] Return FORMERR when presented with a overly long
...
domain named in a request. [RT #29682 ]
2013-01-10 10:34:13 +11:00
Mark Andrews
7abb2585e7
3457. [protocol] Add ILNP records (NID, LP, L32, L64). [RT #31836 ]
2013-01-10 08:35:55 +11:00
Mark Andrews
98a297a8d1
test eighth interface
2013-01-09 19:10:08 +11:00