summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* - (dtucker) [configure.ac defines.h] Shadow expiry does not work on QNX6Darren Tucker2007-09-271-2/+3
| | | | so disable it for that platform. From bacon at cs nyu edu.
* - (dtucker) [configure.ac atomicio.c] Fall back to <sys/poll.h> if we don'tDarren Tucker2007-09-271-2/+3
| | | | have <poll.h> (eq QNX). From bacon at cs nyu edu.
* - (tim) [configure.ac] Autoconf didn't define HAVE_LIBIAF because weTim Rice2007-09-101-3/+6
| | | | did a AC_CHECK_FUNCS within the AC_CHECK_LIB test.
* - (dtucker) [configure.ac] Bug #1343: Set DISABLE_FD_PASSING for QNX6. From.Darren Tucker2007-08-101-2/+7
| | | | Matt Kraai, ok djm@.
* - (dtucker) [atomicio.c configure.ac openbsd-compat/Makefile.inDarren Tucker2007-06-251-2/+4
| | | | | | openbsd-compat/bsd-poll.{c,h} openbsd-compat/openbsd-compat.h] Add an implementation of poll() built on top of select(2). Code from OpenNTPD with changes suggested by djm. ok djm@
* - (djm) [configure.ac umac.c] If platform doesn't provide swap32(3), thenDamien Miller2007-06-111-2/+3
| | | | fallback to provided bit-swizzing functions
* 20070509Tim Rice2007-05-091-2/+3
| | | | - (tim) [configure.ac] Bug #1287: Add missing test for ucred.h.
* - (dtucker) [configure.ac defines.h] Have configure check for offsetofDarren Tucker2007-04-291-2/+6
| | | | to prevent redefinition warnings.
* - (dtucker) [configure.ac defines.h] Prevent warnings about __attribute__Darren Tucker2007-04-291-5/+12
| | | | __nonnull__ for versions of GCC that don't support it.
* - (dtucker) [configure.ac defines.h] Have configure check for MAXSYMLINKSDarren Tucker2007-04-291-2/+6
| | | | so we don't get redefinition warnings.
* - (dtucker) [configure.ac openbsd-compat/getrrsetbyname.c] Bug #1299: Use theDarren Tucker2007-04-291-2/+21
| | | | | platform's _res if it has one. Should fix problem of DNSSEC record lookups on NetBSD as reported by Curt Sampson.
* 20070326Tim Rice2007-03-261-3/+8
| | | | | | - (tim) [auth.c configure.ac defines.h session.c openbsd-compat/port-uw.c openbsd-compat/port-uw.h openbsd-compat/xcrypt.c] Rework libiaf test/defines to account for IRIX having libiaf but not set_id(). Patch with & ok dtucker@
* - (dtucker) [Makefile.in configure.ac] Replace single-purpose LIBSELINUX,Darren Tucker2007-03-251-12/+12
| | | | | LIBWRAP and LIBPAM variables in Makefile with the general-purpose SSHDLIBS. "I like" djm@
* - (dtucker) [configure.ac openbsd-compat/bsd-getpeereid.c] Bug #1287: UseDarren Tucker2007-03-211-9/+10
| | | | | getpeerucred to implement getpeereid (currently only Solaris 10 and up). Patch by Jan.Pechanec at Sun.
* - (djm) [configure.ac] add a --without-openssl-header-check option toDamien Miller2007-03-051-4/+21
| | | | | configure, as some platforms (OS X) ship OpenSSL headers whose version does not match that of the shipping library. ok dtucker@
* - (dtucker) [configure.ac] For Cygwin, read files in textmode (which allowsDarren Tucker2007-03-021-3/+3
| | | | | CRLF as well as LF lineendings) and write in binary mode. Patch from vinschen at redhat.com.
* - (dtucker) [configure.ac] Set put -lselinux into $LIBS while testing forDarren Tucker2006-10-071-2/+5
| | | | | SELinux functions so they're detected correctly. Patch from pebenito at gentoo.org.
* - (tim) [configure.ac] Move CHECK_HEADERS test before platform specificTim Rice2006-10-031-132/+132
| | | | | | section so additional platform specific CHECK_HEADER tests will work correctly. Fixes "<net/if_tap.h> on FreeBSD" problem report by des AT des.no Feedback and "seems like a good idea" dtucker@
* - (dtucker) [configure.ac] Bug #1239: Fix configure test for OpenSSH engineDarren Tucker2006-09-291-3/+3
| | | | support. Patch from andrew.benham at thus net.
* 20060924Tim Rice2006-09-241-3/+2
| | | | | - (tim) [configure.ac] Remove CFLAGS hack for UnixWare 1.x/2.x (added to rev 1.308) to work around broken gcc 2.x header file.
* - (dtucker) [configure.ac] Bug #1234: Put opensc libs into $LIBS rather thanDarren Tucker2006-09-231-3/+3
| | | | $LDFLAGS. Patch from vapier at gentoo org.
* - (dtucker) [configure.ac] On AIX, check to see if the compiler will allowDarren Tucker2006-09-181-2/+23
| | | | | | macro redefinitions, and if not, remove "-qlanglvl=ansi" from the flags. Allows build out of the box with older VAC and XLC compilers. Found by David Bronder and Bernhard Simon.
* - (djm) [Makefile.in buildpkg.sh.in configure.ac openssh.xml.in]Damien Miller2006-09-121-4/+5
| | | | | Support SMF in Solaris Packages if enabled by configure. Patch from Chad Mynhier, tested by dtucker@
* - (dtucker) [configure.ac] Add -lcrypt to let DragonFly build OOTB.Darren Tucker2006-09-101-2/+5
|
* - (dtucker) [configure.ac] The BSM header test needs time.h in some cases.Darren Tucker2006-09-091-3/+9
|
* - (tim) [configure.ac] s/BROKEN_UPDWTMP/BROKEN_UPDWTMPX/ on SCO OSR6Tim Rice2006-09-061-4/+3
|
* - (dtucker) [configure.ac] s/AC_DEFINES/AC_DEFINE/ spotted by Roumen Petrov.Darren Tucker2006-09-051-3/+3
|
* - (dtucker) [configure.ac] Define BROKEN_UPDWTMP on SCO OSR6 as the nativeDarren Tucker2006-09-041-2/+4
| | | | | updwdtmp seems to generate invalid wtmp entries. From Roger Cornelius, ok djm@
* - (dtucker) [configure.ac openbsd-compat/openbsd-compat.h] Check forDarren Tucker2006-09-031-2/+8
| | | | | declaration of writev(2) and declare it ourselves if necessary. Makes the atomiciov() calls build on really old systems. ok djm@
* - (dtucker) [configure.ac includes.h openbsd-compat/glob.{c,h}] ExplicitlyDarren Tucker2006-09-011-2/+4
| | | | | | | test for GLOB_NOMATCH and use our glob functions if it's not found. Stops sftp from segfaulting when attempting to get a nonexistent file on Cygwin (previous versions of OpenSSH didn't use the native glob). Partly from and tested by Corinna Vinschen.
* - (djm) [CREDITS LICENCE Makefile.in auth.c configure.ac includes.h ]Damien Miller2006-08-311-2/+20
| | | | | | | | [platform.c platform.h sshd.c openbsd-compat/Makefile.in] [openbsd-compat/openbsd-compat.h openbsd-compat/port-solaris.c] [openbsd-compat/port-solaris.h] Add support for Solaris process contracts, enabled with --use-solaris-contracts. Patch from Chad Mynhier, tweaked by dtucker@ and myself; ok dtucker@
* - (dtucker) [configure.ac] Remove errant "-".Darren Tucker2006-08-201-3/+3
|
* - (dtucker) [configure.ac] Bug #1181: Explicitly test to see if OpenSSLDarren Tucker2006-08-201-5/+42
| | | | (0.9.8a and presumably newer) requires -ldl to successfully link.
* - (dtucker) [configure.ac] Relocate --with-pam parts in preparation forDarren Tucker2006-08-201-59/+58
| | | | fixing bug #1181. No changes yet.
* - (dtucker) [configure.ac] Save $LIBS during PAM library tests and restoreDarren Tucker2006-08-201-10/+4
| | | | afterward. Removes the need to mangle $LIBS later to remove -lpam and -ldl.
* - (djm) Disable sigdie() for platforms that cannot safely syslog insideDamien Miller2006-08-191-2/+4
| | | | | a signal handler (basically all of them, excepting OpenBSD); ok dtucker@
* - (dtucker) [configure.ac openbsd-compat/bsd-closefrom.c] Resync withDarren Tucker2006-08-181-3/+3
| | | | closefrom.c from sudo.
* - (dtucker) [configure.ac openbsd-compat/bsd-closefrom.c] Use F_CLOSEM fcntlDarren Tucker2006-08-171-2/+8
| | | | for closefrom() on AIX. Pointed out by William Ahern.
* - (dtucker) [configure.ac] The "crippled AES" test does not work on recentDarren Tucker2006-08-041-3/+3
| | | | | versions of Solaris, so use AC_LINK_IFELSE to actually link the test program rather than just compiling it. Spotted by dlg@.
* - (dtucker) [configure.ac] OpenBSD needs <sys/types.h> before <sys/socket.h>Darren Tucker2006-07-121-3/+7
| | | | for SHUT_RD.
* - (dtucker) [configure.ac defines.h] Only define SHUT_RD (and friends) and ↵Darren Tucker2006-07-121-2/+15
| | | | | | | O_NONBLOCK if they're really needed. Fixes build errors on HP-UX, old Linuxes and probably more.
* - (dtucker) [configure.ac ssh-keygen.c openbsd-compat/bsd-openpty.cDarren Tucker2006-07-111-2/+3
| | | | | openbsd-compat/daemon.c] Add includes needed by open(2). Conditionally include paths.h. Fixes build error on Solaris.
* - (dtucker) [configure.ac] Try AIX blibpath test in different order whenDarren Tucker2006-07-061-3/+8
| | | | | compiling with gcc. gcc 4.1.x will accept (but ignore) -b flags so configure would not select the correct libpath linker flags.
* - (dtucker) [configure.ac] Bug #1203: Add missing '[', which causes problemsDarren Tucker2006-06-271-2/+3
| | | | with autoconf 2.60. Patch from vapier at gentoo.org.
* - (dtucker) [configure.ac] Bug #1193: Define PASSWD_NEEDS_USERNAME on Solaris.Darren Tucker2006-06-241-2/+4
| | | | | Works around limitation in Solaris' passwd program for changing passwords where the username is longer than 8 characters. ok djm@
* - (dtucker) [channels.c configure.ac serverloop.c] Bug #1102: Around AIXDarren Tucker2006-06-231-2/+3
| | | | | | | | | 4.3.3 ML3 or so, the AIX pty layer starting passing zero-length writes on the pty slave as zero-length reads on the pty master, which sshd interprets as the descriptor closing. Since most things don't do zero length writes this rarely matters, but occasionally it happens, and when it does the SSH pty session appears to hang, so we add a special case for this condition. ok djm@
* - (dtucker) [README.platform configure.ac openbsd-compat/port-tun.c] AddDarren Tucker2006-06-231-2/+8
| | | | | tunnel support for Mac OS X/Darwin via a third-party tun driver. Patch from reyk@, tested by anil@
* - (djm) [Makefile.in configure.ac session.c sshpty.c]Damien Miller2006-04-221-2/+20
| | | | | | | | [contrib/redhat/sshd.init openbsd-compat/Makefile.in] [openbsd-compat/openbsd-compat.h openbsd-compat/port-linux.c] [openbsd-compat/port-linux.h] Add support for SELinux, setting the execution and TTY contexts. based on patch from Daniel Walsh, bz #880; ok dtucker@
* - (dtucker) [configure.ac md-sha256.c] NetBSD has sha2.h inDarren Tucker2006-03-161-2/+3
| | | | /usr/include/crypto. Hint from djm@.
* - (dtucker) [configure.ac] login_cap.h requires sys/types.h on NetBSD.Darren Tucker2006-03-151-3/+7
|