Automatic Updater
e95ab03354
update copyright notice
2010-02-26 23:46:37 +00:00
Mark Andrews
b6a3b10da7
2852. [bug] Handle broken DNSSEC trust chains better. [RT #15619 ]
2010-02-26 01:03:56 +00:00
Automatic Updater
c5614de3f9
update copyright notice
2009-11-26 23:46:11 +00:00
Mark Andrews
54d83f4a68
2790. [bug] Handle DS queries to stub zones.
2009-11-26 03:45:43 +00:00
Mark Andrews
b4bd8d0662
772. [security] When validating, track whether pending data was from
...
the additional section or not and only return it if
validates as secure. [RT #20438 ]
2009-11-25 04:50:25 +00:00
Mark Andrews
b1ceb96abc
2573. [bug] Replacing a non-CNAME record with a CNAME record in a
...
single transaction in a signed zone failed. [RT #19397 ]
2009-03-05 05:01:00 +00:00
Automatic Updater
2a6997e72c
update copyright notice
2009-01-19 23:46:17 +00:00
Mark Andrews
0f4ec602dd
spelling
2009-01-19 00:36:29 +00:00
Automatic Updater
4f70264d8d
update copyright notice
2008-01-31 23:46:05 +00:00
Mark Andrews
73f2356a90
2326. [bug] It was possible to trigger a INSIST in the acache
...
processing.
2008-01-31 05:23:47 +00:00
Automatic Updater
ed5ea48932
update copyright notice
2008-01-26 23:46:08 +00:00
Tatuya JINMEI 神明達哉
73dd742501
2322. [port] MacOS: work around the limitation of setrlimit()
...
for RLIMIT_NOFILE. [RT #17526 ]
2008-01-25 23:52:31 +00:00
Mark Andrews
3bd000a477
2270. [bug] dns_db_closeversion() version->writer could be reset
...
before it is tested. [RT #17290 ]
2007-12-02 20:33:45 +00:00
Automatic Updater
beb9fabda3
update copyright notice
2007-08-28 07:20:06 +00:00
Mark Andrews
83bfbd2ba4
2200. [bug] The search for cached NSEC records was stopping to
...
early leading to excessive DLV queries. [RT #16930 ]
2007-06-19 06:21:25 +00:00
Mark Andrews
aa8d1b48c5
2162. [func] Allow "rrset-order fixed" to be disabled at compile
...
time. [RT #16665 ]
2007-03-14 06:03:56 +00:00
Mark Andrews
b7f41879c5
2159. [bug] Array bounds overrun in acache processing. [RT #16710 ]
2007-03-12 03:42:43 +00:00
Mark Andrews
154e92a9e6
2156. [bug] Fix node reference leaks in lookup.c:lookup_find(),
...
resolver.c:validated() and resolver.c:cache_name().
Fix a memory leak in rbtdb.c:free_noqname().
Make lookup.c:lookup_find() robust against
event leaks. [RT #16685 ]
2007-03-06 00:50:11 +00:00
Automatic Updater
a4a729b991
update copyright notice
2007-02-26 23:46:23 +00:00
Mark Andrews
8725735cbc
2150. [bug] 'rrset-order cyclic' uniformly distribute the
...
starting point for the first response for a given
RRset. [RT #16655 ]
2007-02-26 23:13:40 +00:00
Mark Andrews
f3a7a736fc
2098. [bug] Race in rbtdb.c:no_references(), which occasionally
...
triggered an INSIST failure about the node lock
reference. [RT #16411 ]
2006-10-26 06:04:29 +00:00
Mark Andrews
0e4f882a9c
update comment
2006-07-31 02:04:48 +00:00
Mark Andrews
a5d9b9cccf
2059. [bug] Search into cache rbtdb could trigger an INSIST
...
failure while cleaning up a stale rdataset.
[RT #16292 ]
2006-07-24 01:23:11 +00:00
Tatuya JINMEI 神明達哉
1196b714f5
2046. [bug] rbtdb.c:rdataset_setadditional() could cause duplicate
...
cleanup [RT #16247 ].
2006-07-06 06:43:26 +00:00
Mark Andrews
86a6fb2068
ISC_LOG_INFO -> ISC_LOG_DEBUG(1)
2006-06-13 04:54:39 +00:00
Mark Andrews
178157615f
2040. [bug] rbtdb no_references() could trigger an INSIST
...
failure with --enable-atomic. [RT #16022 ]
2006-06-07 03:39:00 +00:00
Mark Andrews
6216aa9b81
2020. [bug] rdataset_setadditional() could leak memory. [RT #16034 ]
2006-05-16 04:11:39 +00:00
Shane Kerr
a80207d2a3
Stats for acache. Currently running on senna (ns-ext).
2006-05-02 12:55:31 +00:00
Mark Andrews
1396c84257
tidy up
2006-03-07 05:06:09 +00:00
Mark Andrews
b40b95a7ef
(char *) -> (unsigned char *)
2006-03-03 04:43:49 +00:00
Mark Andrews
7eeb45a377
use (char *) for pointer arithmetic
2006-03-03 03:05:20 +00:00
Mark Andrews
bf3bbdc9b6
1999. [func] Implement "rrset-order fixed". [RT #13662 ]
2006-03-03 00:56:53 +00:00
Mark Andrews
3497fc3b77
1997. [bug] Named was failing to replace negative cache entries
...
when a positive one for the type was learnt.
[RT #15818 ]
2006-03-02 23:19:20 +00:00
Mark Andrews
671495dd1e
1982. [bug] DNSKEY was being accepted on the parent side of
...
a delegation. KEY is still accepted there for
RFC 3007 validated updates. [RT #15620 ]
2006-02-16 01:23:47 +00:00
Mark Andrews
586f82c999
update copyright notice
2006-01-06 00:01:43 +00:00
Mark Andrews
b35878c85b
1958. [bug] Named failed to update the zone's secure state
...
until the zone was reloaded. [RT #15412 ]
2006-01-05 01:33:55 +00:00
Mark Andrews
3a204dc120
1930. [port] HPUX: ia64 support. [RT #15473 ]
...
1929. [port] FreeBSD: extend use of PTHREAD_SCOPE_SYSTEM.
2005-10-14 01:33:30 +00:00
Mark Andrews
369f44092a
1927. [bug] Access to soanode or nsnode in rbtdb violated the
...
lock order rule and could cause a dead lock.
[RT# 15518]
2005-10-13 02:12:25 +00:00
Mark Andrews
5def46551b
update
...
1920. [bug] The cache rbtdb lock array was too small to
have the desired performance characteristics.
[RT #15454 ]
2005-10-13 01:26:07 +00:00
Mark Andrews
3f3027195c
1928. [bug] Race in rbtdb.c:currentversion(). [RT #15517 ]
2005-10-13 01:22:56 +00:00
Mark Andrews
100bc61d16
DEFAULT_CACHE_NODE_LOCK_COUNT=7
2005-09-28 22:45:52 +00:00
Mark Andrews
081c8387a5
1919. [bug] The cache memory context array was too small to
...
have the desired performance characteristics.
[RT #15454 ]
stop.pl Increase amount of time allowed for named to stop before aborting the
server.
2005-09-28 04:42:50 +00:00
Mark Andrews
c113cefb9c
damp interations adjustments [RT#15404]
2005-09-20 04:33:48 +00:00
Mark Andrews
4813aa536f
win32: silence compiler warnings
2005-09-05 02:30:52 +00:00
Mark Andrews
bbdb4afea0
1911. [func] Attempt to make the amount of work performed in a
...
iteration self tuning. The covers nodes clean from
the cache per iteration, nodes written to disk when
rewriting a master file and nodes destroyed per
iteration when destroying a zone or a cache.
[RT #14996 ]
2005-08-15 01:46:51 +00:00
Mark Andrews
82e2318373
1900. [port] freebsd: pthread_mutex_init can fail if it runs out
...
of memory. [RT #14995 ]
2005-07-12 01:22:34 +00:00
Mark Andrews
72fe3ad9e1
1896. [bug] The cache could delete expired records too fast for
...
clients with a virtual time in the past. [RT #14991 ]
2005-07-07 02:53:19 +00:00
Mark Andrews
ac01dfd1f4
some extra locks need for change #1813
2005-07-04 03:58:20 +00:00
Mark Andrews
fd759209ce
1817. [func] add support for additional zone file formats for
...
improving loading performance. The masterfile-format
option in named.conf can be used to specify a
non-default format. A new separate command
named-compilezone was provided to generate zone files
in a new format.
2005-06-20 01:21:17 +00:00
Mark Andrews
4f1662f715
1886. [bug] Fix unreasonably low quantum on call to
...
dns_rbt_destroy2(). Remove unnecessay unhash_node()
call. [RT #14919 ]
2005-06-17 01:01:56 +00:00