summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* [configure.ac.orig monitor_fdpass.c] Enahnce msghdr tests to addressTim Rice2002-05-271-5/+20
| | | | | | build problem on Irix reported by Dave Love <d.love@dl.ac.uk>. Back out last monitor_fdpass.c changes that are no longer needed with new tests. Patch tested on Irix by Jan-Frode Myklebust <janfrode@parallab.uib.no>
* fix spelling mistakes spotted by Solar Designer <solar@openwall.com>Damien Miller2002-05-221-2/+2
|
* [configure.ac] remove extra MD5_MSG="no" line.Tim Rice2002-05-171-2/+1
|
* - (djm) Bug #234: missing readpassphrase declaration and definesDamien Miller2002-05-131-3/+3
|
* align summaryDamien Miller2002-05-131-2/+2
|
* - (stevesk) [configure.ac] nicer message: --with-privsep-user=userKevin Steves2002-05-131-2/+2
|
* - (djm) Add --with-privsep-path configure optionDamien Miller2002-05-131-28/+41
|
* - (djm) Add --with-superuser-path=xxx configure option to specify what $PATHDamien Miller2002-05-131-1/+18
| | | | the superuser receives.
* applied a rework of djm's OpenSSL search cleanup patch.Tim Rice2002-05-111-150/+33
| | | | | Now only searches system and /usr/local/ssl (OpenSSL's default install path) Others must use --with-ssl-dir=....
* set SHELL in Makefile in case someone makes from a non bourne compatable shellTim Rice2002-05-081-1/+2
|
* Add truncate() emulation to address Bug 208Tim Rice2002-05-071-2/+2
|
* - (stevesk) [acconfig.h auth-passwd.c configure.ac sshd.c] HP-UX 10.26Kevin Steves2002-04-251-9/+27
| | | | support. bug #184. most from dcole@keysoftsys.com.
* - (stevesk) [acconfig.h configure.ac session.c] LOGIN_NO_ENDOPT for HP-UXKevin Steves2002-04-231-1/+5
|
* - (djm) Bug #206 - blibpath isn't always needed for AIX ld, avoidDamien Miller2002-04-231-2/+18
| | | | | sizeof(long long int) == 4 breakage. Patch from Matthew Clarke <Matthew_Clarke@mindlink.bc.ca>
* - (djm) Bug #214: Fix utmp for Irix (don't strip "tty"). Patch fromDamien Miller2002-04-231-1/+3
| | | | | Kevin Taylor <no@nowhere.org> (??) via Philipp Grau <phgrau@zedat.fu-berlin.de>
* - (djm) Define BROKEN_REALPATH for AIX, patch fromDamien Miller2002-04-231-1/+2
| | | | Antti Tapaninen <aet@cc.hut.fi>
* - (djm) Applied OpenSC smartcard updates from Markus &Damien Miller2002-04-231-28/+17
| | | | Antti Tapaninen <aet@cc.hut.fi>
* - (djm) Bug #222: Fix tests for getaddrinfo on OSF/1. Spotted byDamien Miller2002-04-231-4/+4
| | | | Robert Urban <urban@spielwiese.de>
* [configure.ac] Issue warning on --with-default-path=/some_pathTim Rice2002-04-171-6/+23
| | | | if LOGIN_CAP is enabled. Report & testing by Tuc <tuc@ttsg.com>
* [configure.ac] add tests for recvmsg and sendmsg.Tim Rice2002-04-151-3/+3
| | | | | [monitor_fdpass.c] add checks for HAVE_SENDMSG and HAVE_RECVMSG for systems that HAVE_ACCRIGHTS_IN_MSGHDR but no recvmsg or sendmsg.
* - (djm) Add KrbV support patch from Simon Wilkinson <simon@sxw.org.uk>Damien Miller2002-04-131-3/+42
|
* [configure.ac] add <sys/types.h> to msghdr tests.Tim Rice2002-04-121-2/+4
| | | | Change -L to -h on testing for /bin being symbolic link
* oops. time for beer i think.Kevin Steves2002-04-101-2/+2
|
* - (bal) Minor OpenSC updates. Fix up header locations and updateBen Lindstrom2002-04-081-3/+3
| | | | README.smartcard provided by Juha Yrjölä <jyrjola@cc.hut.fi>
* oops, user should be a string constantKevin Steves2002-04-071-2/+2
|
* - (stevesk) --with-privsep-user; default sshdKevin Steves2002-04-071-2/+12
|
* - (stevesk) remove configure support for poll.h; it was removedKevin Steves2002-04-071-3/+3
| | | | from sshd.c a long time ago.
* - (stevesk) HAVE_MMAP and HAVE_SYS_MMAN_H and use them inKevin Steves2002-04-071-3/+3
| | | | monitor_mm.c
* - (stevesk) HAVE_CONTROL_IN_MSGHDR; not used right now.Kevin Steves2002-04-071-1/+17
| | | | Future: we may want to test if fd passing works correctly.
* - (bal) We no longer use atexit()/xatexit()/on_exit()Ben Lindstrom2002-04-061-6/+3
|
* - (bal) Quiet down configure.ac if /bin/test does not exist.Ben Lindstrom2002-04-061-2/+2
|
* - (bal) Revered out of runtime IRIX runtime detection of joblimits. Code isBen Lindstrom2002-04-061-2/+2
| | | | incomplete.
* - (bal) Too many <sys/queue.h> issues. Remove all workarounds andBen Lindstrom2002-04-051-9/+2
| | | | using internal version only.
* - (bal) Patch for OpenSC SmartCard library; ok markus@; patch byBen Lindstrom2002-04-051-6/+37
| | | | | | Juha Yrjölä <jyrjola@cc.hut.fi> - (bal) Minor documentation update to reflect smartcard library support changes.
* [configure.ac] use /bin/test -L to work around broken builtin on Solaris 8Tim Rice2002-03-311-2/+2
|
* - (stevesk) [configure.ac] remove header check for sys/ttcompat.hKevin Steves2002-03-301-2/+2
| | | | bug 167
* - (stevesk) configure and cpp __FUNCTION__ gymnastics to handle nielsismsKevin Steves2002-03-221-1/+27
|
* - (stevesk) HAVE_ACCRIGHTS_IN_MSGHDR configure supportKevin Steves2002-03-221-1/+17
|
* [configure.ac] Assume path given with --with-pid-dir=PATH is wanted,Tim Rice2002-03-171-9/+28
| | | | | warn if directory doesn not exist. Put system directories in front of PATH for finding entorpy commands.
* - (bal) Test for IRIX JOBS support at runtime. Patch providedBen Lindstrom2002-03-081-2/+2
| | | | by David Kaelbling <drk@sgi.com>
* - (bal) Add in check for rpc/types.h since it is needed onBen Lindstrom2002-03-081-2/+2
| | | | | some platforms for INADDR_LOOPBACK. We should retest SCO 3 to see if this fixes their problem also.
* correction to sig_atomic_t testTim Rice2002-02-261-2/+2
|
* correction to Bug 123 fixTim Rice2002-02-261-3/+11
|
* Bug 12 [configure.ac] add sys/bitypes.h to int64_t testsTim Rice2002-02-261-18/+80
| | | | | | | | | | | | | | | | based on patch by mooney@dogbert.cc.ndsu.nodak.edu (Tim Mooney) Bug 45 [configure.ac] modify skey test to work around conflict with autoconf reported by nolan@naic.edu (Michael Nolan) patch by Pekka Savola <pekkas@netcore.fi> Bug 74 [configure.ac defines.h] add sig_atomic_t test reported by dwd@bell-labs.com (Dave Dykstra) Bug 102 [defines.h] UNICOS fixes. patch by wendyp@cray.com [configure.ac Makefile.in] link libwrap only with sshd based on patch by Maciej W. Rozycki <macro@ds2.pg.gda.pl> Bug 123 link libpam only with sshd reported by peak@argo.troja.mff.cuni.cz (Pavel Kankovsky) [configure.ac defines.h] modify previous SCO3 fix to not break Solaris 7 [acconfig.h] remove unused HAVE_REGCOMP
* - (djm) Don't use system sys/queue.h on AIX. Report from gert@greenie.muc.deDamien Miller2002-02-141-1/+2
|
* Add rpc/rpc.h for INADDR_LOOPBACK on SCO OSR3Tim Rice2002-02-131-1/+2
|
* - (djm) Bug #106: Add --without-rpath configure option. Patch fromDamien Miller2002-02-131-1/+13
| | | | Nicolas.Williams@ubsw.com
* [configure.ac] fix logic on when ssh-rand-helper is installed.Tim Rice2002-01-301-3/+3
| | | | [sshd_config] put back in line that tells what PATH was compiled into sshd.
* - (djm) Use case statements in autoconf to clean up some testsDamien Miller2002-01-231-10/+26
|
* - (stevesk) fix --with-zlib=Kevin Steves2002-01-221-2/+2
|