Evan Hunt
3df390931e
[v9_10] fixes to checkconf test, HIP casecompare
...
3933. [bug] Corrected the implementation of dns_rdata_casecompare()
for the HIP rdata type. [RT #36911 ]
3932. [test] Improved named-checkconf tests. [RT #36911 ]
(cherry picked from commit 0c2313eb36 )
2014-08-27 21:36:46 -07:00
Mark Andrews
5859a1e047
3931. [cleanup] Cleanup how dlz grammer is defined. [RT #36879 ]
...
(cherry picked from commit 1164997311 )
2014-08-26 15:02:13 +10:00
Mark Andrews
846710b6ac
3929. [bug] 'host -a' needed to clear idnoptions. [RT #36963 ]
...
(cherry picked from commit 905ba39e10 )
2014-08-26 08:28:27 +10:00
Tinderbox User
8f39d695d9
update copyright notice
2014-08-23 23:45:48 +00:00
Evan Hunt
cc908c1912
[v9_10] silence coverity
...
(cherry picked from commit e7bc3d7d0815f795aef734ff6fe38cbf6d1ae4bf)
2014-08-22 18:18:37 -07:00
Tinderbox User
d58d0e8801
update copyright notice
2014-08-22 23:45:56 +00:00
Evan Hunt
995aaaf785
[v9_10] add to rndc test
...
3928. [test] Improve rndc system test. [RT #36898 ]
(cherry picked from commit 2401ee51d83a4cd9101398f30679fa4e6046c582)
2014-08-22 16:41:38 -07:00
Evan Hunt
ec583aa401
[v9_10] register pkcs11 error codes in dig
...
3927. [bug] dig: report PKCS#11 error codes correctly when
compiled with --enable-native-pkcs11. [RT #36956 ]
(cherry picked from commit 24aaa04401 )
2014-08-22 10:41:43 -07:00
Mark Andrews
fb5ab2d4ae
3925. [bug] DS lookup of RFC 1918 empty zones failed. [RT #36917
...
(cherry picked from commit 840d6a4614 )
2014-08-22 16:33:06 +10:00
Mark Andrews
32935449c8
3924. [bug] Improve 'rndc addzone' error reporting. RT #35187
...
(cherry picked from commit d4859b0b2a )
2014-08-22 16:19:07 +10:00
Evan Hunt
a1b0157ae0
[v9_10] don't clear signatures from zone cuts
...
3922. [bug] When resigning, dnssec-signzone was removing
all signatures from delegation nodes. It now
retains DS and (if applicable) NSEC signatures.
[RT #36946 ]
(cherry picked from commit eeb13c7cd2 )
2014-08-21 22:56:33 -07:00
Mark Andrews
0597c5fd5e
3921. [bug] AD was inappopriately set on RPZ responses. [RT #36833 ]
...
(cherry picked from commit cef76ee5bd )
2014-08-22 15:46:35 +10:00
Mark Andrews
3aa998eeb7
3919. [bug] dig: continue to next line if a address lookup fails
...
in batch mode. [RT #36755 ]
(cherry picked from commit adb503242bc427972afb9bf012e8e2af30852b5a)
2014-08-22 15:33:22 +10:00
Tinderbox User
4d5ff10a0a
update copyright notice
2014-08-21 23:45:46 +00:00
Mark Andrews
d5f5d2d502
3917. [bug] dig, nslookup and host now continue on names that are
...
too long after applying a search list elements.
[RT #36892 ]
2014-08-21 18:06:46 +10:00
Tinderbox User
007127f5b3
regen v9_10
2014-08-19 01:10:24 +00:00
Tinderbox User
81c00e3f87
update copyright notice
2014-08-18 23:45:46 +00:00
Evan Hunt
1058966060
[v9_10] backport doc fixes from master
2014-08-18 14:01:40 -07:00
Mark Andrews
f321bd292e
quiet mode is -q
2014-08-18 19:39:19 +10:00
Mark Andrews
5f0d37cc28
3915 [bug] Address a assertion if a route event arrived while
...
shutting down. [RT #36887 ]
2014-08-18 13:16:28 +10:00
Tinderbox User
addfa6e30b
update copyright notice
2014-08-07 23:45:43 +00:00
Evan Hunt
a766d4c1d2
[v9_10] [36737] allow zero-length URI and CAA fields
...
3914. [bug] Allow the URI target and CAA value fields to
be zero length. [RT #36737 ]
(cherry picked from commit cfe32752a6 )
2014-08-06 17:41:16 -07:00
Tinderbox User
be5457a1e5
update copyright notice
2014-08-02 23:45:46 +00:00
Mark Andrews
140ebff1cf
3908. [bug] rndc now differentiates between a zone in multiple
...
views and a zone that doesn't exist at all. [RT #36691 ]
(cherry picked from commit c38341ec43 )
2014-08-02 14:43:57 +10:00
Mark Andrews
8eb60c87ac
3907. [cleanup] Alphabetise rndc help. [RT#36683]
2014-08-01 10:32:04 +10:00
Tinderbox User
8cf1c91c10
update copyright notice
2014-07-31 23:45:48 +00:00
Mark Andrews
295056f6c6
remove trailing whitespace
2014-08-01 00:30:23 +10:00
Mark Andrews
b377bd505b
adjust range
2014-07-31 20:33:10 +10:00
Mark Andrews
ffd72eb9a0
3904. [func] Add the RPZ SOA to the additional section. [RT36507]
...
(cherry picked from commit 3a55d43527 )
2014-07-31 10:53:20 +10:00
Mark Andrews
ecbce9696b
[rt36611]
...
3903. [bug] Improve the accuracy of DiG's reported round trip
time. [RT 36611]
(cherry picked from commit bc5db10d72 )
2014-07-31 07:43:57 +10:00
Mark Andrews
136fd1daf9
[rt36039]
...
3902. bug] liblwres wasn't handling link-local addresses in
nameserver clauses in resolv.conf. [RT #36039 ]
(cherry picked from commit 70be388974 )
2014-07-30 23:33:02 +10:00
Tinderbox User
79ad2fed7b
update copyright notice
2014-07-29 23:45:45 +00:00
Evan Hunt
eb898fa698
[v9_10] add CAA rdata support
...
3056. [protocol] Added support for CAA record type (RFC 6844).
[RT #36625 ]
2014-07-29 08:40:50 -07:00
Mark Andrews
6ba941664d
3899. [bug] "request-ixfr" is only applicable to slave and redirect
...
zones. [RT #36608 ]
Conflicts:
CHANGES
2014-07-25 14:25:32 +10:00
Mark Andrews
c1f186e453
3897. [bug] RPZ summary information was not properly being updated
...
after a AXFR resulting in changes sometimes being
ignored. [RT #35885 ]
(cherry picked from commit ac5ed74860 )
2014-07-22 10:58:34 +10:00
Mark Andrews
6b51798ec4
update copyrights
2014-07-08 12:41:25 +10:00
Mark Andrews
4b8ee3ad60
rename dnssec/ns7/split-rrsig.in
2014-07-08 11:13:01 +10:00
Tinderbox User
d40ea01829
update copyright notice
2014-07-07 23:45:47 +00:00
Mark Andrews
5ee1a66864
3892. [bug] Setting '-t aaaa' in .digrc had unintended side
...
effects. [RT #36452 ]
2014-07-08 02:01:05 +10:00
Francis Dupont
d4c716f84b
update OpenSSL bases ( #36447 )
2014-07-07 15:01:20 +02:00
Mark Andrews
364b45bd31
3891. [bug] Use ${INSTALL_SCRIPT} rather than ${INSTALL_PROGRAM}
...
to install python programs.
(cherry picked from commit d734818278 )
2014-07-07 16:06:17 +10:00
Mark Andrews
f2d672a7e0
3890. [bug] RRSIG sets that were not loaded in a single transaction
...
at start up where not being correctly added to
re-signing heaps. [RT #36302 ]
(cherry picked from commit 63e1ac1e09 )
2014-07-07 12:07:44 +10:00
Mark Andrews
6353009b28
silence coverity warnings
...
(cherry picked from commit e58154a6ec )
2014-07-02 15:28:23 +10:00
Mark Andrews
28efa89818
make test for nsec3param more robust
...
(cherry picked from commit 62275d5306 )
2014-06-27 15:51:29 +10:00
Mark Andrews
9e8d5137f5
cleanup nsupdate.out
2014-06-25 16:16:52 +10:00
Mark Andrews
bc1f1ea292
dump unexpected update failures
2014-06-25 16:16:52 +10:00
Mark Andrews
518a11a418
Net::DNS 0.78 should work when it is released as it contains:
...
Fix rt.cpan.org #96439
Uninitialised decoding object when printing packet
(cherry picked from commit 70ee770c69 )
2014-06-25 01:03:34 +10:00
Mark Andrews
0e41705fa7
use $PERL
...
(cherry picked from commit 1c95f67232 )
2014-06-24 13:50:41 +10:00
Mark Andrews
cc152ad50f
3885. [port] Use 'open()' rather than 'file()' to open files in
...
python.
(cherry picked from commit bf59efcf0e )
2014-06-23 14:47:35 +10:00
Tinderbox User
dc4ffd8e06
update copyright notice
2014-06-19 23:45:51 +00:00