Mark Andrews
22e5707efa
3373. [bug] win32: open raw files in binary mode. [RT #30944 ]
2012-09-12 12:04:25 +10:00
Mark Andrews
f4a0e3aaff
3372. [bug] Silence spurious "deleted from unreachable cache"
...
messages. [RT #30501 ]
2012-09-08 18:16:42 +10:00
Mark Andrews
58085bf485
3371. [bug] AD=1 should behave like DO=1 when deciding whether to
...
add NS RRsets to the additional section or not.
[RT #30479 ]
2012-08-31 11:34:14 +10:00
Mark Andrews
c13f4beb43
9.6-ESV-R8
2012-08-24 14:17:25 +10:00
Mark Andrews
ff56cee13c
3364. [security] Named could die on specially crafted record.
...
[RT #30416 ]
2012-08-24 14:10:48 +10:00
Mark Andrews
77ff7325ad
9.6-ESV-R8rc1
2012-08-23 15:32:45 +10:00
Mark Andrews
977d6987ae
change number
2012-08-22 19:24:55 +10:00
Mark Andrews
a6598d6709
3379. [bug] nsupdate terminated unexpectedly in interactive mode
...
if built with readline support. [RT #29550 ]
2012-08-22 13:55:39 +10:00
Evan Hunt
6678d435cc
spelling
2012-08-21 12:08:33 -07:00
Mark Andrews
19f97857e4
3368. [bug] <dns/iptable.h> and <dns/zone.h> where not C++ safe.
2012-08-21 16:48:32 +10:00
ckb
d026886b08
3366. [bug] Fixed Read-After-Write dependency violation for IA64
...
atomic operations. [RT #25181 ]
2012-08-17 13:07:11 -05:00
Evan Hunt
ff413dbe66
remove spurious newlines in zone.c logging
...
3365. [bug] Removed spurious newlines from log messages in
zone.c [RT #30675 ]
2012-08-16 10:50:06 -07:00
Evan Hunt
6202b2ec2a
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:52:29 -07:00
Mark Andrews
054a9cc454
3360. [bug] 'host -w' could die. [RT #18723 ]
2012-08-14 11:11:23 +10:00
Evan Hunt
8dc862fe22
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:23:57 -07:00
Mark Andrews
53d0f8a914
3358 [bug] Fix declaration of fatal in bin/named/server.c
...
and bin/nsupdate/main.c. [RT #30522 ]
2012-08-05 13:09:07 +10:00
Mark Andrews
1486f91694
Fix declaration of fatal in bin/named/server.c.
2012-08-05 01:08:27 +10:00
Mar Andrews
dd678452b9
3357. [port] Add support for libxml2-2.8.x [RT #30440 ]
2012-08-02 01:53:20 +00:00
Evan Hunt
2f16faf485
revert rt26429 due to incompatibilities with 9.6
2012-07-25 22:22:16 -07:00
ckb
8d74549a5c
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:38:47 -05:00
Evan Hunt
1cac29a57c
fix change note 3348, bug not security
2012-07-23 12:59:48 -07:00
Evan Hunt
7bd0a3c6a2
prep 9.6-ESV-R8b1
2012-07-23 12:58:45 -07:00
Mark Andrews
29173e699a
3354. [func] Improve OpenSSL error logging. [RT #29932 ]
2012-07-23 16:30:55 +10:00
Mark Andrews
88e814e0e4
3352. [bug] Ensure that learned server attributes timeout of the
...
adb cache. [RT #29856 ]
2012-07-18 14:20:09 +10:00
Mark Andrews
6439173dae
3350. [bug] Memory read overrun in isc___mem_reallocate if
...
ISC_MEM_DEBUGCTX memory debugging flag is set.
[RT #30240 ]
2012-07-18 09:54:25 +10:00
ckb
960012de77
3348. [security] prevent RRSIG data from being cached if a negative
...
record matching the covering type exists at a higher
trust level. Such data already can't be retrieved from
the cache since change 3218 -- this prevents it
being inserted into the cache as well. [RT #26809 ]
2012-07-09 13:29:42 -05:00
Evan Hunt
28aae970ea
fix bad-cache assert
...
3346. [security] Bad-cache data could be used before it was
initialized, causing an assert. [RT #30025 ]
2012-07-02 10:05:20 -07:00
Evan Hunt
bc892cc381
wrong RT number
2012-07-02 09:28:29 -07:00
Mark Andrews
916d7e4d87
3343. [bug] Relax isc_random_jitter() REQUIRE tests. [RT# 19821]
2012-06-27 10:06:44 +10:00
Mark Andrews
eb4ad81ccb
3342. [bug] Change #3314 broke saving of stub zones to disk
...
resulting in excessive cpu usage in some cases.
[RT #29952 ]
2012-06-27 09:45:41 +10:00
Mark Andrews
3024c922ff
3337. [bug] Change #3294 broke support for the multiple keys
...
in controls. [RT #29694 ]
2012-06-13 16:57:23 +10:00
Evan Hunt
df79d703ed
nslookup exit with error if unsuccessful
...
3335. [func] nslookup: return a nonzero exit code when unable
to get an answer. [RT #29492 ]
2012-06-07 22:09:47 -07:00
Mark Andrews
5af98b88f1
add #
2012-06-08 13:58:45 +10:00
Mark Andrews
11496d8be5
3332. [bug] Re-use cached DS rrsets if possible. [RT 29446]
2012-06-07 13:00:00 +10:00
Mark Andrews
d1c848f8ca
add missing change note
2012-06-02 14:54:10 +10:00
Mark Andrews
d4b59ed307
fixup merge conflict
2012-06-01 21:10:57 +10:00
Evan Hunt
1ac5fa17b0
fix check_data() usage
...
3328. [bug] Fixed inconsistent data checking in dst_parse.c.
[RT #29401 ]
2012-05-17 16:31:59 -07:00
Evan Hunt
c92cfa7eae
Handle RRSIG signer case consistently
...
3329. [bug] Handle RRSIG signer-name case consistently: We
generate RRSIG records with the signer-name in
lower case. We accept them with any case, but if
they fail to validate, we try again in lower case.
[RT #27451 ]
2012-05-17 11:39:23 -07:00
Mark Andrews
1511cda8b6
3318. [tuning] Reduce the amount of work performed while holding a
...
bucket lock when finshed with a fetch context.
[RT #29239 ]
2012-05-10 08:46:41 +10:00
Mark Andrews
5d439f5238
9.6-ESV-R7
2012-04-27 23:08:23 +10:00
Mark Andrews
67546361cb
3197. [bug] Don't try to log the filename and line number when
...
the config parser can't open a file. [RT #22263 ]
2012-04-27 21:24:43 +10:00
Mark Andrews
453a4b6c3a
3232. [bug] Zero zone->curmaster before return in
...
dns_zone_setmasterswithkeys(). [RT #26732 ]
2012-04-27 21:06:01 +10:00
Mark Andrews
c93fb40e31
whitespace
2012-04-27 18:32:46 +10:00
Mark Andrews
fea1c98c87
3314. [bug] The masters list could be updated while refesh_callback
...
and stub_callback were using it. [RT #26732 ]
2012-04-26 14:39:00 +10:00
Mark Andrews
967fa276cf
3313. [protocol] Add TLSA record type. [RT #28989 ]
2012-04-26 12:41:39 +10:00
Mark Andrews
cb994f41ba
3311. [bug] Abort the zone dump if zone->db is NULL in
...
zone.c:zone_gotwritehandle. [RT #29028 ]
2012-04-26 11:35:57 +10:00
Evan Hunt
8a4656e335
increase table size for mutex profiling
2012-04-24 16:53:29 -07:00
Evan Hunt
fa31ca157f
fctx_finddone: call fctx_destroy within the bucket lock
2012-04-24 15:07:43 -07:00
Mark Andrews
fbc355b20c
3307. [bug] Add missing ISC_LANG_BEGINDECLS and ISC_LANG_ENDDECLS.
...
[RT #28956 ]
2012-04-13 08:46:00 +10:00
Mark Andrews
e5602180dc
3304. [bug] Use hmctx, not mctx when freeing rbtdb->heaps. [RT #28571 ]
2012-04-11 10:52:26 +10:00