2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-28 21:17:54 +00:00

311 Commits

Author SHA1 Message Date
Brian Wellington
0e40083fdd @DNS_OPENSSL_LIBS@ -> @DNS_CRYPTO_LIBS@ 2001-11-06 20:05:13 +00:00
Mark Andrews
712bf9b0cc 1105. [port] OpenUNIX 8 enable threads by default. [RT #1970] 2001-11-06 02:45:46 +00:00
Andreas Gustafsson
2f330bed30 one more in6addr_loopback change 2001-11-01 23:00:44 +00:00
Andreas Gustafsson
9f6c66e1b3 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-01 22:39:30 +00:00
Andreas Gustafsson
c4157085cd Removed AC_DEFINE(HAVE_RRSETINFO) correctly 2001-10-22 22:34:56 +00:00
Andreas Gustafsson
d904d3c59a Removed AC_DEFINE(HAVE_RRSETINFO) since it HAVE_RRSETINFO was neither used nor
present in config.h.in
2001-10-22 22:33:25 +00:00
Mark Andrews
31d3464c0c 1065. [func] Runtime support to select new / old style interface
scanning using ioctls.
2001-10-22 04:01:32 +00:00
Mark Andrews
61d5bfc06b 1046. [bug] Adjust --with-openssl help message. [RT #1880] 2001-10-11 10:07:15 +00:00
Mark Andrews
40dd9cb8cc 1024. [port] HP and Sun decided to use the same macros and
structures for different things.
2001-10-03 05:08:32 +00:00
Andreas Gustafsson
9c9cf3a8d0 the config.guess token for BSDI 4.x is "i386-pc-bsdi4.x",
not "i386-pc-bsdi4x"
2001-10-02 17:23:52 +00:00
Andreas Gustafsson
08bed4d70a Reverted accidental bulk commit with log message of "%" 2001-10-02 17:20:46 +00:00
Andreas Gustafsson
e1fdebdcc8 % 2001-10-02 01:09:08 +00:00
Andreas Gustafsson
3fafd7c0c4 removed much code duplication in the OpenUnix 8 support 2001-09-20 18:30:43 +00:00
Mark Andrews
c2bc56dc65 Move configuration checking to libbind9. 2001-09-20 15:17:07 +00:00
Mark Andrews
aa30ee42c4 1009. [port] OpenUNIX 8 support. [RT #1728] 2001-09-20 02:32:44 +00:00
Mark Andrews
7f9bc71eca It's *solaris2.x* not *solaris-2.x*. 2001-09-09 23:33:38 +00:00
Mark Andrews
c654449ccf isc__strerror 2001-08-30 04:33:20 +00:00
Andreas Gustafsson
b495fd2992 each AC_MSG_CHECKING should be balanced with an
AC_MSG_RESULT
2001-08-27 18:52:59 +00:00
Andreas Gustafsson
919caa020b include <stdio.h> before calling printf in test program 2001-08-24 22:44:57 +00:00
Mark Andrews
bd1db480f3 Report found openssl version on failure. 2001-08-23 06:33:10 +00:00
Mark Andrews
2449f41e75 960. [port] liblwres failed to build on systems with support for
getrrsetbyname() in the OS.  [RT #1592]
2001-08-16 06:39:33 +00:00
Mark Andrews
6f7660093e 959. [port] freebsd: ncpus via sysctlbyname(). [RT #1584] 2001-08-16 06:19:58 +00:00
Mark Andrews
8f3dd8f8e7 ssize_t is a signed value 2001-08-15 06:03:39 +00:00
Mark Andrews
1fdbadc594 958. [port] ssize_t is not available on all platforms. [RT #1607] 2001-08-15 05:49:45 +00:00
Mark Andrews
a1898260ad 957. [bug] sys/select.h inclusion was broken on older platforms.
[RT #1607]
2001-08-14 02:19:30 +00:00
Mark Andrews
326bcfa0e2 rndc.key support 2001-08-03 05:56:22 +00:00
Andreas Gustafsson
22f0b13f28 946. [cleanup] doc/misc/options is now machine-generated from the
configuration parser syntax tables, and therefore
                        more likely to be correct.
2001-07-26 21:31:12 +00:00
Brian Wellington
f1ef2614aa enable the varargs hack on BSDI 4.2 2001-07-22 21:25:32 +00:00
Mark Andrews
073719ac71 LWRES_PLATFORM_USEDECLSPEC 2001-07-18 07:30:27 +00:00
Andreas Gustafsson
6ef891fbe9 disable threads on *-hp-hpux10* 2001-07-17 23:45:19 +00:00
Brian Wellington
e980502db4 939. [port] Add the --disable-linux-caps option to configure for
systems that manage capabilities outside of named.
			[RT #1503]
2001-07-17 22:26:43 +00:00
Andreas Gustafsson
07dcadc6e2 update_copyrights 2001-07-17 20:29:36 +00:00
Mark Andrews
bddfe77128 936. [func] Warn when non dotted decimal quad's are used.
[RT #1084]

 935.   [bug]           inet_pton failed to reject leading zeros.
2001-07-16 03:06:53 +00:00
Andreas Gustafsson
86a733bc74 use ISC_PLATFORM_RLIMITTYPE unconditionally, eliminating
the need for the HAVE_RLIM_T macro
2001-07-14 01:55:08 +00:00
Andreas Gustafsson
caa736a754 provide more defaults for cross compiling;
don't run checks to determine the type of rlim_cur if we already know that
rlim_t is defined
2001-07-14 01:44:44 +00:00
Brian Wellington
a0ad323da3 look for openssl in /usr/local/ssl 2001-07-14 00:59:11 +00:00
Andreas Gustafsson
cb2a4cad76 require OpenSSL 0.9.5a, since that's what doc/misc/dnssec
has been saying for some time
2001-07-13 00:48:46 +00:00
Andreas Gustafsson
68f72235f8 using NOM_PATH_FILE to look for openssl was a bad idea 2001-07-11 23:35:33 +00:00
Andreas Gustafsson
80f323528a typo 2001-07-11 23:23:16 +00:00
Andreas Gustafsson
5989aea4bb if --with-openssl is specified without a directory name, look in a couple
of likely places; check the openssl library version
2001-07-11 23:16:44 +00:00
Brian Wellington
e4c7b24ab1 -I, not -L. 2001-07-11 18:14:44 +00:00
David Lawrence
37aa910318 ISC_PLATFORM_USEDECLSPEC hook for Microsoft DLL declaration junk 2001-07-11 05:32:55 +00:00
Brian Wellington
3fcf6b956f 925. [cleanup] Remove openssl from the distribution; require that
--with-openssl be specified if DNSSEC is needed.
2001-07-10 21:40:10 +00:00
Andreas Gustafsson
34729dbcb3 split lwres/net.h into separate Unix and Win32 version to facilitate
porting; rely on that header for networking definitions rather than redundantly
including OS-dependent headers from the various lwres .c files
2001-07-10 18:26:12 +00:00
Mark Andrews
9ed37e8b9c Add --enable-libbind 2001-07-04 03:37:43 +00:00
Brian Wellington
64b92523f9 check for getc_unlocked() 2001-07-04 00:34:44 +00:00
Mark Andrews
be801b0fdb wire in lib/bind 2001-06-28 02:24:07 +00:00
Brian Wellington
de2f767791 fix m4 quoting wierdness 2001-06-14 20:43:47 +00:00
Brian Wellington
1bb05e54a3 check for solaris*, not solaris-* when determining whether to build
multithreaded.
2001-06-14 20:40:38 +00:00
David Lawrence
967fafd967 config.guess revision 1.4 on 13 March changed the host string for UnixWare
systems; adjusted all tests that used it to use the new string.
2001-06-10 22:10:41 +00:00