Mark Andrews
e27d55e3ee
2904. [bug] When using DLV, sub-zones of the zones in the DLV,
...
could be incorrectly marked as insecure instead of
secure leading to negative proofs failing. This was
a unintended outcome from change 2890. [RT# 21392]
2010-05-26 06:28:00 +00:00
Mark Andrews
7d9be933d7
2903. [bug] managed-keys-directory missing from namedconf.c.
...
[RT #21370 ]
2010-05-21 14:10:32 +00:00
Mark Andrews
abb239e7fc
silence compiler, explict coversion
2010-05-19 09:52:42 +00:00
Mark Andrews
5b02fc32d6
2901. [port] Use AC_C_FLEXIBLE_ARRAY_MEMBER. [RT #21316 ]
2010-05-19 07:13:15 +00:00
Mark Andrews
b667946fa5
2900. [bug] The placeholder negative caching element was not
...
properly constructed triggering a INSIST in
dns_ncache_towire(). [RT #21346 ]
2010-05-19 06:39:50 +00:00
Mark Andrews
32f985bcf4
silence compile warnings, explict conversio
2010-05-18 06:28:29 +00:00
Mark Andrews
ed30e0358b
9.7.1b1
2010-05-18 06:14:32 +00:00
Automatic Updater
4dd3ec797d
update copyright notice
2010-05-18 02:38:10 +00:00
Mark Andrews
8d31dd9ab6
2897. [bug] NSEC3 chains could be left behind when transitioning
...
to insecure. [RT #21040 ]
2010-05-18 01:39:41 +00:00
Mark Andrews
6d58400178
2896. [bug] "rndc sign" failed to properly update the zone
...
when adding a DNSKEY for publication only. [RT #21045 ]
2010-05-18 01:03:26 +00:00
Automatic Updater
515c7f3c43
update copyright notice
2010-05-14 23:50:40 +00:00
Mark Andrews
778a01b1aa
2893. [bug] Improve managed keys support. New named.conf option
...
managed-keys-directory. [RT #20924 ]
2010-05-14 04:48:28 +00:00
Mark Andrews
44f175a90a
2892. [bug] Handle REVOKED keys better. [RT #20961 ]
2010-05-14 04:38:52 +00:00
Mark Andrews
b335299322
2890. [bug] Handle the introduction of new trusted-keys and
...
DS, DLV RRsets better. [RT #21097 ]
2010-05-14 00:13:43 +00:00
Automatic Updater
b7bcdb3eaa
update copyright notice
2010-05-13 23:50:27 +00:00
Mark Andrews
e12030c433
2889. [bug] Element of the grammar where not properly reported.
...
[RT #21046 ]
2010-05-13 03:16:55 +00:00
Mark Andrews
49560ac770
typo in threaded build, silence compiler warning
2010-05-13 03:08:30 +00:00
Mark Andrews
e18c62b1da
2888. [bug] Only the first EDNS option was displayed. [RT #21273 ]
2010-05-13 00:40:46 +00:00
Automatic Updater
21d9ee0d73
update copyright notice
2010-05-12 23:51:13 +00:00
Mark Andrews
5c40acf215
2887. [bug] Report the keytag times in UTC in the .key file,
...
local time is presented as a comment within the
comment. [RT #21223 ]
2886. [bug] ctime() is not thread safe. [RT #21223 ]
2010-05-12 23:49:40 +00:00
Mark Andrews
f083a44415
2884. [bug] Insufficient valadation in dns_name_getlabelsequence().
...
[RT #21283 ]
2010-05-12 05:40:32 +00:00
Mark Andrews
2fca4a3321
2882. [bug] Remove memory context from list of active contexts
...
before clearing 'magic'. [RT #21274 ]
2010-05-12 00:46:55 +00:00
Automatic Updater
a955420bed
update copyright notice
2010-05-10 23:50:55 +00:00
Mark Andrews
121f783b66
2881. [bug] Reduce the amount of time the rbtdb write lock
...
is held when closing a version. [RT #21198 ]
2010-05-10 01:39:03 +00:00
Automatic Updater
b98844704e
update copyright notice
2010-04-28 23:50:51 +00:00
Mark Andrews
6ab18ae52c
2878. [func] Incrementally write the master file after performing
...
a AXFR. [RT #21010 ]
(part 2)
2010-04-28 11:03:07 +00:00
Mark Andrews
1df2b7edfe
2878. [func] Incrementally write the master file after performing
...
a AXFR. [RT #21010 ]
2010-04-27 03:24:52 +00:00
Automatic Updater
ed2fa6ce1b
update copyright notice
2010-04-21 23:51:22 +00:00
Mark Andrews
fd95cc0da9
2877. [bug] The validator failed to skip obviously mismatching
...
RRSIGs. [RT #21138 ]
2010-04-21 05:45:47 +00:00
Mark Andrews
bb6d33103e
2876. [bug] Named could return SERVFAIL for negative responses
...
from unsigned zones. [RT #21131 ]
2010-04-21 04:16:49 +00:00
Mark Andrews
cc6d67469c
2875. [bug] dns_time64_fromtext() could accept non digits.
...
[RT #21033 ]
2010-04-21 02:21:31 +00:00
Automatic Updater
0a199807e7
update copyright notice
2010-04-20 23:51:12 +00:00
Mark Andrews
1e9848fb2b
2874. [bug] Cache lack of EDNS support only after the server
...
successfully responds to the query using plain DNS.
[RT #20930 ]
2010-04-20 07:28:52 +00:00
Tatuya JINMEI 神明達哉
c45d848e2a
2873. [bug] Canceling a dynamic update via the dns/client module
...
could trigger an assertion failure. [RT #21133 ]
2010-04-14 22:08:47 +00:00
Automatic Updater
0abd3cca60
update copyright notice
2010-04-13 23:50:58 +00:00
Shawn Routhier
7dc38ccd52
Modify dns/client.c:dns_client_createx() to only require one of IPv6 or
...
IPv6 rather than both. [RT #21122 ]
2010-04-13 19:06:48 +00:00
Automatic Updater
127e1bde3a
update copyright notice
2010-04-09 23:51:01 +00:00
Tatuya JINMEI 神明達哉
ce164dbd9c
2871. [bug] Type mismatch in mem_api.c between the definition and
...
the header file, causing build failure with
--enable-exportlib. [RT #21138 ]
9.8.0 and 9.7.1.
2010-04-09 06:09:35 +00:00
Automatic Updater
f15cde2b63
update copyright notice
2010-04-07 23:51:06 +00:00
Mark Andrews
86077a2e87
2870. [maint] Add AAAA addresses for L.ROOT-SERVERS.NET.
2010-04-07 07:05:38 +00:00
Mark Andrews
b8d036c434
2869. [bug] Fix arguments to dns_keytable_findnextkeynode() call.
...
[RT #20877 ]
2010-03-26 17:12:48 +00:00
Automatic Updater
230987e819
update copyright notice
2010-03-12 23:51:11 +00:00
Mark Andrews
a80d26914a
2867. [bug] Don't set GSS_C_SEQUENCE_FLAG as Windows DNS servers
...
don't like it. [RT #20986 ]
2010-03-12 03:47:08 +00:00
Mark Andrews
c19f322914
2866. [bug] Windows does not like the TSIG name being compressed.
...
[RT #20986 ]
2010-03-12 03:34:56 +00:00
Mark Andrews
ff9301990d
2865. [bug] memset to zero event.data. [RT #20986 ]
2010-03-12 03:22:57 +00:00
Mark Andrews
08fb52ec8c
2863. [port] linux: disable IPv6 PMTUD and use network minimum MTU.
...
[RT #21056 ]
2010-03-11 04:43:57 +00:00
Automatic Updater
4d42b714be
update copyright notice
2010-03-04 23:50:34 +00:00
Mark Andrews
22c4126ba5
2958. [bug] When canceling validation it was possible to leak
...
memory. [RT #20800 ]
2010-03-04 22:25:31 +00:00
Mark Andrews
b1003ace6f
2957. [bug] RTT estimates were not being adjusted on ICMP errors.
...
[RT #20772 ]
2010-03-04 06:43:21 +00:00
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