Mark Andrews
d08c5dfcd4
1931. [bug] Per-client mctx could require a huge amount of memory,
...
particularly for a busy caching server. [RT #15519 ]
2005-10-16 23:21:25 +00:00
Mark Andrews
16ee4fe11b
1930. [port] HPUX: ia64 support. [RT #15473 ]
...
1929. [port] FreeBSD: extend use of PTHREAD_SCOPE_SYSTEM.
2005-10-14 01:14:08 +00:00
Mark Andrews
cedb0bd0c1
regen
2005-10-13 03:14:05 +00:00
Mark Andrews
982e072a50
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 01:58:32 +00:00
Mark Andrews
e23932d3c8
1923. [bug] ns_client_detach() called too early. [RT #15499 ]
2005-10-07 04:03:25 +00:00
Mark Andrews
8ec0567236
1920. [bug] Client memory contexts were not using internal
...
malloc. [RT# 15434]
2005-09-28 04:50:15 +00:00
Mark Andrews
ed6ca94ad7
finetune isc_thread_key implementation [RT #15408 ]
2005-09-18 07:16:24 +00:00
Mark Andrews
5bb39eeafa
regen
2005-09-15 23:02:38 +00:00
Mark Andrews
676619a22f
win32 fixes
2005-09-05 02:54:38 +00:00
Mark Andrews
03e200df5d
1913. [func] Integrate contibuted DLZ code into named. [RT #11382 ]
2005-09-05 00:12:29 +00:00
Mark Andrews
74f261bd2b
1920. [bug] Update windows socket code. [RT #14965 ]
2005-09-01 02:25:06 +00:00
Mark Andrews
2c15fcdeac
seperate out sibling glue checks
2005-08-24 23:54:04 +00:00
Mark Andrews
0e72e2c967
cleanup comment
2005-08-23 04:07:57 +00:00
Mark Andrews
497beda397
adjust builtin syntax checks [RT#15268]
2005-08-23 03:01:14 +00:00
Mark Andrews
4e1d3e67cd
1914. [bug] Strings returned from cfg_obj_asstring() should be
...
treated as read-only. The prototype for
cfg_obj_asstring() has been updated to reflect this.
[RT #15256 ]
2005-08-23 02:36:11 +00:00
Mark Andrews
1586d8cbac
regen
2005-08-19 03:52:27 +00:00
Mark Andrews
6b79e960e6
1913. [func] Automatic empty zone creation for D.F.IP6.ARPA and
...
friends. Note: RFC 1918 zones are not yet covered by
this but are likely to be in a future release.
New options: empty-server, empty-contact,
empty-zones-enable and disable-empty-zone.
2005-08-18 00:57:31 +00:00
Mark Andrews
261a6a1f7d
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:21:07 +00:00
Mark Andrews
7c678cfe0b
1910. [cleanup] Don't add DNSKEY records to the additional section.
2005-08-11 04:45:38 +00:00
Mark Andrews
7a80d6d5ba
result was not being assigned.
2005-07-28 05:46:12 +00:00
Mark Andrews
8abe06b25d
1905. [bug] Recursive clients soft quota support wasn't working
...
as expected. [RT #15103 ]
2005-07-27 02:29:01 +00:00
Mark Andrews
5a4557e8de
gregen
2005-07-19 06:12:24 +00:00
Mark Andrews
b5ad6dfea4
1903. [doc] Review ARM for BIND 9.4.
2005-07-19 04:55:25 +00:00
Mark Andrews
fb827ed6df
9.4/HEAD sync
2005-07-18 06:03:01 +00:00
Mark Andrews
02004b6ff1
regen
2005-07-18 02:57:54 +00:00
Mark Andrews
18d0b5e54b
1900. [port] freebsd: pthread_mutex_init can fail if it runs out
...
of memory. [RT #14995 ]
2005-07-12 01:00:20 +00:00
Mark Andrews
538a83db75
regen
2005-06-27 03:00:05 +00:00
Mark Andrews
fd780f3d47
1891. [func] Limit the number of recursive clients that can be
...
waiting for a single query (<qname,qtype,qclass>) to
resolve. New options clients-per-query and
max-clients-per-query.
2005-06-27 00:15:45 +00:00
Mark Andrews
bcf369e513
1889. [func] The lame cache is now done on a <qname,qclass,qtype>
...
basis as some servers only appear to be lame for
certain query types. [RT #14916 ]
2005-06-23 04:22:02 +00:00
Mark Andrews
a903095bf4
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:05:33 +00:00
Mark Andrews
9b80f3a7c7
1887. [func] Detect duplicates of UDP queries we are recursing on
...
and drop them. New stats category "duplicates".
[RT #14892 ]
2005-06-17 01:58:23 +00:00
Mark Andrews
d4d68515d2
1885. [func] Additional memory debugging support to track size
...
and mctx arguements. [RT #14814 ]
2005-06-10 07:00:20 +00:00
Mark Andrews
00124ad040
regen
2005-06-07 03:06:51 +00:00
Mark Andrews
16b9ee24b9
1857. [bug] named could trigger a INSIST() if reconfigured /
...
reloaded too fast. [RT #14673 ]
2005-06-07 01:52:51 +00:00
Mark Andrews
1c153afce5
1868. [func] edns-udp-size can now be overridden on a per
...
server basis. [RT #14851 ]
2005-06-07 00:27:34 +00:00
Mark Andrews
1fc4793844
1879. [func] Added framework for handling multiple EDNS versions.
...
1878. [func] dig can now specify the EDNS version when making
a query.
2005-06-07 00:16:01 +00:00
Tatuya JINMEI 神明達哉
5597be9bb8
1813. [func] Restructured the data locking framework using
...
architecture dependent atomic operations (when
available), improving response performance on
multi-processor machines significantly.
x86, x86_64, alpha, and sparc64 are currently
supported.
(RT #13505 )
2005-06-04 05:32:50 +00:00
Mark Andrews
bb99a72b21
1838. [cleanup] Don't allow Linux capabilities to be inherited.
...
[RT #13707 ]
2005-05-20 01:37:03 +00:00
Mark Andrews
3b4405aba9
1837. [bug] Compile time option ISC_FACILITY was not effective
...
for 'named -u <user>'. [RT #13714 ]
2005-05-20 01:19:43 +00:00
Mark Andrews
3a3705ef77
regen
2005-05-19 12:34:34 +00:00
Mark Andrews
c5223c9cb7
1862. [func] Add additional zone data constancy checks.
...
named-checkzone has extended checking of NS, MX and
SRV record and the hosts they reference.
named has extended post zone load checks.
New zone options: check-mx and integrity-check.
[RT #4940 ]
2005-05-19 04:59:05 +00:00
Mark Andrews
361a71b7e6
typo in comment
2005-05-16 05:33:42 +00:00
Mark Andrews
75c0816e82
regen
2005-05-13 03:14:16 +00:00
Mark Andrews
f5d30e2864
update copyright notice
2005-05-13 01:35:48 +00:00
Rob Austein
83217b5fdc
regen
2005-05-12 23:54:40 +00:00
Rob Austein
60e5e10f8d
regen
2005-05-11 06:05:43 +00:00
Rob Austein
268a447506
1856. [doc] Switch Docbook toolchain from DSSSL to XSL.
2005-05-11 05:55:41 +00:00
Mark Andrews
2e740e169d
further changes for
...
1848. [bug] Improve SMF integration. [RT #13238 ]
2005-04-29 00:36:16 +00:00
Mark Andrews
69fe9aaafd
update copyright notice
2005-04-29 00:24:12 +00:00
Rob Austein
ab023a6556
1851. [doc] Doxygen comment markup. [RT #11398 ]
2005-04-27 04:57:32 +00:00