Mark Andrews
0f9c3991c6
some extra locks need for change #1813
2005-07-04 03:50:32 +00:00
Mark Andrews
e174044290
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 separate command
named-compilezone was provided to generate zone files
in the new format. Additionally, the -I and -O options
for dnssec-signzone specify the input and output
formats.
2005-06-28 02:55:09 +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
8087418873
handle isc_mem_create() failure gracefully
2005-06-23 06:12:56 +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
7873648560
update copyright notice
2005-06-18 01:03:24 +00:00
Mark Andrews
6820d6f323
CONF_modules_unload(), ENGINE_cleanup() and CRYPTO_cleanup_all_ex_data() are
...
not available in 0x0090607fL
2005-06-18 00:48:53 +00:00
Mark Andrews
bafbaadc0c
silence implicit function declaration warning
2005-06-17 03:55:51 +00:00
Mark Andrews
016c0a82f1
1888. [func] "USE INTERNAL MALLOC" is now runtime selectable.
...
[RT #14892 ]
2005-06-17 02:22:45 +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
93ac517690
1886. [bug] Fix unreasonably low quantum on call to
...
dns_rbt_destroy2(). Remove unnecessay unhash_node()
call. [RT #14919 ]
2005-06-17 01:05:40 +00:00
Mark Andrews
83a56f1e4f
1886. [bug] Fix unreasonably low quantum on call to
...
dns_rbt_destroy2(). Remove unnecessay unhash_node()
call. [RT #14919 ]
2005-06-17 01:00:08 +00:00
Mark Andrews
21232c22c7
update copyright notice
2005-06-12 00:02:26 +00:00
Mark Andrews
d3b3cfdf0d
#1864 had a size(foo) instead of sizeof(*foo) which broke on 64 bit machines.
2005-06-10 07:51:54 +00:00
Mark Andrews
2b21a63580
#1864 had a size(foo) instead of sizeof(*foo) which broke on 64 bit machines.
2005-06-10 07:47:42 +00:00
Mark Andrews
98529358bd
1884. [bug] process_dhtkey() was using the wrong memory context
...
to free some memory. [RT #14890 ]
2005-06-10 07:04:58 +00:00
Mark Andrews
e8e62bb782
1884. [bug] process_dhtkey() was using the wrong memory context
...
to free some memory. [RT #14890 ]
2005-06-10 06:58:27 +00:00
Mark Andrews
7fb85a7790
update copyright notice
2005-06-09 23:54:33 +00:00
Mark Andrews
682e8d223a
1883. [port] sunos: portability fixes. [RT #14814 ]
2005-06-08 02:11:21 +00:00
Mark Andrews
e7fb847ed5
1883. [port] sunos: portability fixes. [RT #14814 ]
2005-06-08 02:09:18 +00:00
Mark Andrews
c222f039d7
update copyright notice
2005-06-08 00:13:16 +00:00
Mark Andrews
b5bdb414d0
1855. [bug] ixfr-from-differences was failing to detect changes
...
of ttl due to dns_diff_subtract() was ignoring the ttl
of records. [RT #14616 ]
2005-06-07 02:02:31 +00:00
Mark Andrews
da53179d10
1855. [bug] ixfr-from-differences was failing to detect changes
...
of ttl due to dns_diff_subtract() was ignoring the ttl
of records. [RT #14616 ]
2005-06-07 02:02:05 +00:00
Mark Andrews
2fa0485e9e
1861. [bug] dig could trigger a INSIST on certain malformed
...
responses. [RT #14801 ]
2005-06-07 01:42:29 +00:00
Mark Andrews
fa9710ea80
1861. [bug] dig could trigger a INSIST on certain malformed
...
responses. [RT #14801 ]
2005-06-07 01:42:23 +00:00
Mark Andrews
6ee76f79a8
1864. [bug] Don't try the alternative transfer source if you
...
got a answer / transfer with the main source
address. [RT #14802 ]
2005-06-07 01:22:35 +00:00
Mark Andrews
9eca2b9b95
1864. [bug] Don't try the alternative transfer source if you
...
got a answer / transfer with the main source
address. [RT #14802 ]
2005-06-07 01:21:32 +00:00
Mark Andrews
6c68e33b58
1867. [bug] It was possible to trigger a INSIST in
...
dlv_validatezonekey(). [RT #14846 ]
2005-06-07 00:39:35 +00:00
Mark Andrews
116e6b4257
1867. [bug] It was possible to trigger a INSIST in
...
dlv_validatezonekey(). [RT #14846 ]
2005-06-07 00:39:05 +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
Mark Andrews
dc5c59bd1d
update copyright
2005-06-05 00:01:55 +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
ef67e6d8fa
1859. [func] Add support for CH A record. [RT #14695 ]
2005-06-04 00:18:56 +00:00
Mark Andrews
e123ebc1aa
integrity check cleanup
2005-05-24 04:30:10 +00:00
Mark Andrews
172d748152
update copyright notice
2005-05-20 01:09:36 +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
9840a0767d
1853. [bug] Rework how DLV interacts with proveunsecure().
...
[RT #13605 ]
2005-05-06 01:59:38 +00:00
Mark Andrews
061ecc7f3a
1853. [bug] Rework how DLV interacts with proveunsecure().
...
[RT #13605 ]
2005-05-06 01:58:48 +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
Mark Andrews
abe67930fc
1847. [bug] isc_ondestroy_init() is called too late in
...
in dns_rbtdb_create()/dns_rbtdb_create().
[RT #13661 ]
2005-04-01 07:08:18 +00:00
Mark Andrews
a8f1c013b0
1847. [bug] isc_ondestroy_init() is called too late in
...
in dns_rbtdb_create()/dns_rbtdb_create().
[RT #13661 ]
2005-04-01 07:00:34 +00:00
Mark Andrews
a769fb6938
update copyright notice
2005-03-20 22:34:01 +00:00
Mark Andrews
8ff7c9a0bb
update copyright notice
2005-03-20 22:32:57 +00:00
Mark Andrews
ffbe9bb405
silence compiler warnings.
2005-03-18 05:55:36 +00:00
Mark Andrews
ffc5efbe39
silence compiler warnings
2005-03-18 05:01:33 +00:00
Mark Andrews
2da53322f3
silence compiler warnings
2005-03-18 04:31:01 +00:00
Mark Andrews
242ef7b98a
update copyright notice
2005-03-17 03:58:33 +00:00