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

119 Commits

Author SHA1 Message Date
David Lawrence
a59b51eb1d Correctly detect inet_aton, inet_pton and inet_ptop on BSD/OS 4.1. 2000-04-26 21:50:49 +00:00
Michael Sawyer
7a79882f00 Bring dig into configure script 2000-04-20 19:32:57 +00:00
Michael Graff
08a768e82a Infrastructure to allow use of alternate openssl libraries. Default is still to use our internal, now renamed, version. 2000-04-20 18:27:43 +00:00
Michael Graff
e915367e40 rename openssl functions and exported data to have a dst_ prefix. 2000-04-20 01:13:21 +00:00
David Lawrence
7e5f154045 removed netinet6/in6.h debugging echos 2000-04-12 02:43:03 +00:00
Bob Halley
64305fb5cf update 2000-04-11 18:51:35 +00:00
Bob Halley
134ba0e08a Linux PR_SET_KEEPCAPS support 2000-04-11 18:51:19 +00:00
David Lawrence
bba4edf671 oops, forgot to m4 changequote when wanting to use [] in a case statement glob 2000-04-06 12:18:11 +00:00
David Lawrence
7b2db4b8d1 include netinet6/in6.h on only BSD/OS 4.[01]* 2000-04-06 03:30:28 +00:00
Michael Graff
c195f74e09 According to the latest KAME release, recently added to NetBSD, it isn't
permitted to directly include netinet6/in6.h anymore.  The RFCs and drafts
all say to include netinet/in.h and that will define the ipv6 goop if the
host supports it.

Rather than break (broken) OSs, I added a check for NetBSD in configure
that will force the definitions of

	ISC_PLATFORM_HAVENETINET6IN6H
and	LWRES_PLATFORM_HAVENETINET6IN6H

to be #undef.

This isn't really as clean as I'd like.  I'd rather be hard and say an OS
that requires direct include of netinet6/in6.h is broken, and remove it
fully from our code.
2000-04-06 01:22:46 +00:00
Andreas Gustafsson
e855fd594d generate bin/tests/headerdep_test.sh 2000-04-05 17:39:20 +00:00
David Lawrence
00751e8880 do not set STD_* to the empty string 2000-04-04 20:54:15 +00:00
David Lawrence
9ac79ef3f8 use AC_TRY_LINK instead of AC_TRY_COMPILE when checking for in6addr_any 2000-04-04 18:33:08 +00:00
Bob Halley
047cc700ef update 2000-03-23 19:51:57 +00:00
Bob Halley
b67a66514e update 2000-03-22 22:06:25 +00:00
Michael Graff
8e06cea14c check for emacs-etags, and etags, and set @ETAGS@ as needed. 2000-03-16 23:04:37 +00:00
David Lawrence
566a01eb74 comment about BSD/OS 4.1 not needing pthread_init; unified os-specific thread issues into one case statement 2000-03-14 03:24:58 +00:00
David Lawrence
1ce985ab3c do solaris-specific items on all solaris platforms, not just *sun-solaris* 2000-03-04 18:36:40 +00:00
Andreas Gustafsson
193738b819 introduced @SA@ macro for use as the filename extension
of static library archive files in Makefile rules
2000-02-23 23:02:28 +00:00
Andreas Gustafsson
971d1fe831 support overriding LOCALBASE on NetBSD (RT #62) 2000-02-23 18:21:34 +00:00
Michael Graff
b2f85baf79 lwres library versioning 2000-02-23 02:42:14 +00:00
David Lawrence
90839d60d2 include comments from configure.in 2000-02-11 18:48:39 +00:00
David Lawrence
a2aefa9a62 fix revision number 2000-02-11 14:57:19 +00:00
David Lawrence
0293ad1320 make sure INSTALL has an absolute path [RT 36] 2000-02-10 13:52:25 +00:00
David Lawrence
ae4cbb69ee [RT 17] Special handling of prefix/sysconfdir/localstatedir. If none
are given, install to /usr/local but use /etc/named.conf and
/var/run/named.pid.  If prefix is given, use it in the other two if they
are not also provided.
2000-02-10 01:14:06 +00:00
Bob Halley
20de4f6c6c update 2000-02-09 19:24:13 +00:00
Bob Halley
dfbd63dd7a update 2000-02-09 18:50:25 +00:00
Bob Halley
660f6ef547 update 2000-02-09 18:29:51 +00:00
Bob Halley
b2d7494643 update 2000-02-08 21:48:02 +00:00
David Lawrence
e32971f6c4 added missing -L switch when --with-kame specified 2000-02-05 14:46:51 +00:00
Bob Halley
de476e9bd3 update 2000-02-04 06:00:40 +00:00
Bob Halley
2f26b67213 update 2000-02-03 23:48:58 +00:00
David Lawrence
2b556032fd (un)define ISC_PLATFORM_HAVENETINET6IN6H 2000-02-02 13:25:22 +00:00
David Lawrence
12ccbb032e Check for sigwait in libc in addition to lib pthread.
(Although BSD/OS 4.0.1 is *still* totally ignoring INTR, no matter
whether HAVE_SIGWAIT is defined.

Require NEED_PTHREAD_INIT under BSD/OS 4.0* too.

Add rndc Makefile to configured Makefiles.
2000-01-31 14:31:39 +00:00
Mark Andrews
8a1930d026 Add test for long long int == long int. 2000-01-28 01:47:25 +00:00
Andreas Gustafsson
b21d8bac45 typo in ISC_LWRES_ENDNETENTINT substitution 2000-01-24 18:02:36 +00:00
Mark Andrews
afb4ad8f98 support for getnetbyaddr(in_addr_t, ...) 2000-01-24 12:22:19 +00:00
Mark Andrews
23693a3897 add int endnetent test 2000-01-24 12:06:01 +00:00
Mark Andrews
cdc6537495 gethostbyaddr test update 2000-01-24 11:55:10 +00:00
Mark Andrews
6182613ef5 call endhostent correctly
h_errno is not declared in netbsd pthreads implementation.
2000-01-24 06:35:42 +00:00
Mark Andrews
40f2417843 Add test for int sethostent() and int endhostent(). 2000-01-24 00:59:31 +00:00
Mark Andrews
700f144288 Add test for gethostbyadd(void *, ...) 2000-01-24 00:28:53 +00:00
Mark Andrews
51a659eb71 finish strsep test 2000-01-21 01:53:59 +00:00
Mark Andrews
1bb509f58b add test for strsep 2000-01-21 01:41:24 +00:00
Mark Andrews
0e7e4562fd check for "int setnetent" vs "void setnetent" 2000-01-20 04:20:22 +00:00
Michael Graff
6448ffb2b9 use unsigned char, not void * in our buffers 2000-01-20 00:11:52 +00:00
Mark Andrews
c7620c99f1 Add tests for new BSD API. 2000-01-18 05:35:46 +00:00
Michael Graff
a3ab70dae2 start on lwres test code 2000-01-14 20:22:28 +00:00
Michael Graff
c68fa795a1 add lwres bits 2000-01-12 02:05:44 +00:00
Andreas Gustafsson
c0ef1acf49 IPv6 structure check always failed on OSF1 because #include
line had leading whitespace
2000-01-07 19:44:28 +00:00