Evan Hunt
42a1be3481
fixed incorrect TAG_HMACSHA256_BITS value [rt18047]
2008-05-15 00:50:50 +00:00
Evan Hunt
e86a55fa74
Updating for 9.5.0 release
2008-05-14 18:55:47 +00:00
Automatic Updater
8f205b69b1
update copyright notice
2008-05-13 23:46:31 +00:00
Evan Hunt
03007a2095
"rndc freeze" could trigger an assertion in named when called on a
...
nonexistent zone. [rt18050]
2008-05-13 01:23:22 +00:00
Evan Hunt
47682a39a6
Releasing 9.5.0rc1
2008-05-06 01:55:20 +00:00
Evan Hunt
37df6394c2
Improve counting of dns_resstatscounter_retry [rt18030]
2008-05-06 01:11:30 +00:00
Mark Andrews
cbcda9fcbf
add lock comment
2008-05-03 05:06:03 +00:00
Mark Andrews
4d5d79c2bf
2366. [bug] Adb shutdown race. [RT #18021 ]
2008-05-02 04:42:32 +00:00
Tatuya JINMEI 神明達哉
412555b357
cleanups for LRU-caching code [RT #18018 ]
2008-05-01 18:32:32 +00:00
Evan Hunt
9b499d30ab
Fix a bug causing dns_acl_isany() to return spurious results [rt18000]
2008-04-29 01:04:14 +00:00
Mark Andrews
b03896b8f2
2363. [port] sunos: pre-set "lt_cv_sys_max_cmd_len=4096;".
...
[RT #17513 ]
2008-04-28 23:51:46 +00:00
Automatic Updater
eeaf86677c
update copyright notice
2008-04-23 23:46:29 +00:00
Evan Hunt
cb66d7252e
Make "rrset-order fixed" a compile-time option. settable by
...
"./configure --enable-fixed-rrset". Disabled by default. [rt17977]
2008-04-23 21:44:52 +00:00
Evan Hunt
516f7013e6
Missing type in internal_next() function declaration
2008-04-18 19:47:26 +00:00
Mark Andrews
4203f5255b
9.5.0b3
2008-04-11 04:43:00 +00:00
Mark Andrews
96f73d33c2
fix bad NSID/EDNS interaction [RT #17952 ]
2008-04-10 07:20:27 +00:00
Automatic Updater
dbbab64f9d
update copyright notice
2008-04-09 22:53:06 +00:00
Michael Graff
2d70db1fa3
mirror change made on my zonemaint branch; detach iterator then close version
2008-04-09 21:47:51 +00:00
Evan Hunt
014d9f7261
add a few more new functions to libdns.def
2008-04-08 04:00:57 +00:00
Evan Hunt
aad58d0adf
remove no-longer-needed prototype for dns_stats_incrementcounter
...
update libdns.def to remove nonexistent functions
2008-04-08 03:46:36 +00:00
Evan Hunt
e7b4b25911
update api and *.def files for 9.5.0b3 release
2008-04-08 03:17:33 +00:00
Mark Andrews
a19ec120c5
2359. [bug] Fix NSID bug. [RT #17942
2008-04-07 05:30:58 +00:00
Automatic Updater
83df26458f
update copyright notice
2008-04-04 23:46:31 +00:00
Tatuya JINMEI 神明達哉
961bf2a3e8
2356. [bug] Builtin mutex profiler was not scalable enough.
...
[RT #17436 ]
2008-04-04 02:56:10 +00:00
Tatuya JINMEI 神明達哉
5b810282a9
Global memory context had the wrong name (RT #17932 )
2008-04-03 23:16:51 +00:00
Mark Andrews
4d4acb42d2
silence warnings
2008-04-03 10:51:01 +00:00
Mark Andrews
e537df0ea9
isc_buffer_putmem->isc_buffer_putstr
2008-04-03 10:50:01 +00:00
Mark Andrews
e5b1dde7c5
silence signed/unsigned warning
2008-04-03 10:49:22 +00:00
Automatic Updater
6a71e56a3f
update copyright notice
2008-04-03 06:20:34 +00:00
Mark Andrews
af1599b1da
2355. [func] Extend the number statistics counters available.
...
[RT #17590 ]
2008-04-03 06:10:21 +00:00
Automatic Updater
8ebab4b98f
update copyright notice
2008-04-03 06:08:27 +00:00
Mark Andrews
829c34e396
2354. [bug] Failed to initialise sone rdatasetheader_t elements.
...
[RT #17927 ]
2008-04-03 04:02:57 +00:00
Mark Andrews
5c2712bfb8
bad pointer
2008-04-03 02:13:29 +00:00
Mark Andrews
fc29ccea3d
2353. [func] Add support for Name Server ID (RFC 5001).
...
'dig +nsid' requests NSID from server.
'request-nsid yes;' causes recursive server to send
NSID requests to upstream servers. Server responds
to NSID requests with the string configured by
'server-id' option. [RT #17091 ]
2008-04-03 02:12:22 +00:00
Mark Andrews
c78c0e226d
2352. [bug] Various GSS_API fixups. [RT #17729 ]
2008-04-03 00:47:46 +00:00
Automatic Updater
b15ca1e4a8
update copyright notice
2008-04-02 23:46:28 +00:00
Mark Andrews
569866242d
2350. [port] win32: IPv6 support. [RT #17797 ]
2008-04-02 03:05:18 +00:00
Automatic Updater
3b3a602c84
update copyright notice
2008-03-31 23:46:42 +00:00
Francis Dupont
febd51128d
commit rt17451
2008-03-31 13:18:00 +00:00
Mark Andrews
d6a28f56c1
2346. [func] Memory statistics now cover all active memory contexts
...
in increased detail. [RT #17580 ]
2008-03-31 05:10:09 +00:00
Automatic Updater
4926627bcf
update copyright notice
2008-03-29 23:46:40 +00:00
Automatic Updater
a3bc124972
update copyright notice
2008-03-28 23:46:33 +00:00
Tatuya JINMEI 神明達哉
7826436f62
don't use separate memory contexts for res buckets without threads
...
Download because it doesn't have any benefit and requires more memory.
(RT #17898 )
2008-03-28 17:20:51 +00:00
Mark Andrews
8fed9314f6
2345. [bug] named-checkconf failed to detect when forwarders
...
were set at both the options/view level and in
a root zone. [RT #17671 ]
2008-03-28 03:30:05 +00:00
Automatic Updater
77f549e6b4
update copyright notice
2008-03-27 23:46:28 +00:00
Tatuya JINMEI 神明達哉
c367f5e243
always enable ISC_xxx_NAMES
2008-03-27 21:10:24 +00:00
Mark Andrews
c93c2295a3
2344. [bug] Improve "logging{ file ...; };" documentation.
...
[RT #17888 ]
2008-03-27 03:36:38 +00:00
Automatic Updater
4e1aab5a12
update copyright notice
2008-03-20 23:46:31 +00:00
Tatuya JINMEI 神明達哉
b1edc6d4c5
2343. [bug] (Seemingly) duplicate IPv6 entries could be
...
created in ADB. [RT #17837 ]
2008-03-20 22:42:16 +00:00
Mark Andrews
98ef27178a
2341. [bug] libbind: add missing -I../include for off source
...
tree builds. [RT #17606 ]
2008-03-20 04:18:39 +00:00