Mark Andrews
|
58889b63e4
|
white space; move pause to before comment.
|
2012-10-03 10:12:23 +10:00 |
|
Mark Andrews
|
f4d9cb7575
|
3386. [bug] Address locking violation when generating new NSEC /
NSEC3 chains. [RT #31224]
|
2012-10-03 09:03:56 +10:00 |
|
Evan Hunt
|
5af6185e5e
|
silence warning
|
2012-09-28 18:47:32 -07:00 |
|
Tinderbox User
|
3ffafffb4b
|
update copyright notice
|
2012-09-28 23:45:42 +00:00 |
|
Evan Hunt
|
0af04ee122
|
improve logging of ecdsa errors
3384. [bug] Improved logging of crypto errors. [RT #30963]
|
2012-09-28 13:48:03 -07:00 |
|
Tinderbox User
|
90afcdf252
|
update copyright notice
|
2012-09-26 23:45:43 +00:00 |
|
Evan Hunt
|
72ff1cd4d1
|
use correct port range
3382. [bug] SOA query from slave used use-v6-udp-ports range,
if set, regardless of the address family in use.
[RT #24173]
|
2012-09-26 13:56:39 -07:00 |
|
Mark Andrews
|
2bfedd89d7
|
3379. [bug] isc_interval_zero and isc_time_epoch should be
"const (type)* const". [RT #31069]
|
2012-09-26 15:01:10 +10:00 |
|
Evan Hunt
|
ff3c2231e1
|
handle nonexistent managed-keys-directory
3378. [bug] Handle missing 'managed-keys-directory' better.
[RT #30625]
|
2012-09-25 18:28:39 -07:00 |
|
Mark Andrews
|
b4ba813a62
|
3376. [bug] Lack of EDNS support was being recorded without a
successful response. [RT #30811]
|
2012-09-14 11:02:24 +10:00 |
|
Tinderbox User
|
2763d151ef
|
update copyright notice
|
2012-09-12 23:45:45 +00:00 |
|
Mark Andrews
|
d407c54bb3
|
fix isc_test_begin call
|
2012-09-13 09:41:20 +10:00 |
|
ckb
|
25b41cd4ef
|
Part of the previous commit.
|
2012-09-12 15:27:53 -05:00 |
|
ckb
|
9279f4567a
|
3374. [bug] isc_parse_uint32 failed to return a range error on
systems with 64 bit longs [RT #30232]
|
2012-09-12 15:22:29 -05:00 |
|
Mark Andrews
|
9dea0dbf15
|
O_BINARY -> _O_BINARY
|
2012-09-12 13:53:22 +10:00 |
|
Mark Andrews
|
276a5d9e25
|
3373. [bug] win32: open raw files in binary mode. [RT #30944]
|
2012-09-12 12:02:22 +10:00 |
|
Mark Andrews
|
6fd5eed7d9
|
3372. [bug] Silence spurious "deleted from unreachable cache"
messages. [RT #30501]
|
2012-09-08 18:13:28 +10:00 |
|
Mark Andrews
|
37a566fec5
|
9.7.7
|
2012-08-24 14:19:27 +10:00 |
|
Mark Andrews
|
f6c1e4c75f
|
3364. [security] Named could die on specially crafted record.
[RT #30416]
|
2012-08-24 13:43:20 +10:00 |
|
Mark Andrews
|
849758530a
|
v9_8_4rc2
|
2012-08-23 23:38:14 +10:00 |
|
Mark Andrews
|
7b8900fbad
|
9.8.4b1
|
2012-08-23 17:18:43 +10:00 |
|
Tinderbox User
|
140a9bdfd4
|
update copyright notice
|
2012-08-21 23:45:38 +00:00 |
|
Mark Andrews
|
d319c1ce2b
|
3368. [bug] <dns/iptable.h> and <dns/zone.h> where not C++ safe.
|
2012-08-21 16:45:59 +10:00 |
|
Mark Andrews
|
9e7fcd7c19
|
3367. [bug] dns_dnsseckey_create() result was not being checked.
[RT #30685]
|
2012-08-21 12:06:37 +10:00 |
|
Tinderbox User
|
b9f7f9e160
|
update copyright notice
|
2012-08-17 23:45:39 +00:00 |
|
ckb
|
3b1fafcfb3
|
3366. [bug] Fixed Read-After-Write dependency violation for IA64
atomic operations. [RT #25181]
|
2012-08-17 13:08:29 -05:00 |
|
Mark Andrews
|
13a90e9f23
|
we didn't catch a zero option at the global level when views are active
|
2012-08-17 13:41:15 +10:00 |
|
Evan Hunt
|
c98f17f73b
|
remove spurious newlines in zone.c logging
3365. [bug] Removed spurious newlines from log messages in
zone.c [RT #30675]
|
2012-08-16 10:46:35 -07:00 |
|
Evan Hunt
|
3a6af6ab9b
|
allow "forward" and "forwarders" in static-stub
3363. [bug] Need to allow "forward" and "fowarders" options
in static-stub zones; this had been overlooked.
[RT #30482]
|
2012-08-15 13:12:21 -07:00 |
|
Tinderbox User
|
f35cea4f44
|
update copyright notice
|
2012-08-14 23:45:36 +00:00 |
|
Evan Hunt
|
475b563876
|
properly range-check fields that do not allow 0
3362. [bug] Setting some option values to 0 in named.conf
could trigger an assertion failure on startup.
[RT #27730]
|
2012-08-13 22:41:33 -07:00 |
|
Mark Andrews
|
2efa809b42
|
test against unsigned zero
|
2012-08-14 14:30:54 +10:00 |
|
Mark Andrews
|
911e7390aa
|
3360. [bug] 'host -w' could die. [RT #18723]
|
2012-08-14 11:10:25 +10:00 |
|
Evan Hunt
|
5c13c20390
|
address memory leak with bad tsig secret
3359. [bug] An improperly-formed TSIG secret could cause a
memory leak. [RT #30607]
|
2012-08-10 20:17:22 -07:00 |
|
Mark Andrews
|
572ca391c7
|
silence compiler warnings
|
2012-07-27 07:53:39 +10:00 |
|
Mark Andrews
|
b33adeb54d
|
Merge branch 'v9_8' of repo.isc.org:/proj/git/prod/bind9 into v9_8
|
2012-07-26 13:09:20 +10:00 |
|
Mark Andrews
|
948b02194d
|
remove conflict marker
|
2012-07-26 13:04:28 +10:00 |
|
Tinderbox User
|
8b79e1aed5
|
update copyright notice
|
2012-07-25 23:45:36 +00:00 |
|
ckb
|
540b745122
|
3356. [bug] Cap the TTL of signed RRsets when RRSIGs are
approaching their expiry, so they don't remain
in caches after expiry. [RT #26429]
|
2012-07-25 17:25:13 -05:00 |
|
Evan Hunt
|
0bae1e2746
|
update api
|
2012-07-23 23:39:23 -07:00 |
|
Mark Andrews
|
31f52c679e
|
cast mode to unsigned int for fprintf
|
2012-07-24 13:02:36 +10:00 |
|
Mark Andrews
|
0c6e3db3fd
|
cleanup unused variables
|
2012-07-24 12:22:29 +10:00 |
|
Tinderbox User
|
6686ee02c3
|
update copyright notice
|
2012-07-23 23:45:40 +00:00 |
|
Mark Andrews
|
4e93d4a830
|
3354. [func] Improve OpenSSL error logging. [RT #29932]
|
2012-07-23 15:10:41 +10:00 |
|
Mark Andrews
|
24d93f177d
|
windows fixes
|
2012-07-20 18:11:33 +10:00 |
|
Tinderbox User
|
52385b05cd
|
update copyright notice
|
2012-07-19 23:45:30 +00:00 |
|
Mark Andrews
|
ac6f11a584
|
3353. [bug] Use a single task for task exclusive operations.
[RT #29872]
|
2012-07-19 23:59:28 +10:00 |
|
Mark Andrews
|
b3f7cbd9f1
|
3352. [bug] Ensure that learned server attributes timeout of the
adb cache. [RT #29856]
|
2012-07-18 14:18:32 +10:00 |
|
Mark Andrews
|
533adce96c
|
3351. [bug] isc_mem_put and isc_mem_putanddetach didn't report
caller if either ISC_MEM_DEBUGSIZE or ISC_MEM_DEBUGCTX
memory debugging flags are set. [RT #30243]
|
2012-07-18 10:03:54 +10:00 |
|
Mark Andrews
|
4f95da36b0
|
3350. [bug] Memory read overrun in isc___mem_reallocate if
ISC_MEM_DEBUGCTX memory debugging flag is set.
[RT #30240]
Conflicts:
CHANGES
|
2012-07-18 09:53:01 +10:00 |
|