Andreas Gustafsson
a3a89d7c36
pullup:
...
1090. [bug] libbind: dns_ho.c:add_hostent() was not returning
the amount of memory consumed resulting in garbage
address being returned. Alignment calculations were
wasting space. We wern't suppressing duplicate
addresses.
2001-11-02 20:35:28 +00:00
Andreas Gustafsson
6c87ddb75d
pullup:
...
1088. [port] libbind: MPE/iX C.70 (incomplete)
2001-11-02 20:12:58 +00:00
Andreas Gustafsson
aa224791dd
pullup:
...
1086. [port] libbind: sunos: old sprintf.
2001-11-02 17:56:07 +00:00
Andreas Gustafsson
73865279b1
regenerated
2001-11-02 17:46:16 +00:00
Andreas Gustafsson
cad0e68589
pullup:
...
1085. [port] libbind: solaris: sys_nerr and sys_errlist do not
exist when compiling in 64 bit mode.
2001-11-02 17:45:31 +00:00
Andreas Gustafsson
513fe0ca30
regenerated
2001-11-02 02:20:35 +00:00
Andreas Gustafsson
a7757e30aa
pullup:
...
1102. [doc] Note that query logging is enabled by directing the
queries category to a channel.
2001-11-02 02:16:48 +00:00
Andreas Gustafsson
540f27d8bc
pullup:
...
1101. [bug] Array bounds read error in lwres_gai_strerror.
2001-11-02 01:32:53 +00:00
Mark Andrews
4e07f65d62
regen
2001-11-02 00:21:34 +00:00
Mark Andrews
c78ef9f491
pullup:
...
Deal with AIX defining in6addr_any but not in6addr_loopback
in libc, even though both are declared in <netinet/in.h>. This caused
named to fail to link on AIX after change 1083, which introduced
the first actual use of in6addr_loopback.
2001-11-02 00:20:12 +00:00
Andreas Gustafsson
50d93bb5f8
pullup:
...
1084. [cleanup] libbind: gai_strerror() rewritten.
2001-11-01 19:00:47 +00:00
Mark Andrews
e301648774
pullup:
...
In several places, dighost.c called cancel_lookup() and then called
requeue_lookup() on the canceled lookup. Because cancel_lookup()
resets the retry count of the lookup to zero, the requeued lookups
would not be retried at all (for example, in the case of UDP NS
queries executed when doing "dig +search") or, in the case of TCP
queries, retried indefinitely since the unsigned retry count of zero
was subsequently decremented, causing it to wrap around to the largest
unsigned integer value.
2001-10-31 23:04:26 +00:00
Mark Andrews
1260bf0573
pullup:
...
1083. [bug] The default control channel listened on the
wildcard adress, not the loopback as documented.
[RT #1975 ]
2001-10-31 23:00:44 +00:00
Mark Andrews
bdbaee5cfc
pullup:
...
1082. [bug] The -g option to named incorrectly caused logging
to be sent to syslog in addition to stderr.
[RT #1974 ]
2001-10-31 22:44:15 +00:00
Andreas Gustafsson
8ced0871d2
regenerated
2001-10-30 20:30:56 +00:00
Andreas Gustafsson
6032e43f38
mark the memstatistics-file option as unimplemented (on 9.2
...
branch only, since it is implemented on the mainline) [RT #1972 ]
2001-10-30 20:30:33 +00:00
Andreas Gustafsson
219a694aca
success reported for OpenUNIX 8
2001-10-30 18:22:21 +00:00
Andreas Gustafsson
3c76e82a76
pullup:
...
1078. [bug] We failed to correct bad tv_usec values in one case.
[RT #1966 ]
2001-10-30 17:57:52 +00:00
Andreas Gustafsson
6a1e7c8565
updated for 9.2.0rc9
2001-10-30 02:14:10 +00:00
Mark Andrews
5e8d4ff0bf
pullup:
...
1074. [bug] Running out of memory in dump_rdataset() could
cause an assertion failure. [RT #1946 ]
2001-10-30 01:57:16 +00:00
Mark Andrews
e169fd331c
pullup:
...
AXFRs were misidentified as AXFR-style IXFRs in log messages
2001-10-30 01:28:29 +00:00
Mark Andrews
58fbc62a4a
pullup:
...
running out of memory during ns_client_t construction could crash server
[RT #409 ]
2001-10-30 01:12:34 +00:00
Andreas Gustafsson
a504607ef1
pullup:
...
1076. [bug] A badly defined global key could trigger an assertion
on load/reload if views were used. [RT #1947 ]
2001-10-29 20:18:48 +00:00
Mark Andrews
74ceb7b203
1075. [bug] Out-of-range network prefix lengths were not
...
reported. [RT #1954 ]
2001-10-28 22:48:33 +00:00
Andreas Gustafsson
449733f214
note that the localhost and localnets ACLs do not currently support IPv6
2001-10-24 23:00:51 +00:00
Andreas Gustafsson
94f960b541
added --- 9.2.0rc8 released --- marker
2001-10-23 17:21:27 +00:00
Andreas Gustafsson
381f821556
updated for 9.2.0rc8
2001-10-23 17:06:33 +00:00
Mark Andrews
3a0f5543c9
pullup:
...
some variables that should have been static weren't
2001-10-23 02:42:00 +00:00
Mark Andrews
8153dde6c8
pullup:
...
eliminated race condition in water() [RT #1932 ]
2001-10-23 01:31:08 +00:00
Andreas Gustafsson
fa52840ac8
pullup: silence compiler warning
2001-10-22 23:52:19 +00:00
Andreas Gustafsson
85939fa773
regenerated
2001-10-22 23:36:00 +00:00
Andreas Gustafsson
5a78ccdf1f
pullup:
...
1068. [bug] errno could be overwritten by catgets(). [RT #1921 ]
1066. [bug] Provide a thread safe wrapper for strerror().
[RT #1689 ]
(Also some changes to configure.in, config.h.in, and acconfig.h that were
necessary to allow config.h.in to be correctly regenerated with the
HAVE_STRERROR definition needed by 1066.)
2001-10-22 23:28:26 +00:00
Andreas Gustafsson
7209c50da4
pullup:
...
1064. [bug] Do not shut down active network interfaces if we
are unable to scan the interface list. [RT #1921 ]
2001-10-22 17:42:05 +00:00
Andreas Gustafsson
0ae6a5f852
pullup:
...
1063. [bug] libbind: "make install" was failing on IRIX.
(lib/bind/port/irix/include/paths.h was pulled up by tagging)
2001-10-22 17:00:49 +00:00
Brian Wellington
e94a2fdd30
pullup:
...
1062. [bug] If the control channel listener socket was shut
down before server exit, the listener object could
be freed twice. [RT #1916 ]
2001-10-19 22:29:08 +00:00
Mark Andrews
2ef5add037
remove EXCLUDED when kitting.
2001-10-19 01:23:23 +00:00
Mark Andrews
bada421314
Initial file (empty).
2001-10-19 01:22:27 +00:00
Mark Andrews
c65bd9be83
pullup:
...
1061. [bug] If periodic cache cleaning happened to start
while cleaning due to reaching the configured
maximum cache size was in progress, the server
could catch an assertion failure. [RT #1912 ]
2001-10-19 00:22:26 +00:00
Mark Andrews
7a89c23c2d
1057. [bug] Reloading the server after adding a "file" clause
...
to a zone statement could cause the server to
crash due to a typo in change 1016.
2001-10-18 00:35:20 +00:00
Andreas Gustafsson
6ca3f52bee
pullup:
...
1056. [bug] Rndc could catch an assertion failure on SIGINT due
to an uninitialized variable. [RT #1908 ]
2001-10-17 18:26:01 +00:00
Andreas Gustafsson
c535e67633
include 1054. in 9.2.0rc7
2001-10-16 18:54:41 +00:00
Andreas Gustafsson
05cd9da1d8
consistently refer to Windows NT / 2000 systems as Win32
2001-10-16 18:54:07 +00:00
Mark Andrews
ec95dac291
pullup:
...
1054. [bug] winnt: cfg_categories and cfg_modules need to be
visible outside of the libisccfg DLL.
2001-10-16 05:58:29 +00:00
Andreas Gustafsson
3b3d01b318
added --- 9.2.0rc7 released --- marker
2001-10-15 23:09:16 +00:00
Brian Wellington
0e71bf20df
pullup:
...
1053. [bug] Dig did not increase its timeout when receiving
AXFRs unless the +time option was used. [RT #1904 ]
2001-10-15 23:06:07 +00:00
Andreas Gustafsson
106423c056
regenerated
2001-10-15 21:58:57 +00:00
Andreas Gustafsson
6812f56fa2
pullup:
...
mention [filename] in the help.
2001-10-15 20:25:57 +00:00
Andreas Gustafsson
f3c187e0c7
pullup: check-zone -> named-checkzone (from Jinmei)
2001-10-15 18:21:25 +00:00
Andreas Gustafsson
fe6a60a7c3
consistent spacing
2001-10-15 17:10:14 +00:00
Mark Andrews
a1a06d7854
pullup:
...
1052. [bug] Journals were not being created in binary mode
resulting in "journal format not recognized" error
under Windows NT/2000. [RT #1889 ]
2001-10-15 04:57:51 +00:00