summaryrefslogtreecommitdiffstats
path: root/configure.ac (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - (dtucker) [configure.ac] Bug #1171: Don't use printf("%lld", longlong)Darren Tucker2006-03-131-16/+37
| | | | | | since not all platforms support it. Instead, use internal equivalent while computing LLONG_MIN and LLONG_MAX. Remove special case for alpha-dec-osf* as it's no longer required. Tested by Bernhard Simon, ok djm@
* - (dtucker) [configure.ac] Bug #1156: QNX apparently needs SSHD_ACQUIRES_CTTYDarren Tucker2006-02-261-2/+3
| | | | patch from kraai at ftbfs.org.
* - (dtucker) [INSTALL configure.ac openbsd-compat/openssl-compat.{c,h}]Darren Tucker2006-02-201-2/+20
| | | | | | Add optional enabling of OpenSSL's (hardware) Engine support, via configure --with-ssl-engine. Based in part on a diff by michal at logix.cz.
* - (dtucker) [Makefile.in configure.ac, added openbsd-compat/regress/]Darren Tucker2006-02-191-3/+3
| | | | Add first attempt at regress tests for compat library. ok djm@
* - (tim) [configure.ac] Bug #1149. Disable /etc/default/login check for QNX.Tim Rice2006-02-121-2/+3
|
* - (dtucker) [configure.ac] Typo in Ultrix and NewsOS sections (NEED_SETPRGPDarren Tucker2006-02-081-4/+4
| | | | -> NEED_SETPGRP), reported by Berhard Simon. ok tim@
* - (tim) [configure.ac] Remove unnecessary tests for net/if.h andTim Rice2006-02-051-4/+2
| | | | netinet/in_systm.h. OK dtucker@.
* - (tim) [configure.ac] Bug #1149. Changes in QNX section only. Patch byTim Rice2006-02-051-3/+4
| | | | kraai at ftbfs.org.
* - (tim) [configure.ac] Add AC_REVISION. Add sys/time.h to lastlog.h testTim Rice2006-02-051-2/+9
| | | | for Solaris. OK dtucker@.
* - (tim) [configure.ac] test for egrep (AC_PROG_EGREP) before firstTim Rice2006-02-031-1/+2
| | | | | | | | AC_CHECK_HEADERS test. Without it, if AC_CHECK_HEADERS is first run by a platform specific check, builtin standard includes tests will be skipped on the other platforms. Analysis and suggestion by vinschen at redhat.com, patch by dtucker@. OK tim@, djm@.
* - (dtucker) [configure.ac] Bug #1148: Fix "crippled AES" test so that itDarren Tucker2006-02-021-2/+2
| | | | works with picky compilers. Patch from alex.kiernan at thus.net.
* - (dtucker) [configure.ac opensshd.init.in] Bug #1144: Use /bin/sh for theDarren Tucker2006-01-291-1/+6
| | | | opensshd.init script interpretter if /sbin/sh does not exist. ok tim@
* - (djm) [configure.ac] Fix linux/if_tun.h testDamien Miller2006-01-011-2/+2
|
* - (djm) [Makefile.in configure.ac includes.h misc.c]Damien Miller2006-01-011-2/+10
| | | | | | | [openbsd-compat/port-tun.c openbsd-compat/port-tun.h] Add support for tunnel forwarding for FreeBSD and NetBSD. NetBSD's support is limited to IPv4 tunnels only, and most versions don't support the tap(4) device at all.
* - (djm) [configure.ac] oops, make that linux/if_tun.hDamien Miller2005-12-311-2/+2
|
* - (djm) [configure.ac] Disable Linux tun(4) compat code if linux/tun.h doesDamien Miller2005-12-311-4/+11
| | | | not exist
* - (djm) [openbsd-compat/port-tun.c openbsd-compat/port-tun.h configure.ac]Damien Miller2005-12-311-1/+4
| | | | | | [serverloop.c ssh.c openbsd-compat/Makefile.in] [openbsd-compat/openbsd-compat.h] Implement tun(4) forwarding compatability support for Linux, diff from reyk@
* - (dtucker) [cipher-aes.c cipher-ctr.c cipher.c configure.acDarren Tucker2005-12-191-1/+19
| | | | | openbsd-compat/openssl-compat.h] Check for and work around broken AES ciphers >128bit on (some) Solaris 10 systems. ok djm@
* - (dtucker) [configure.ac openbsd-compat/bsd-snprintf.c] Bug #1133: OurDarren Tucker2005-12-171-1/+15
| | | | | | snprintf replacement can have a conflicting declaration in HP-UX's system headers (const vs. no const) so we now check for and work around it. Patch from the dynamic duo of David Leonard and Ted Percival.
* - (djm) [misc.c] Disable tunnel code for non-OpenBSD (for now), enableDamien Miller2005-12-131-1/+2
| | | | | | | again by providing a sys_tun_open() function for your platform and setting the CUSTOM_SYS_TUN_OPEN define. More work is required to match OpenBSD's tunnel protocol, which prepends the address family to the packet
* - reyk@cvs.openbsd.org 2005/12/08 18:34:11Damien Miller2005-12-131-1/+2
| | | | | | | | | | | | | | [auth-options.c includes.h misc.c misc.h readconf.c servconf.c] [serverloop.c ssh.c ssh_config.5 sshd_config.5 configure.ac] two changes to the new ssh tunnel support. this breaks compatibility with the initial commit but is required for a portable approach. - make the tunnel id u_int and platform friendly, use predefined types. - support configuration of layer 2 (ethernet) or layer 3 (point-to-point, default) modes. configuration is done using the Tunnel (yes|point-to-point|ethernet|no) option is ssh_config(5) and restricted by the PermitTunnel (yes|point-to-point|ethernet|no) option in sshd_config(5). ok djm@, man page bits by jmc@
* - (tim) [configure.ac sshd.8] Enable locked account check (a "*LK*" string)Tim Rice2005-11-291-1/+4
| | | | for UnixWare.
* - (dtucker) [configure.ac] Bug #1126: AIX 5.2 and 5.3 (and presumably newer,Darren Tucker2005-11-261-1/+3
| | | | | | when they're available) need the real UID set otherwise pam_chauthtok will set ADMCHG after changing the password, forcing the user to change it again immediately.
* - (dtucker) [configure.ac] Apply tim's fix for older systems where theDarren Tucker2005-11-251-1/+12
| | | | | resolver state in resolv.h is "state" not "__res_state". With slight modification by me to also work on old AIXes. ok djm@
* - (dtucker) [configure.ac] Fix typos in comments and AC_SEARCH_LIB argumentDarren Tucker2005-11-241-4/+4
| | | | order in Reliant Unix block. Patch from johane at lysator.liu.se.
* - (djm) [configure.ac openbsd-compat/Makefile.in openbsd-compat/bsd-asprintf.cDamien Miller2005-11-241-2/+68
| | | | | | | openbsd-compat/bsd-snprintf.c openbsd-compat/openbsd-compat.h] Add an asprintf() implementation, after syncing our {v,}snprintf() implementation with some extra fixes from Samba's version. With help and debugging from dtucker and tim; ok dtucker@
* - (dtucker) [configure.ac] Remove duplicate utimes() check. ok djm@Darren Tucker2005-11-121-3/+2
|
* - (dtucker) [configure.ac] Use "$AWK" instead of "awk" in gcc version test.Darren Tucker2005-11-121-2/+2
|
* - (dtucker) [configure.ac] Try to get the gcc version number in a way thatDarren Tucker2005-11-101-3/+4
| | | | doesn't change between versions, and use a safer default.
* - (dtucker) [configure.ac] Disable pointer-sign warnings on gcc 4.0+Darren Tucker2005-11-101-2/+3
| | | | since they're not useful right now. Patch from djm@.
* - (dtucker) [configure.ac] Relocate LLONG_MAX calculation to after theDarren Tucker2005-10-251-65/+79
| | | | | sizeof(long long) checks, to make fixing bug #1104 easier (no changes yet).
* - (dtucker) [configure.ac] Bug #1097: Fix configure for cross-compiling.Darren Tucker2005-10-171-28/+41
| | | | | /etc/default/login report and testing from aabaker at iee.org, corrections from tim@.
* - (dtucker) [configure.ac defines.h openbsd-compat/vis.{c,h}] Sync currentDarren Tucker2005-10-091-1/+2
| | | | versions from OpenBSD. ok djm@
* - (djm) [configure.ac] missing 'test' call for -with-Werror testDamien Miller2005-10-081-2/+2
|
* - (dtucker) [configure.ac] Bug #1098: define $MAIL for HP-UX; report fromDarren Tucker2005-10-081-1/+2
| | | | brian.smith at agilent com.
* typoDarren Tucker2005-10-051-2/+2
|
* - (dtucker) [configure.ac sshd.8] Enable locked account check (a prependedDarren Tucker2005-10-051-1/+2
| | | | | "*LOCKED*" string) for FreeBSD. Patch jeremie at le-hen.org and senthilkumar_sen at hotpop.com.
* - (dtucker) [configure.ac] Fix help for --with-opensc; patch from skeleten atDarren Tucker2005-09-221-2/+2
| | | | shillest.net.
* - (dtucker) [configure.ac] Use -R linker flag for libedit too; patch fromDarren Tucker2005-09-221-3/+7
| | | | skeleten at shillest.net.
* - (tim) [aclocal.m4 configure.ac] Delete acconfig.h and add templates toTim Rice2005-09-191-154/+292
| | | | AC_DEFINE and AC_DEFINE_UNQUOTED to quiet autoconf 2.59 warning messages.
* - (tim) [configure.ac] Bug 1078. Fix --without-kerberos5. Reported byTim Rice2005-09-131-7/+7
| | | | Mike Frysinger.
* - (tim) [configure.ac auth.c defines.h session.c openbsd-compat/port-uw.cTim Rice2005-08-311-1/+2
| | | | | | openbsd-compat/port-uw.h openbsd-compat/xcrypt.c] libiaf cleanup. Disable libiaf bits for OpenServer6. Free memory allocated by ia_get_logpwd(). Feedback and OK dtucker@
* - (tim) [configure.ac] Back out last change. It needs to be done differently.Tim Rice2005-08-301-5/+3
|
* - (tim) [configure.ac] ia_openinfo() seems broken on OSR6. Limit UW longTim Rice2005-08-301-3/+5
| | | | password support to 7.x for now.
* - (tim) [CREDITS LICENCE auth.c configure.ac defines.h includes.h session.cTim Rice2005-08-261-1/+5
| | | | | | | | openbsd-compat/Makefile.in openbsd-compat/openbsd-compat.h openbsd-compat/xcrypt.c] New files [openssh/openbsd-compat/port-uw.c openssh/openbsd-compat/port-uw.h] Support long passwords (> 8-char) on UnixWare 7 from Dhiraj Gulati and Ahsan Rashid. Cleanup and testing by tim@. Feedback and OK dtucker@
* - (tim) [configure.ac ] Not all gcc's support -Wsign-compareTim Rice2005-08-241-2/+8
|
* - (dtucker) [configure.ac defines.h includes.h sftp.c] Add support forDarren Tucker2005-08-231-1/+7
| | | | LynxOS, patch from Olli Savia (ops at iki.fi). ok djm@
* - (tim) [configure.ac] corrections to libedit tests. Report and patchesTim Rice2005-08-161-4/+6
| | | | by skeleten AT shillest.net
* - (dtucker) [LICENCE configure.ac defines.h openbsd-compat/realpath.c]Darren Tucker2005-08-101-2/+1
| | | | | Sync current (thread-safe) version of realpath.c from OpenBSD (which is in turn based on FreeBSD's). ok djm@
* - (dtucker) [configure.ac] Test libedit library and headers for compatibility.Darren Tucker2005-08-101-1/+15
| | | | Report from skeleten AT shillest.net, ok djm@