Mukund Sivaraman
b83c20df65
Add a --enable-querytrace configure switch for very verbose query tracelogging ( #37520 )
...
(cherry picked from commit 1783676a64 )
2015-02-26 16:52:38 +05:30
Mukund Sivaraman
9b56539c01
Fix a segfault when running nslookup ( #38548 )
...
(cherry picked from commit db93c0def5 )
2015-02-26 14:07:14 +05:30
Evan Hunt
65d341e68b
[v9_10] minor python3 portability fix
2015-02-25 17:12:21 -08:00
Evan Hunt
cc76e065c1
[v9_10] Merge branch 'v9_10' of ssh://repo/proj/git/prod/bind9 into v9_10
2015-02-25 17:11:23 -08:00
Tinderbox User
a55b90421b
regen v9_10
2015-02-26 01:08:27 +00:00
Evan Hunt
d7f290c6fd
[v9_10] reorganize nsupdate man page
...
4069. [doc] Reorganize options in the nsupdate man page.
[RT #38516 ]
(cherry picked from commit ca6e60cb70 )
2015-02-25 17:06:33 -08:00
Evan Hunt
5e0a330f71
[v9_10] include serial number in JSON zone stats
...
4068. [bug] Serial number was omitted from JSON zone statistics.
[RT #38604 ]
(cherry picked from commit aeff3f0541 )
2015-02-25 16:55:44 -08:00
Evan Hunt
bb38a3dcb9
[v9_10] reduce rrl logging noise
...
4067. [cleanup] Reduce noise from RRL when query logging is
disabled. [RT #38648 ]
(cherry picked from commit 8378b0c190 )
2015-02-25 16:45:01 -08:00
Evan Hunt
29fc775372
[v9_10] reorganize options in dig man page
...
4066. [doc] Reorganize options in the dig man page. [RT #38516 ]
(cherry picked from commit 53ae008f27 )
2015-02-25 16:39:23 -08:00
Evan Hunt
8dfc6c27f1
[v9_10] Add facility to run system test nameds under Valgrind ( #38546 )
2015-02-25 16:21:49 -08:00
Evan Hunt
09a87d841f
[v9_10] add better servfail logging
...
3937. [func] Added some debug logging to better indicate the
conditions causing SERVFAILs when resolving.
[RT #35538 ]
(cherry picked from commit f5c24a7f48 )
2015-02-25 16:05:31 -08:00
Evan Hunt
d4aa048126
[v9_10] report library version numbers on win32
2015-02-20 23:25:03 -08:00
Mark Andrews
6482c1b4b7
ignore dig's result when expecting 'connection timed out'
...
(cherry picked from commit 82c6bce26a )
2015-02-12 13:44:49 +11:00
Tinderbox User
80348decfc
update copyright notice / whitespace
2015-02-11 23:45:53 +00:00
Mark Andrews
bc52858a67
4061. [bug] Handle timeout in legacy system test. [RT #38573 ]
...
(cherry picked from commit 2ff2145ff5 )
2015-02-11 16:54:28 +11:00
Tinderbox User
d5bad8c9b9
update copyright notice / whitespace
2015-02-10 23:45:50 +00:00
Evan Hunt
5d26333c87
[v9_10] silence RPZ log messages
...
4050. [cleanup] Silence occasional spurious "duplicate query" log
messages from RPZ. [RT #38510 ]
2015-02-10 15:01:46 -08:00
Evan Hunt
eb36da19e7
[v9_10] address valgrind warnings
...
4059. [bug] Addressed valgrind warnings. [RT #38549 ]
2015-02-10 14:03:27 -08:00
Evan Hunt
81048281c2
[v9_10] cleanup
2015-02-10 13:50:01 -08:00
Evan Hunt
83b613cbfb
[v9_10] fix "initialize with revoked key" test
2015-02-10 13:40:39 -08:00
Evan Hunt
f87d4ca084
[v9_10] 5011 fixes
...
4056. [bug] Fixed several small bugs in automatic trust anchor
management, including a memory leak and a possible
loss of key state information. [RT #38458 ]
2015-02-10 12:59:38 -08:00
Mark Andrews
6a383a6318
4057. [bug] 'dnssec-dsfromkey -T 0' failed to add ttl field.
...
[RT #38565 ]
(cherry picked from commit e785f9c1c7 )
2015-02-06 17:02:36 +11:00
Mukund Sivaraman
718b30d039
Fix a leak of query fetchlock ( #38454 )
...
4052. [bug] Fix a leak of query fetchlock. [RT #38454 ]
(cherry picked from commit 4eefa351cc )
2015-02-03 11:47:44 +05:30
Evan Hunt
2826029732
[v9_10] fixed library version reporting
...
- forgot to include a CHANGES note
- disabled on windows (it fails to link)
2015-01-22 11:18:37 -08:00
Evan Hunt
865621b742
[v9_10] fix 'total use' accounting
...
4046. [bug] Accounting of "total use" in memory context
statistics was not correct. [RT #38370 ]
2015-01-22 09:46:28 -08:00
Tinderbox User
3a0e7f5300
update copyright notice / whitespace
2015-01-21 23:45:50 +00:00
Tinderbox User
b99f7bf9b7
Merge branch 'v9_10' of /proj/git/prod/bind9 into v9_10
2015-01-21 23:45:31 +00:00
Tinderbox User
3817256ab9
update copyright notice / whitespace
2015-01-20 23:47:01 +00:00
Evan Hunt
a9034405a0
[v9_10] more windows VS14 compatibility work
...
(completes change #3987 )
2015-01-20 15:46:00 -08:00
Evan Hunt
1ef4faabd5
[v9_10] clean up gcc -Wshadow warnings
...
4039. [cleanup] Cleaned up warnings from gcc -Wshadow. [RT #37381 ]
2015-01-20 13:43:35 -08:00
Mark Andrews
4b499125a9
4037. [bug] also-notify was ignoring the tsig key when checking
...
for duplicates resulting in some expected notify
messages not being sent. [RT #38369 ]
(cherry picked from commit f8eb4e5bfd )
2015-01-20 16:46:06 +11:00
Mukund Sivaraman
1721fb782c
Close FILEs before overwriting NZF file ( #38332 )
...
Based on a patch sent in by Tony Finch <dot@dotat.at >.
2015-01-16 15:37:09 +05:30
Tinderbox User
37cff9600e
regen v9_10
2015-01-14 01:08:26 +00:00
Tinderbox User
fcdfeaa0c2
update copyright notice / whitespace
2015-01-13 23:45:46 +00:00
Evan Hunt
fa2cf1a85e
[v9_10] document default DNSKEY TTL
...
- see RT #38268
2015-01-13 09:55:21 -08:00
Tinderbox User
71b009ae5a
update copyright notice / whitespace
2015-01-10 23:45:50 +00:00
Mark Andrews
41460026bc
4032. [bug] Built-in "empty" zones did not correctly inherit the
...
"allow-transfer" ACL from the options or view.
[RT #38310 ]
(cherry picked from commit 7952156995 )
2015-01-10 22:03:57 +11:00
Evan Hunt
ffd802e3e6
[v9_10] backport gperftools
...
3973. [test] Added hooks for Google Performance Tools
CPU profiler, including real-time/wall-clock
profiling. [RT #37339 ]
2015-01-10 00:17:46 -08:00
Tinderbox User
167beb6aa5
update copyright notice / whitespace
2015-01-08 23:45:50 +00:00
Mark Andrews
b1e4b4c0c8
4031. [bug] named-checkconf -z failed to report a missing file
...
with a hint zone. [RT #38294 ]
(cherry picked from commit d1f1f13c7f )
2015-01-08 19:20:04 +11:00
Mark Andrews
b7a7bc79ee
4028. [bug] $GENERATE with a zero step was not being caught as a
...
error. A $GENERATE with a / but no step was not being
caught as a error. [RT #38262 ]
(cherry picked from commit b0c18fffd3 )
2015-01-06 11:32:53 +11:00
Francis Dupont
f5c65da3d8
update OpenSSL 1.0.1 patch
2015-01-02 16:07:50 +01:00
Francis Dupont
523037199a
update OpenSSL 1.0.0 patch
2015-01-02 15:30:01 +01:00
Francis Dupont
66a5cde250
update OpenSSL 0.9.8 patch
2015-01-02 15:00:48 +01:00
Mark Andrews
d4b074a858
4027. [port] Net::DNS 0.81 compatibility. [RT #38165
...
(cherry picked from commit 511ec77fca )
2014-12-23 08:38:14 +11:00
Mark Andrews
268e481090
4026. [bug] Fix RFC 3658 reference in dig +sigchase. [RT #38173 ]
...
(cherry picked from commit 44032d3918 )
2014-12-22 09:40:40 +11:00
Evan Hunt
b0e9108311
[v9_10] adjust max-recursion-queries
...
4021. [bug] Adjust max-recursion-queries to accommodate
the need for more queries when the cache is
empty. [RT #38104 ]
(cherry picked from commit be7fba8019 )
2014-12-15 22:28:26 -08:00
Mark Andrews
110aa8ce81
adjust comment
...
(cherry picked from commit 8ee3233acd )
2014-12-09 07:41:39 +11:00
Evan Hunt
3c4dda4f1a
[v9_10] Clean up after reclimit system test
2014-12-08 08:52:49 -08:00
Tinderbox User
992ed2cb60
update copyright notice / whitespace
2014-12-05 23:45:49 +00:00