Mark Andrews
92348098eb
2956. [bug] named-checkconf did not fail on a bad trusted key.
...
[RT #20705 ]
2010-03-04 06:17:01 +00:00
Mark Andrews
5388178e8a
2955. [bug] The size of a memory allocation was not always properly
...
recorded. [RT #20927 ]
2010-03-04 05:45:51 +00:00
Mark Andrews
d1a5fdc34a
2955. [bug] The size of a memory allocation was not always properly
...
recorded. [RT #20927 ]
2010-03-04 05:29:15 +00:00
Mark Andrews
2e20dea9fc
2854. [func] nsupdate will now preserve the entered case of domain
...
names in update requests it sends. [RT #20928 ]
2010-03-04 05:24:56 +00:00
Mark Andrews
13396661f4
2854. [func] dig: allow the final soa record in a axfr response to
...
be suppressed, dig +onesoa. [RT #20929 ]
2010-03-04 05:18:04 +00:00
Mark Andrews
6f8edd57ae
dns_resolver_*badcache
2010-03-03 05:13:53 +00:00
Mark Andrews
c76ae1723f
dns_rdataset_expire/dns_rdataset_settrust
2010-03-03 05:11:45 +00:00
Mark Andrews
64f8608ed6
2853. [bug] add_sigs() could run out of scratch space. [RT #21015 ]
2010-02-26 01:39:49 +00:00
Mark Andrews
8b026a66fd
grab a write lock before updating header->trust
2010-02-26 00:18:06 +00:00
Automatic Updater
bd2b08d5a3
update copyright notice
2010-02-25 05:08:01 +00:00
Mark Andrews
0cae66577c
2852. [bug] Handle broken DNSSEC trust chains better. [RT #15619 ]
2010-02-25 04:39:13 +00:00
Automatic Updater
8077efca7d
update copyright notice
2010-02-22 23:49:11 +00:00
Mark Andrews
f56be26f60
.NOTPARALLEL/.NO_PARALLEL
2010-02-22 02:00:07 +00:00
Automatic Updater
6f1b350c3a
update copyright notice
2010-02-04 23:49:13 +00:00
Tatuya JINMEI 神明達哉
139cedabf9
2850. [bug] If isc_heap_insert() failed due to memory shortage
...
the heap would have corrupted entries.
9.8.0, 9.7.1(?), 9.6.2, 9.5.3
(what about 9.4-ESV?)
2010-02-04 23:22:05 +00:00
Mark Andrews
8ac908b38a
2849. [bug] Don't treat errors from the xml2 library as fatal.
...
[RT #20945 ]
2010-02-04 00:57:25 +00:00
Automatic Updater
aad3d15976
update copyright notice
2010-01-31 23:49:09 +00:00
Mark Andrews
ebaf977ecf
2846. [bug] EOF on unix domain sockets was not being handled
...
correctly. [RT #20731 ]
2010-01-31 23:18:03 +00:00
Francis Dupont
19a62c240d
RFC 5011 client can crash. [RT #20903 ]
2010-01-26 23:33:10 +00:00
Evan Hunt
c46b6864af
fix typo
2010-01-22 01:46:20 +00:00
Evan Hunt
da4a8c89a8
remove reference to isc_time member "seconds", which doesn't exist in win32
2010-01-22 01:34:47 +00:00
Evan Hunt
b47d410f84
2840. [bug] Change 2836 was not complete. [RT #20883 ]
2010-01-14 23:27:38 +00:00
Automatic Updater
5bdf8cd3c2
update copyright notice
2010-01-13 23:48:59 +00:00
Francis Dupont
f77148e029
a KSK revoked by named could not be deleted. [RT #20881 ]
2010-01-13 08:35:24 +00:00
Francis Dupont
51512910da
comment trivial update
2010-01-12 23:56:12 +00:00
Automatic Updater
8576a40424
update copyright notice
2010-01-12 23:48:57 +00:00
Francis Dupont
d481cfdab5
fix spelling in comment
2010-01-12 23:23:21 +00:00
Automatic Updater
65d1486535
update copyright notice
2010-01-11 23:48:37 +00:00
Francis Dupont
a91029a00e
Prevent Linux spurious warnings about fwrite(). [RT #20812 ]
2010-01-11 10:49:14 +00:00
Francis Dupont
125da90ced
trivial spelling error in comment
2010-01-11 01:14:08 +00:00
Automatic Updater
b871a3e0cd
update copyright notice
2010-01-09 23:48:45 +00:00
Evan Hunt
05b1ab91a6
2836. [bug] Keys that were scheduled to become active could
...
be delayed. [RT #20874 ]
2010-01-09 17:09:00 +00:00
Francis Dupont
a26d73a734
fix trivial typo in comment
2010-01-09 15:21:10 +00:00
Automatic Updater
49644c0c8f
update copyright notice
2010-01-08 23:51:44 +00:00
Evan Hunt
03e5afa4c0
2835. [bug] Key inactivity dates were inadvertently stored in
...
the private key file with the outdated tag
"Unpublish" rather than "Inactive". This has been
fixed; however, any existing keys that had Inactive
dates set will now need to have them reset, using
'dnssec-settime -I'. [RT #20868 ]
2010-01-08 17:15:36 +00:00
Automatic Updater
a30c7003af
update copyright notice
2010-01-07 23:48:54 +00:00
Evan Hunt
0f66aced26
2834. [bug] HMAC-SHA* keys that were longer than the algorithm
...
digest length were used incorrectly, leading to
interoperability problems with other DNS
implementations. This has been corrected.
(Note: If an oversize key is in use, and
compatibility is needed with an older release of
BIND, the new tool "isc-hmac-fixup" can convert
the key secret to a form that will work with all
versions.) [RT #20751 ]
2010-01-07 21:52:12 +00:00
Shawn Routhier
7c25b5f311
Modify "struct stat" in lib/export/samples/nsprobe.c to avoid redefinition in
...
some OSes - rt20831
2010-01-07 18:31:34 +00:00
Evan Hunt
597642c0ba
2831. [security] Do not attempt to validate or cache
...
out-of-bailiwick data returned with a secure
answer; it must be re-fetched from its original
source and validated in that context. [RT #20819 ]
2010-01-07 16:48:23 +00:00
Automatic Updater
842920c7db
update copyright notice
2010-01-04 23:48:51 +00:00
Evan Hunt
d3a6cd7c7e
2830. [bug] Changing the OPTOUT setting could take multiple
...
passes. [RT #20813 ]
2010-01-04 22:47:58 +00:00
Evan Hunt
845bb3195a
2829. [bug] Fixed potential node inconsistency in rbtdb.c.
...
[RT #20808 ]
2010-01-04 22:30:14 +00:00
Automatic Updater
400615c294
update copyright notice
2009-12-30 23:49:14 +00:00
Tatuya JINMEI 神明達哉
d8680445d6
2828. [security] Cached CNAME or DNAME RR could be returned to clients
...
without DNSSEC validation. [RT #20737 ]
9.4-ESV, 9.5.3, 9.6.2, 9.7.0, 9.8.0(?)
2009-12-30 08:02:23 +00:00
Evan Hunt
9ead684875
2827. [security] Bogus NXDOMAIN could be cached as if valid. [RT #20712 ]
2009-12-30 06:46:58 +00:00
Evan Hunt
687b6322fb
2826. [bug] NSEC3->NSEC transitions could fail due to a lock not
...
being released. [RT #20740 ]
2009-12-30 03:38:57 +00:00
Mark Andrews
7ddd859470
more for:
...
2824. [bug] "rndc sign" was not being run by the correct task.
[RT #20759 ]
2009-12-30 02:32:13 +00:00
Mark Andrews
502dc92f58
more for:
...
2824. [bug] "rndc sign" was not being run by the correct task.
[RT #20759 ]
2009-12-30 02:26:30 +00:00
Mark Andrews
5b77627c09
2824. [bug] "rndc sign" was not being run by the correct task.
...
[RT #20759 ]
2009-12-29 22:20:33 +00:00
Mark Andrews
288486df9d
2823. [bug] rbtdb.c:getsigningtime() was missing locks. [RT #20781 ]
2009-12-29 22:04:16 +00:00