Commit Graph

351 Commits

Author SHA1 Message Date
Mark Andrews
774c3a62d9 1566. [port] Support for the cmsg framework on Solaris and HP/UX.
This also solved the problem that match-destinations
                        for IPv6 addresses did not work on these systems.
                        [RT #10221]
2004-01-29 04:39:19 +00:00
Mark Andrews
6286983c50 1550. [port] Call tzset(), if available, before calling chroot(). 2004-01-07 05:48:15 +00:00
Mark Andrews
964a803b2e solaris spectify -R for openssl linking 2003-11-23 23:27:36 +00:00
Mark Andrews
6342df69b0 1532. [port] netbsd: the configure test for <sys/sysctl.h>
requires <sys/param.h>.
2003-11-05 02:49:04 +00:00
Mark Andrews
5e9f612524 1498. [port] bsdos: 5.x support. 2003-07-30 01:43:28 +00:00
Mark Andrews
3184ff5e45 1496. [port] test for pthread_attr_setstacksize(). 2003-07-25 05:08:51 +00:00
Mark Andrews
734b377770 1475. [port] Probe for old sprintf(). 2003-06-24 06:28:14 +00:00
Mark Andrews
f95231835f 1475. [port] Probe for old sprintf(). 2003-06-24 06:24:44 +00:00
Mark Andrews
21f1794606 1474. [port] Provide strtoul() and memmove() for platforms
without them.
2003-06-24 05:11:53 +00:00
Mark Andrews
935000aa6e 1457. [port] Provide strlcat() and strlcpy() for platforms without
them.
2003-04-10 04:47:56 +00:00
Mark Andrews
6408533a88 libc->glibc 2003-04-01 14:22:29 +00:00
Mark Andrews
8ca42f6318 1454. [port] Use getifaddrs() if available for interface scanning.
--disable-getifaddrs to override.  Glibc currently
                        has a getifaddrs() that does not support IPv6.
                        Use --enable-getifaddrs=glibc to force the use of
                        this version under linux machines.
2003-04-01 05:18:22 +00:00
Mark Andrews
b587e1d83f spelling 2003-02-07 01:13:13 +00:00
Mark Andrews
80badf38c7 gcc ultrasparc is broken on all platforms 2003-01-28 02:06:20 +00:00
Mark Andrews
d0fbcfeee1 1419. [port] openbsd: use /dev/arandom. [RT #4950] 2003-01-21 04:27:14 +00:00
Mark Andrews
641da3ca11 gcc's optimiser is broken at -02 for ultrasparc 2003-01-21 04:11:26 +00:00
Mark Andrews
9d3ad53203 1408. [bug] distclean was not complete. [RT #4700] 2002-12-13 02:01:52 +00:00
Mark Andrews
5b76a09697 1405. [func] Use arc4random() if available.
from: jakob@crt.se
reviewed: marka
2002-12-04 01:19:28 +00:00
Mark Andrews
41f5cf4ac1 check for the existance of if_nametoindex().
developer: jinmei
reviewer: marka
2002-11-26 03:53:42 +00:00
Mark Andrews
6526fd032f 1391. [func] Add support for IPv6 scoped addresses in named. 2002-10-24 03:52:35 +00:00
Mark Andrews
be0e075ac2 1388. [port] irix: check for sys/sysctl.h and NET_RT_IFLIST before
defining HAVE_IFLIST_SYSCTL. [RT #3770]
2002-10-15 04:32:50 +00:00
Mark Andrews
b1070fe55c Solaris 9 needs hack_shutup_pthreadonceinit 2002-08-08 09:16:19 +00:00
Mark Andrews
7f32428506 1256. [security] Support patches OpenSSL libraries.
http://www.cert.org/advisories/CA-2002-23.html
2002-08-07 23:27:43 +00:00
Mark Andrews
7c5d5a7932 1349. [security] Mimimum OpenSSL version now 0.9.6e (was 0.9.5a).
http://www.cert.org/advisories/CA-2002-23.html
2002-08-01 04:41:44 +00:00
Mark Andrews
53f1312c61 1345. [port] Use a explicit -Wformat with gcc. Not all versions
include it in -Wall.
2002-07-31 02:19:07 +00:00
Mark Andrews
9fe28a624c OSF 5.0: recv/send are only avaliable with -D_POSIX_PII_SOCKET or
-D_XOPEN_SOURCE_EXTENDED.
2002-07-04 04:04:21 +00:00
Mark Andrews
e2cf63c5df 1218. [port] Compaq Trucluster support. 2002-06-07 00:03:50 +00:00
Mark Andrews
d73de27598 1209. [port] See if -ldl is required for OpenSSL? [RT #2672] 2002-05-29 04:25:51 +00:00
Mark Andrews
5f4098e478 1290. [bug] Check that system inet_pton() and inet_ntop() support
AF_INET6.
2002-05-15 07:26:09 +00:00
Mark Andrews
963c48ba4d fd_set on ultrix is in <sys/types.h> 2002-05-03 02:00:06 +00:00
Bob Halley
03f4c76f95 add --enable-largefile support 2002-03-08 00:24:00 +00:00
Mark Andrews
a7038d1a05 copyrights 2002-02-20 03:35:59 +00:00
Brian Wellington
206c9e7f5d oops, broke the docbook detection stuff on netbsd 2002-01-29 22:37:44 +00:00
Brian Wellington
35ae209f35 oops, missed the sgml catalog file. Hope this doesn't break anything. 2002-01-26 23:12:39 +00:00
Brian Wellington
aa75c92b6b autodetect more of the docbook stuff on Red Hat Linux 7.2. 2002-01-26 22:56:02 +00:00
Andreas Gustafsson
ba1549060f test for strsep() using AC_TRY_LINK() instead of AC_CHECK_FUNC() to deal with AIX braindamage [RT #2190] 2001-12-03 21:52:07 +00:00
Andreas Gustafsson
d906600f7d return an exit status from OpenSSL test program 2001-11-30 23:15:17 +00:00
Andreas Gustafsson
2995f8205e tweaked 2001-11-30 23:13:05 +00:00
Andreas Gustafsson
bc53aacc6e check whether linking with OpenSSL works at all before checking
whether the version is compatible
2001-11-30 23:09:28 +00:00
Andreas Gustafsson
7c014c5bf4 117. [port] The configure check for in6addr_loopback incorrectly
succeeded on AIX 4.3 when compiling with -O2
                        because the test code was optimized away.
                        [RT #2016]
2001-11-09 23:08:22 +00:00
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