Mark Andrews
4cf64648da
3704. [protocol] Accept integer timestamps in RRSIG records. [RT #35185 ]
2014-01-14 16:08:16 +11:00
Tinderbox User
47b48b650e
update copyright notice
2014-01-12 23:45:13 +00:00
Evan Hunt
54ab678eb9
[v9_6] fix win32 isc_time_set()
...
(cherry picked from commit ca8cf1ce63fcf8401ff0575d1be22b82b7fa5c89)
(cherry picked from commit 5a5a6849a8 )
2014-01-11 22:04:11 -08:00
Evan Hunt
624ac2af5a
[v9_6] prep 9.6-ESV-R11rc1
2014-01-10 09:19:25 -08:00
Tinderbox User
cc103d8d47
update copyright notice
2014-01-09 23:45:15 +00:00
Evan Hunt
548087ff81
[v9_6] replace memcpy() with memmove().
...
3698. [cleanup] Replaced all uses of memcpy() with memmove().
[RT #35120 ]
(cherry picked from commit ebe54c7d2221c6a0a4b3d96bcae3280c823a45e6)
(cherry picked from commit 9b950c70f1a6406c0f3dff604822329d06fc4837)
(cherry picked from commit ae5f27d8856436d01f19c958d1a4afe8dc2bedb0)
2014-01-08 16:41:01 -08:00
Tinderbox User
c77137885f
update copyright notice
2013-12-16 23:45:11 +00:00
Mark Andrews
0b8545b6a3
sort and one file per line
2013-12-17 10:43:06 +11:00
Mark Andrews
3a2ea63610
3692. [bug] Two calls to dns_db_getoriginnode were fatal if there
...
was no data at the node. [RT #35080 ]
(cherry picked from commit 161e803a56 )
2013-12-17 09:15:18 +11:00
Evan Hunt
0ff6e400ef
[v9_6] s/isc__socket_sendtov2/isc_socket_sendtov2/ for win32
2013-12-10 18:32:21 -08:00
Evan Hunt
aa7c993ded
[v9_6] fix typo
2013-12-10 18:28:53 -08:00
Evan Hunt
5c009b2f1d
[v9_6] prep 9.6-ESV-R11b1
2013-12-10 17:41:37 -08:00
Tinderbox User
0e93df3d13
update copyright notice
2013-11-11 23:45:15 +00:00
Mark Andrews
88d9b6752e
bad collision resolution
2013-11-11 12:02:27 +11:00
Mark Andrews
0239dfa344
3668. [bug] Fix cast in lex.c which could see 0xff treated as eof.
...
[RT #34993 ]
(cherry picked from commit 0a47bc90af )
2013-11-11 10:55:46 +11:00
Mark Andrews
6d47d7de8d
use smaller buffers
...
(cherry picked from commit 2502a568e7 )
2013-10-26 20:37:04 +11:00
Tinderbox User
c0dd9cb1b8
update copyright notice
2013-10-25 23:45:15 +00:00
Mark Andrews
be4c5c3810
address memory leak in change #3662 , force format matching, attempt to address coverity false positives
...
(cherry picked from commit 938aea1dc4 )
(cherry picked from commit dc44093efc )
2013-10-26 10:11:12 +11:00
Mark Andrews
690e894997
3663. [bug] Address bugs in dns_rdata_fromstruct and
...
dns_rdata_tostruct for WKS and ISDN types. [RT #34910 ]
2013-10-25 13:06:38 +11:00
Mark Andrews
13c15ce5d1
3662. [bug] 'host' could die if a UPD query timed out. [RT #34870 ]
...
(cherry picked from commit 6100b17699 )
2013-10-25 12:33:01 +11:00
Mark Andrews
51901bce61
missing FCTXTRACE2 macro RT#34914
...
(cherry picked from commit 0bfc15fe59 )
2013-10-21 15:52:44 +11:00
Mark Andrews
b29c34ec5d
3655. [cleanup] Simplify TCP message processing when requesting a
...
zone transfer. [RT #34825 ]
(cherry picked from commit fb623f9a07 )
2013-09-25 09:59:09 +10:00
Mark Andrews
26dcdf0de8
3654. [bug] Address race condition with manual notify requests.
...
[RT #34806 ]
(cherry picked from commit 5116f25421 )
2013-09-25 09:51:38 +10:00
Tinderbox User
5b1ee81b35
update copyright notice
2013-09-23 23:45:12 +00:00
Mark Andrews
339aa73489
silence clang warning
...
(cherry picked from commit 9084a3e58f )
2013-09-23 13:27:08 +10:00
Tinderbox User
37d9161561
update copyright notice
2013-09-21 23:45:13 +00:00
Mark Andrews
2b0066dc1a
3651. [tuning] Adjust when a master server is deemed unreachable.
...
[RT #27075 ]
(cherry picked from commit 97a2a26cd9 )
2013-09-21 17:20:42 +10:00
Mark Andrews
bb48d3d9c7
3650. [tuning] Use separate rate limiting queues for refresh and
...
notify requests. [RT #30589 ]
(cherry picked from commit c1b8fa6160 )
2013-09-21 16:47:21 +10:00
Tinderbox User
c0cdf5517d
update copyright notice
2013-09-18 23:45:14 +00:00
Mark Andrews
c1061e4f80
silence compiler warning
...
(cherry picked from commit 01b7d52a9f )
2013-09-18 22:38:55 +10:00
Mark Andrews
3a93dc9e59
3644. [protocol] Check that EDNS subnet client options are well forme
...
[RT #34718 ]
(cherry picked from commit 3ad8f24ddd )
Conflicts:
lib/dns/tests/rdata_test.c
2013-09-18 11:50:28 +10:00
Tinderbox User
b972eaa32d
update copyright notice
2013-09-17 23:45:14 +00:00
Mark Andrews
81ab934445
3641. [bug] Handle changes to sig-validity-interval settings
...
better. [RT #34625 ]
2013-09-17 16:45:56 +10:00
Mark Andrews
c5b7770621
remove static functions as they have been backported
2013-09-17 15:22:39 +10:00
Mark Andrews
498e82b066
3640. [bug] ndots was not being checked when searching. Only
...
continue searching on NXDOMAIN responses. Add the
ability to specify ndots to nslookup. [RT #34711 ]
(cherry picked from commit 8afea636ab )
2013-09-17 12:24:04 +10:00
Tinderbox User
17e856eff2
update copyright notice
2013-09-10 23:45:12 +00:00
Evan Hunt
c894c96142
[v9_6] strdup journal filename
...
3646. [bug] Journal filename string could be set incorrectly,
causing garbage in log messages. [RT #34738 ]
(cherry picked from commit 18df9e628e )
2013-09-09 22:14:45 -07:00
Evan Hunt
d61392dc24
[v9_6] prep 9.6-ESV-R10
2013-09-04 22:40:13 -07:00
Curtis Blackburn
cf9d6b541f
3638. [cleanup] Add the ability to handle ENOPROTOOPT in case it is
...
encountered. [RT #34668 ]
2013-08-28 16:01:02 -05:00
Mark Andrews
91d9a51e44
9.6-ESV-R10rc2
2013-08-19 12:03:21 +10:00
Evan Hunt
6f9e900823
[v9_6] change 3630 incomplete--needed to check fromtext too
...
(cherry picked from commit 5f630b9417 )
2013-08-14 17:25:07 -07:00
Tinderbox User
688b375048
update copyright notice
2013-08-13 23:45:12 +00:00
Evan Hunt
ad74027862
[v9_6] fix md5 key id computation
...
3630. [bug] Ensure correct ID computation for MD5 keys. [RT #33033 ]
(cherry picked from commit 5d4343a998 )
(cherry picked from commit 70858bf974 )
2013-08-13 16:23:51 -07:00
Mark Andrews
a38ef1cac6
add comment
...
(cherry picked from commit f45818b82a )
2013-07-26 10:26:29 +10:00
Mark Andrews
166b961979
9.6-ESV-R10rc1
2013-07-15 17:28:54 +10:00
Evan Hunt
17078469da
[v9_6] silence warning
2013-07-10 09:16:26 -07:00
Tinderbox User
1c210d4957
update copyright notice
2013-07-09 23:45:11 +00:00
Evan Hunt
8143baa1c5
[v9_6] added isc_safe_memcmp()
...
3611. [bug] Improved resistance to a theoretical authentication
attack based on differential timing. [RT #33939 ]
(cherry picked from commit 5b7abbef51 )
(cherry picked from commit a66c88dd26 )
(cherry picked from commit 547ffae91c )
2013-07-09 14:18:56 -07:00
Evan Hunt
af353b88fe
[v9_6] prep 9.6-ESV-R10b1
2013-07-01 10:25:57 -07:00
Tinderbox User
6c4f850040
update copyright notice
2013-06-26 23:45:10 +00:00