summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* - (dtucker) [configure.ac openbsd-compat/Makefile.indtucker2010-08-161-2/+3
| | | | | | openbsd-compat/openbsd-compat.h openbsd-compat/strptime.c] Add strptime to the compat library which helps on platforms like old IRIX. Based on work by djm, tested by Tom Christensen.
* - (dtucker) [configure.ac] Bug #1756: Check for the existence of a lib64 dirdtucker2010-04-231-2/+8
| | | | | in the openssl install directory (some newer openssl versions do this on at least some amd64 platforms).
* - (dtucker) [configure.ac] Put the check for the existence of getaddrinfoV_5_5_P1dtucker2010-04-101-6/+9
| | | | back so we disable the IPv6 tests if we don't have it.
* - (dtucker) [configure.ac defines.h loginrec.c logintest.c] Bug #1732: enabledtucker2010-04-091-32/+4
| | | | utmpx support on FreeBSD where possible. Patch from Ed Schouten, ok djm@
* - (dtucker) [configure.ac] Bug #1744: use pkg-config for libedit flags if wedtucker2010-04-091-5/+22
| | | | | have it and the path is not provided to --with-libedit. Based on a patch from Iain Morgan.
* - (dtucker) [configure.ac] Bug #1741: Add section for Haiku, patch originallydtucker2010-03-251-2/+8
| | | | by Ingo Weinhold via Scott McCreary, ok djm@
* - (dtucker) [configure.ac] Use a proper AC_CHECK_DECL for BROKEN_GETADDRINFOdtucker2010-03-091-7/+5
| | | | so setting it in CFLAGS correctly skips IPv6 tests.
* - (djm) [configure.ac] set -fno-strict-aliasing for gcc4; ok dtucker@djm2010-03-051-3/+3
|
* - (djm) [configure.ac] Enable PKCS#11 support only when we find a workingdjm2010-02-111-6/+7
| | | | dlopen()
* - (djm) [INSTALL Makefile.in README.smartcard configure.ac scard-opensc.c]djm2010-02-111-70/+3
| | | | | [scard.c scard.h pkcs11.h scard/Makefile.in scard/Ssh.bin.uu scard/Ssh.java] Remove obsolete smartcard support
* - markus@cvs.openbsd.org 2010/02/08 10:50:20djm2010-02-111-2/+6
| | | | | | | | | | | | | [pathnames.h readconf.c readconf.h scp.1 sftp.1 ssh-add.1 ssh-add.c] [ssh-agent.c ssh-keygen.1 ssh-keygen.c ssh.1 ssh.c ssh_config.5] replace our obsolete smartcard code with PKCS#11. ftp://ftp.rsasecurity.com/pub/pkcs/pkcs-11/v2-20/pkcs-11v2-20.pdf ssh(1) and ssh-keygen(1) use dlopen(3) directly to talk to a PKCS#11 provider (shared library) while ssh-agent(1) delegates PKCS#11 to a forked a ssh-pkcs11-helper process. PKCS#11 is currently a compile time option. feedback and ok djm@; inspired by patches from Alon Bar-Lev `
* - (djm) add -lselinux to LIBS before calling AC_CHECK_FUNCS fordjm2010-02-091-5/+8
| | | | | getseuserbyname; patch from calebcase AT gmail.com via cjwatson AT debian.org
* - (tim) [configure.ac] Due to constraints in Windows Sockets in terms oftim2010-01-221-3/+3
| | | | | socket inheritance, reduce the default SO_RCVBUF/SO_SNDBUF buffer size in Cygwin to 65535. Patch from Corinna Vinschen.
* - (tim) [configure.ac] Use the C99-conforming functions snprintf() andtim2010-01-181-2/+3
| | | | vsnprintf() named _xsnprintf() and _xvsnprintf() on SVR5 systems.
* - (tim) [configure.ac] OpenServer 5 needs BROKEN_GETADDRINFO too.tim2010-01-171-2/+3
|
* - (tim) [configure.ac] Define BROKEN_GETADDRINFO on SVR5 systems. The nativetim2010-01-161-2/+3
| | | | getaddrinfo() is too old and limited for addr_pton() in addrmatch.c.
* - (dtucker) [configure.ac openbsd-compat/{Makefile.in,pwcache.c} Portabilitydtucker2010-01-151-2/+6
| | | | for pwcache. Also, added caching of negative hits.
* - (dtucker) [configure.ac misc.c readconf.c servconf.c ssh-keyscan.c]dtucker2010-01-091-7/+2
| | | | Remove hacks add for RoutingDomain in preparation for its removal.
* - (dtucker) [configure.ac misc.c readconf.c servconf.c ssh-keyscan.c] Makedtucker2010-01-081-2/+7
| | | | RoutingDomain an unsupported option on platforms that don't have it.
* - (dtucker) Bug #1470: Disable OOM-killing of the listening sshd on Linux,dtucker2009-12-081-2/+3
| | | | based on a patch from Vaclav Ovsik and Colin Watson. ok djm.
* - (dtucker) Bug #1160: use pkg-config for opensc config if it's available.dtucker2009-12-071-5/+12
| | | | Tested by Martin Paljak.
* - (dtucker) [configure.ac sftp-client.c] Remove the gyrations required fordtucker2009-10-111-11/+2
| | | | | dirent d_type and DTTOIF as we've switched OpenBSD to the more portable lstat.
* - (dtucker) d_type is not mandated by POSIX, so add fallback code usingdtucker2009-10-071-2/+4
| | | | stat(), needed on at least cygwin.
* - (dtucker) [configure.ac sftp-client.c] DOTTIF is in fs/ffs/dir.h on atdtucker2009-10-071-2/+9
| | | | least dragonflybsd.
* - (dtucker) [configure.ac] Change the -lresolv check so it works on Mac OS Xdtucker2009-09-111-5/+22
| | | | | 10.6 (which doesn't have BIND8_COMPAT and thus uses res_9_query). Patch from jbasney at ncsa uiuc edu.
* - (dtucker) [configure.ac] Bug #1639: use AC_PATH_PROG to search the path fordtucker2009-09-011-7/+6
| | | | | krb5-config if it's not in the location specified by --with-kerberos5. Patch from jchadima at redhat.
* - (dtucker) [configure.ac] Fix the syntax of the Solaris tcgetattr entry.dtucker2009-08-281-3/+3
|
* - (dtucker) [clientloop.c configure.ac defines.h] Make the client's IO bufferdtucker2009-08-281-2/+3
| | | | | size a compile-time option and set it to 64k on Cygwin, since Corinna reports that it makes a significant difference to performance. ok djm@
* - (dtucker) [channels.c configure.ac] Bug #1528: skip the tcgetattr call ondtucker2009-08-281-2/+3
| | | | | | the pty master on Solaris, since it never succeeds and can hang if large amounts of data is sent to the slave (eg a copy-paste). Based on a patch originally from Doke Scott, ok djm@
* - (dtucker) [configure.ac] Check for headers before libraries for openssl andtucker2009-08-161-3/+5
| | | | | zlib, which should make the errors slightly more meaningful on platforms where there's separate "-devel" packages for those.
* - (dtucker) [configure.ac] Include sys/param.h for the sys/mount.h test,dtucker2009-07-121-3/+7
| | | | prevents configure complaining on older BSDs.
* - (dtucker) [configure.ac defines.h] Bug #1607: handle the case where fsid_tdtucker2009-06-161-7/+33
| | | | is a struct with a __val member. Fixes build on, eg, Redhat 6.2.
* - (tim) [configure.ac] Remove setting IP_TOS_IS_BROKEN for Cygwin. The problemtim2009-03-181-5/+4
| | | | | that setsockopt(IP_TOS) doesn't work on Cygwin has been fixed since 2005. Based on patch from vinschen at redhat com.
* - (dtucker) [configure.ac openbsd-compat/openssl-compat.{c,h}]dtucker2009-03-071-2/+19
| | | | | EVP_DigestUpdate does not exactly match the other OLD_EVP functions (eg in openssl 0.9.6) so add an explicit test for it.
* - (dtucker) [configure.ac] Missing comma in type list.dtucker2009-03-071-3/+3
|
* - (dtucker) [configure.ac defines.h] Check for in_port_t and typedef if needed.dtucker2009-03-071-3/+3
|
* - (djm) [configure.ac] support GNU/kFreeBSD and GNU/kOpensolarisdjm2009-02-161-2/+10
| | | | systems; patch from Aurelien Jarno via rmh AT aybabtu.com
* - (djm) [configure.ac loginrec.c] bz#1421: fix lastlog support for OSX.djm2009-02-121-2/+6
| | | | | | | OSX provides a getlastlogxbyname function that automates the reading of a lastlog file. Also, the pututxline function will update lastlog so there is no need for loginrec.c to do it explicitly. Collapse some overly verbose code while I'm in there.
* - (tim) [configure.ac] Move check_for_libcrypt_later=1 in *-*-sysv5*) section.tim2009-01-081-3/+3
| | | | OpenServer 6 doesn't need libcrypt.
* - (tim) [configure.ac defines.h openbsd-compat/port-uw.ctim2009-01-071-2/+7
| | | | | openbsd-compat/xcrypt.c] Add SECUREWARE support to OpenServer 6 SVR5 ABI. OK djm@ dtucker@
* - (djm) [configure.ac] bz#1538: better test for ProPolice/SSP: actuallydjm2008-12-071-7/+7
| | | | | use some stack in main(). Report and suggested fix from vapier AT gentoo.org
* - (tim) [addrmatch.c configure.ac] Some platforms do not have sin6_scope_idtim2008-11-191-2/+11
| | | | | member of sockaddr_in6. Also reported in Bug 1491 by David Leonard. OK and feedback by djm@
* - (djm) [configure.ac] Add -Wformat-security to CFLAGS for gcc 3.x and 4.xdjm2008-07-091-4/+4
|
* - (djm) [configure.ac] unbreak: remove extra closing bracedjm2008-07-041-3/+3
|
* - (djm) [atomicio.c configure.ac] Disable poll() fallback in atomiciov fordjm2008-07-041-2/+3
| | | | | Tru64. readv doesn't seem to be a comparable object there. bz#1386, patch from dtucker@ ok me
* - (dtucker) [configure.ac] Enable -fno-builtin-memset when using gcc.dtucker2008-06-151-2/+14
|
* - (dtucker) [configure.ac] Bug #1276: avoid linking against libgssapi, whichdtucker2008-06-131-6/+6
| | | | | despite its name doesn't seem to implement all of GSSAPI. Patch from Jan Engelhardt, sanity checked by Simon Wilkinson.
* - (djm) [channels.c configure.ac]djm2008-06-111-3/+2
| | | | | Do not set SO_REUSEADDR on wildcard X11 listeners (X11UseLocalhost=no) bz#1464; ok dtucker
* - (dtucker) [Makefile.in configure.ac regress/addrmatch.sh] Skip IPv6dtucker2008-06-101-2/+9
| | | | specific tests on platforms that don't do IPv6.
* - (dtucker) [configure.ac defines.h sftp-client.c M sftp-server.c] Add adtucker2008-06-081-2/+12
| | | | | macro to convert fsid to unsigned long for platforms where fsid is a 2-member array.