Tinderbox User
631aac8c28
newcopyrights
2016-01-29 23:30:03 +00:00
Evan Hunt
b5c22260e5
[master] remove reporter's name per his request
2016-01-29 10:35:14 -08:00
Tinderbox User
6825f304c5
regen master
2016-01-29 01:04:18 +00:00
Tinderbox User
b7f3400f3b
update copyright notice / whitespace
2016-01-28 23:45:29 +00:00
Tinderbox User
549c517e2e
newcopyrights
2016-01-28 23:30:10 +00:00
Evan Hunt
e073205a88
[master] openssl 1.0.2f patch
...
4306. [maint] Added a PKCS#11 openssl patch supporting
version 1.0.2f [RT #38312 ]
2016-01-28 13:27:29 -08:00
Mark Andrews
832ab79d1f
4305. [bug] dnssec-signzone was not removing unnecessary rrsigs
...
from the zone's apex. [RT #41483 ]
2016-01-28 15:42:34 +11:00
Mark Andrews
9d85a77382
4304. [port] xfer system test failed as 'tail -n +value' is not
...
portable. [RT #41315 ]
2016-01-28 15:38:06 +11:00
Evan Hunt
e79e346bf2
[master] correct also-notify grammar
2016-01-27 19:07:31 -08:00
Evan Hunt
8ede7a974b
[master] fix dig=+subnet zero-length prefix
...
4303. [bug] "dig +subnet" was unable to send a prefix length of
zero, as it was incorrectly changed to 32 for v4
prefixes or 128 for v6 prefixes. In addition to
fixing this, "dig +subnet=0" has been added as a
short form for 0.0.0.0/0. The same changes have
also been made in "mdig". [RT #41553 ]
2016-01-27 19:03:54 -08:00
Evan Hunt
30370d905e
[master] removed /Gy- from VS project files
...
4302. [port] win32: fixed a build error in VS 2015. [RT #41426 ]
2016-01-27 15:27:57 -08:00
Tinderbox User
4df65ccfec
update copyright notice / whitespace
2016-01-25 23:45:24 +00:00
Tinderbox User
7f9e2fff07
newcopyrights
2016-01-25 23:30:03 +00:00
Evan Hunt
7f7eb969f5
[master] print syncpublish and syncdelete in key file comments
2016-01-25 08:03:07 -08:00
Mark Andrews
9478de25bb
4301. [bug] dnssec-settime -p [DP]sync was not working. [RT #41534 ]
2016-01-26 00:27:44 +11:00
Mark Andrews
f8432e3f24
4301. [bug] dnssec-settime -p [DP]sync was not working. [RT #41534 ]
2016-01-26 00:09:03 +11:00
Mark Andrews
1fe6b74b9c
use 0 not ISC_FALSE for dns_name_fromtext
2016-01-25 16:55:02 +11:00
Tinderbox User
1bb7846d29
regen master
2016-01-23 01:04:14 +00:00
Tinderbox User
c46ac73c8f
update copyright notice / whitespace
2016-01-22 23:45:23 +00:00
Tinderbox User
76408aae41
newcopyrights
2016-01-22 23:30:03 +00:00
Evan Hunt
630b2d0c5a
[master] NOSETFC incorrectly applied
...
4300. [bug] A flag could be set in the wrong field when setting
up nonrecursive queries; this could cause the
SERVFAIL cache to cache responses it shouldn't.
New querytrace logging has been added which
identified this error. [RT #41155 ]
2016-01-22 13:58:11 -08:00
Tinderbox User
7d4f45f6bd
update copyright notice / whitespace
2016-01-21 23:45:23 +00:00
Tinderbox User
2706fce75f
newcopyrights
2016-01-21 23:30:03 +00:00
Mark Andrews
1d383fd4b2
4299. [bug] Check that exactly totallen bytes are read when
...
reading a RRset from raw files in both single read
and incremental modes. [RT #41402 ]
2016-01-21 15:33:08 +11:00
Mark Andrews
3ecc17d551
4298. [bug] dns_rpz_add errors in loadzone were not being
...
propogated up the call stack. [RT #41425 ]
2016-01-21 14:43:04 +11:00
Evan Hunt
9b789c54f8
[master] add regression test for RT #41518
...
4297. [test] Ensure delegations in RPZ zones fail robustly.
[RT #41518 ]
2016-01-20 17:44:11 -08:00
Evan Hunt
d40154cab7
[master] cacluate TCP packet sizes correctly
...
4296. [bug] TCP packet sizes were calculated incorrectly in the
stats channel; they could be counted in the wrong
histogram bucket. [RT #40587 ]
2016-01-20 17:30:27 -08:00
Evan Hunt
2879ee2c72
[master] fix unchecked result
...
4295. [bug] An unchecked result in dns_message_pseudosectiontotext()
could allow incorrect text formatting of EDNS EXPIRE
options. [RT #41437 ]
2016-01-20 17:19:19 -08:00
Tinderbox User
b3378292d0
update copyright notice / whitespace
2016-01-20 23:45:22 +00:00
Tinderbox User
1fce11b1d3
newcopyrights
2016-01-20 23:30:03 +00:00
Evan Hunt
6bd794171f
[master] fixed rndc stop -p
...
4294. [bug] Fixed a regression in which "rndc stop -p" failed
to print the PID. [RT #41513 ]
2016-01-20 09:53:26 -08:00
Mark Andrews
73fbd4c9d3
4293. [bug] Address memory leak on priming query creation failure.
...
[RT #41512 ]
2016-01-20 16:38:11 +11:00
Mark Andrews
fc7bce5f35
placeholder
2016-01-19 08:34:41 +11:00
Tinderbox User
16201b15a6
update copyright notice / whitespace
2016-01-17 23:45:21 +00:00
Evan Hunt
b7f4a6fd8a
[master] copyrights
2016-01-16 15:54:16 -08:00
Curtis Blackburn
3948d9c7c6
rrl test was failing on some systems because not all versions of perl understand '-E'. changed to '-e'
2016-01-15 14:35:12 -08:00
Evan Hunt
b4ccec331d
[master] added sockaddr.h
...
4291. [cleanup] Added a required include to dns/forward.h. [RT #41474 ]
2016-01-14 10:27:09 -08:00
Francis Dupont
bdd9d37c96
Fixed small bugs in WIN32 legacy
2016-01-13 15:22:52 +01:00
Francis Dupont
cb67186899
Fixed incorrect paths in WIN32 legacy
2016-01-13 14:51:40 +01:00
Tinderbox User
6758b59e57
regen master
2016-01-13 01:04:19 +00:00
Curtis Blackburn
a66619fe32
[rt39196] Added a new nameserver to test rrl "log-only yes".
...
Added test for RT #39197 . Made the rrl test more
tolerant of minor differences in results due to
timing. Removed the failure override for the rrl
test.
commit 01a15bc80ef4c20171ddfe9b5ceb2ebe008c8e0d
Author: Curtis Blackburn <ckb@isc.org >
Date: Tue Dec 15 15:08:03 2015 -0800
added a new nameserver to the rrl test
2016-01-11 19:37:17 -08:00
Evan Hunt
bb5d14d724
[master] millisecond granularity for statschannel timers
...
4290. [func] The timers returned by the statistics channel
(indicating current time, server boot time, and
most recent reconfiguration time) are now reported
with millisecond accuracy. [RT #40082 ]
2016-01-07 15:34:58 -08:00
Tinderbox User
742cb92338
regen master
2016-01-06 01:04:26 +00:00
Tinderbox User
feb1ccdaf1
update copyright notice / whitespace
2016-01-05 23:45:26 +00:00
Tinderbox User
aef6cf0f14
newcopyrights
2016-01-05 23:30:01 +00:00
Tinderbox User
d7dbbf9b7e
regen
2016-01-05 23:30:01 +00:00
Evan Hunt
0302fcbf7e
[master] check addrlen/scopelen fit within family address length
2016-01-05 13:39:44 -08:00
Evan Hunt
1330ae5fc2
[master] check ECS address length
2016-01-05 12:17:54 -08:00
Francis Dupont
d401f4a4d8
Merge branch 'master' of ssh://repo.isc.org/proj/git/prod/bind9
2016-01-05 18:38:01 +01:00
Francis Dupont
f2453ece5b
Silent WIN64 warnings
2016-01-05 18:37:31 +01:00