Andreas Gustafsson
67308c2197
regenerated
2001-11-05 22:54:41 +00:00
Andreas Gustafsson
93ca4b367d
spelling
2001-11-05 22:50:03 +00:00
Andreas Gustafsson
bcf3845c01
include 1103-1104 in rc9
2001-11-05 22:00:48 +00:00
Brian Wellington
a0e8772150
pullup:
...
don't try to insert the nonexistent file lib/bind/COPYRIGHT into configure
2001-11-05 21:42:51 +00:00
Andreas Gustafsson
e81b4c677b
regenerated
2001-11-05 21:28:35 +00:00
Brian Wellington
9476a30889
pullup:
...
1104. [bug] Invalid arguments to the transfer-format option
could cause an assertion failure. [RT #1995 ]
(+ don't say "'foo' unexpected near 'foo'" - once is enough)
2001-11-05 20:21:54 +00:00
Andreas Gustafsson
639fef047e
pulled up latest FAQ list from mainline
2001-11-05 18:01:16 +00:00
Mark Andrews
ec5ff01338
1103. [port] OpenUNIX 8 support (ifconfig.sh). [RT #1970 ]
2001-11-05 04:29:35 +00:00
Andreas Gustafsson
c5f432d9c2
pullup:
...
typo in debug message [RT #1989 ]
2001-11-04 19:21:50 +00:00
Andreas Gustafsson
8dda8ff186
pullup:
...
1087. [bug] libbind: struct __res_state to large on 64 bit arch.
(including later fix known as change 1284 in BIND 8)
2001-11-03 00:21:34 +00:00
Andreas Gustafsson
adcfb59d04
regenerated
2001-11-02 22:54:18 +00:00
Andreas Gustafsson
75c43836c1
removed empty line as an excuse for making
...
another commit so that I can note that the commit message
of the previous commit should have been:
pullup:
silence compiler the same way
2001-11-02 22:31:14 +00:00
Andreas Gustafsson
7752f1112e
pullup:
...
CHANGES lib/bind/dst/dst_api.c lib/bind/dst/support.c
trebuchet ~/9.2 $ cvs commit -mpullup:
2001-11-02 22:26:21 +00:00
Andreas Gustafsson
148fd45777
pullup:
...
1100. [bug] libbind: DNSSEC key ids were computed incorrectly.
2001-11-02 22:25:29 +00:00
Andreas Gustafsson
c7443ec439
pullup:
...
1099. [cleanup] libbind: defining REPORT_ERRORS in lib/bind/dst caused
compile time errors.
2001-11-02 21:38:18 +00:00
Andreas Gustafsson
2f65d19e93
pullup:
...
1098. [bug] libbind: HMAC-MD5 key files are now mode 0600.
2001-11-02 21:35:30 +00:00
Andreas Gustafsson
6cb735c864
pullup:
...
spelling and order
2001-11-02 21:32:52 +00:00
Andreas Gustafsson
ad7a535899
pullup:
...
1093. [doc] libbind: miscellaneous nroff fixes.
2001-11-02 21:06:16 +00:00
Andreas Gustafsson
84189fe5ad
pullup:
...
1092. [bug] libbind: get*by*() failed to check if res_init() had
been called.
2001-11-02 20:55:24 +00:00
Andreas Gustafsson
b15ba3f20d
pullup:
...
1091. [bug] libbind: misplaced va_end().
2001-11-02 20:45:32 +00:00
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