Mark Andrews
ae1325f526
1775. [bug] Only compile getnetent_r.c when threaded. [RT #13205 ]
2004-12-06 21:55:47 +00:00
Mark Andrews
2bebd5a862
1784. [cleanup] "libtool -allow-undefined" is the default.
...
Leave hooks in configure to allow it to be set
if needed in the future.
2004-12-06 06:11:53 +00:00
Mark Andrews
be8db5acb7
Updated config.guess returns alphaev6-dec-osf5.1b not
...
alphaev6-dec-osf5.1.
2004-12-06 01:19:48 +00:00
Mark Andrews
5c9ecaf3cf
1784. [cleanup] "libtool -allow-undefined" is the default.
...
Leave hooks in configure to allow it to be set
if needed in the future.
2004-12-05 23:07:26 +00:00
Mark Andrews
6d09c2e00a
1782. [port] OSX: --with-libtool + --enable-libbind broke on
...
__evOptMonoTime. [RT #13219 ]
2004-12-05 22:40:03 +00:00
Mark Andrews
f483ea59f8
1781. [port] FreeBSD 5.3: set PTHREAD_SCOPE_SYSTEM. [RT #12810 ]
2004-12-04 07:04:33 +00:00
Mark Andrews
84df115196
1783. [cleanup] We only need one copy of libtool.m4, ltmain.sh in the
...
source tree.
2004-12-03 02:55:09 +00:00
Mark Andrews
c6097a1f9f
1773. [bug] Fast retry on host / net unreachable. [RT #13153 ]
2004-12-03 02:05:22 +00:00
Mark Andrews
a5be9c2e84
1780. [bug] Update libtool to 1.5.10.
2004-12-02 02:27:45 +00:00
Mark Andrews
decfa21d33
1778. [port] HUX 11.11: fix broken IN6ADDR_ANY_INIT and
...
IN6ADDR_LOOPBACK_INIT macros.
2004-11-30 13:29:02 +00:00
Mark Andrews
d1d46c59b3
1777. [port] OSF 5.1: fix broken IN6ADDR_ANY_INIT and
...
IN6ADDR_LOOPBACK_INIT macros.
2004-11-30 06:54:10 +00:00
Mark Andrews
c743b9c6fc
1776. [port] Solaris 2.9: fix broken PTHREAD_MUTEX_INIT macro.
2004-11-30 06:01:28 +00:00
Mark Andrews
9dea5f922e
1774. [port] Aix: Silence compiler warnings / build failures.
...
[RT #13154 ]
2004-11-30 01:26:31 +00:00
Mark Andrews
7bb67fe38b
1774. [port] Aix: Silence compiler warnings / build failures.
...
[RT #13154 ]
2004-11-30 01:18:08 +00:00
Mark Andrews
0f455e5b47
1763. [func] Perform sanity checks on NS records which refer to
...
'in zone' names. [RT #13002 ]
2004-11-23 05:24:49 +00:00
Mark Andrews
1750c03cd1
1766. [bug] Update the master file timestamp on successful refresh
...
as well as the journal's timestamp. [RT# 13062]
2004-11-22 23:53:46 +00:00
Mark Andrews
979123b8fb
1745. [bug] Dig/host/nslookup accept replies from link locals
...
regardless of scope if no scope was specified when
query was sent. [RT #12745 ]
2004-11-22 23:30:02 +00:00
Mark Andrews
a011dafa20
1770. [bug] named-checkconf failed to report missing a missing
...
file clause for rbt{64} master/hint zones. [RT#13009]
2004-11-22 05:02:24 +00:00
Mark Andrews
d399e368a7
1767. [port] Builds on IPv6 platforms without IPv6 Advanced API
...
support for (struct in6_pktinfo) failed. [RT #13077 ]
2004-11-18 21:32:08 +00:00
Mark Andrews
85b5356472
1768. [bug] nsecnoexistnodata() could be called with a non-NSEC
...
rdataset. [RT #12907 ]
2004-11-17 23:53:01 +00:00
Mark Andrews
6ad17026b1
1755. [func] allow-update is now settable at the options / view
...
level. [RT #6636 ]
2004-11-11 01:07:55 +00:00
Mark Andrews
c3deb0e30d
1761. [bug] 'rndc dumpdb' didn't report unassociated entries.
...
[RT #12971 ]
2004-11-10 22:32:31 +00:00
Mark Andrews
8805e88c43
1762. [bug] isc_interfaceiter_create() could return ISC_R_SUCCESS
...
even when it failed. [RT #12995 ]
2004-11-10 22:22:44 +00:00
Mark Andrews
ec97c2abe4
1754. [bug] We wern't always attempting to query the parent
...
server for the DS records at the zone cut.
[RT #12774 ]
2004-11-10 21:57:40 +00:00
Mark Andrews
684bd7a140
1760. [bug] Host / net unreachable was not penalising rtt
...
estimates. [RT #12970 ]
2004-11-10 21:47:50 +00:00
Mark Andrews
5a0b4219cb
1764. [bug] dns_zone_replacedb failed to emit a error message
...
if there was no SOA record in the replacment db.
[RT #13016 ]
2004-11-09 22:17:50 +00:00
Mark Andrews
c4e78f339d
1756. [func] named-checkconf now checks the logging configuration.
...
[RT #12352 ]
2004-11-09 21:24:15 +00:00
Mark Andrews
993d0487ca
1753. [bug] Don't serve a slave zone which has no NS records.
...
[RT #12894 ]
2004-10-26 02:06:49 +00:00
Mark Andrews
796af4025b
1740. [bug] Replace rbt's hash algorithm as it performed badly
...
with certain zones. [RT #12729 ]
2004-10-25 01:32:25 +00:00
Mark Andrews
171664d085
1749. [bug] 'check-names response ignore;' failed to ignore.
...
[RT #12866 ]
2004-10-21 01:54:08 +00:00
Mark Andrews
d9fa40d016
1676. [func] New option "allow-query-cache". This lets
...
allow-query be used to specify the default zone
access level rather than having to have every
zone override the global value. allow-query-cache
can be set at both the options and view levels.
If allow-query-cache is not set allow-query applies.
2004-10-21 00:59:52 +00:00
Mark Andrews
dd56672283
1750. [port] lib/bind/make/rules.in:subdirs was not bash friendly.
...
[RT #12864 ]
2004-10-20 00:26:13 +00:00
Mark Andrews
5ad808cbc9
1747. [bug] BIND 8 compatability: named/named-checkconf failed
...
to parse "host-statistics-max" in named.conf.
2004-10-17 23:19:15 +00:00
Mark Andrews
9a4faedd32
1742. [bug] If isc_taskmgr_create() was not able to create the
...
requested number of worker threads then destruction
of the manager would trigger an INSIST() failure.
[RT #12790 ]
2004-10-15 00:45:21 +00:00
Mark Andrews
422071960a
1746. [func] Make public the function to read a key file,
...
dst_key_read_public(). [RT #12450 ]
2004-10-14 06:00:11 +00:00
Mark Andrews
e2da38bec5
1684. [func] ixfr-from-differences now takes master and slave in
...
addition to yes and no at the options and view levels.
2004-10-14 00:51:33 +00:00
Mark Andrews
4e282e97be
1744. [bug] If tuple2msgname() failed to convert a tuple to
...
a name a REQUIRE could be triggered. [RT #12796 ]
2004-10-13 22:28:31 +00:00
Mark Andrews
f22f3078ab
1739. [bug] dns_rbt_deletetree() could incorrectly return
...
ISC_R_QUOTA. [RT #12695 ]
1738. [bug] Enable overrun checking by default. [RT #12695 ]
2004-10-11 05:48:53 +00:00
Mark Andrews
30d7aefb3d
1705. [func] Allow the journal's name to be changed via named.conf.
2004-10-07 02:15:30 +00:00
Mark Andrews
c55eaedb23
1729. [func] Improve check-names error messages.
...
1728. [doc] Update check-names documentation.
1727. [bug] named-checkzone: check-names support didn't match
documentation.
2004-10-06 05:41:56 +00:00
Mark Andrews
36f2f2995d
1731. [port] darwin: relax version test in ifconfig.sh.
...
[RT #12581 ]
1730. [port] Determine the length type used by the socket API.
[RT #12581 ]
2004-10-05 03:18:24 +00:00
Mark Andrews
a2d610b7a1
1736. [bug] dst_key_fromnamedfile() could fail to read a
...
public key. [RT #12687 ]
2004-10-01 00:17:13 +00:00
Mark Andrews
65efc3e9d0
1726. [port] aix5: add support for aix5.
2004-09-24 05:58:28 +00:00
cvs2git
f1c606616b
This commit was manufactured by cvs2git to create branch 'v9_4'.
2004-09-24 04:32:36 +00:00
Mark Andrews
0795769851
aix5
2004-09-24 04:32:33 +00:00
Mark Andrews
f8ea158366
silence compiler
2004-09-17 13:33:58 +00:00
Mark Andrews
ceb903b63e
silence compiler
2004-09-17 13:33:09 +00:00
Mark Andrews
0d51617897
silence compiler
2004-09-17 05:59:28 +00:00
Mark Andrews
d3c38555a4
silence compiler
2004-09-17 05:58:12 +00:00
Mark Andrews
a449ffac7f
silence compiler
2004-09-16 07:08:43 +00:00