summaryrefslogtreecommitdiffstats
path: root/configure.ac (follow)
Commit message (Expand)AuthorAgeFilesLines
* - (bal) Disable Privsep for Tru64 after pre-authentication due to issuesBen Lindstrom2003-03-211-1/+2
* - (bal) The days of lack of int64_t support are over. Sorry kids.Ben Lindstrom2003-03-211-11/+6
* [configure.ac openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h]Tim Rice2003-03-181-1/+3
* - (djm) Bug #245: TTY problems on Solaris. Fix by stevesk@ andDamien Miller2003-03-101-1/+2
* - (djm) Bug #456: Support for NEC SX6 with Unicos; from wendyp@cray.comDamien Miller2003-02-241-13/+15
* - (djm) Rest of Bug #499: Import a basename() function from OpenBSD libcDamien Miller2003-02-241-2/+2
* - (djm) Most of Bug #499: Cygwin compile fixes for new progressmeterDamien Miller2003-02-241-3/+3
* - (djm) Cygwin needs libcrypt too. Patch from vinschen@redhat.comDamien Miller2003-02-111-1/+2
* - (bal) AIX 4.2.1 lacks nanosleep(). Patch to use nsleep() provided byBen Lindstrom2003-02-011-4/+4
* - (djm) Search libposix4 and librt for nanosleep. From dtucker@zip.com.auDamien Miller2003-01-281-1/+3
* - (bal) Bugzilla 477 patch by wendyp@cray.com. Define TIOCGPGRP forBen Lindstrom2003-01-271-3/+2
* [configure.ac] Add -belf to build ELF binaries on OpenServer 5 whenTim Rice2003-01-201-1/+4
* - (djm) Bug #470: Detect strnvis, not strvis in configure.Damien Miller2003-01-171-2/+2
* - (djm) Bug #467: Add a --disable-strip option to turn off stripping ofDamien Miller2003-01-131-1/+12
* - (djm) Rework openbsd-compat/setproctitle.c a bit: move emulation typeDamien Miller2003-01-131-4/+8
* - (djm) Enable new setproctitle emulation for Linux, AIX and HP/UX. MoreDamien Miller2003-01-091-3/+3
* [Makefile.in configure.ac] replace fixpath with sed script. Patch by Mo DeJong.Tim Rice2003-01-091-1/+2
* missing newlineDamien Miller2003-01-071-2/+3
* - (djm) Bug #111: Run syslog and stderr logging through strnvis to eliminateDamien Miller2003-01-071-3/+3
* - (djm) Bug #26: Use local mkstemp() rather than glibc's silly one. FixesDamien Miller2003-01-071-1/+27
* [configure.ac] fix STDPATH test for IRIX. First reported by advax@triumf.ca.Tim Rice2002-11-221-2/+6
* [configure.ac] remove unused variables no_libsocket and no_libnslTim Rice2002-11-141-5/+1
* - (bal) More advanced strsep test by Darren Tucker <dtucker@zip.com.au>Ben Lindstrom2002-10-161-2/+5
* - (bal) Disable post-authentication Privsep for OSF/1. It conflicts withBen Lindstrom2002-10-051-1/+2
* Cray fixes (bug 367) based on patch from Wendy Palm @ cray.Tim Rice2002-09-261-3/+4
* [configure.ac] s/return/exit/ patch by dtucker@zip.com.auTim Rice2002-09-241-6/+6
* - (djm) Added getpeereid() replacement. Properly implemented for systemsDamien Miller2002-09-121-2/+2
* - (djm) Patch from itojun@ for Darwin OS: test getaddrinfo, reorder libcryptDamien Miller2002-09-041-2/+18
* [configure.ac] Display OpenSSL header/library version.Tim Rice2002-08-141-1/+65
* - (bal) [configure.ac] Missing ;; from cray patch.Ben Lindstrom2002-07-231-1/+2
* - (bal) [configure.ac defines.h loginrec.c sshd.c sshpty.c] Partial syncBen Lindstrom2002-07-231-3/+12
* [configure.ac] test for libxnet on HP. Patch by dtucker@zip.com.auTim Rice2002-07-191-4/+7
* [configure.ac] Bug 267 rework int64_t test.Tim Rice2002-07-181-29/+11
* [configure.ac] change how we do paths in AC_PATH_PROGS testsTim Rice2002-07-181-3/+9
* (bal/tim) [acconfig.h configure.ac monitor_mm.c servconf.cTim Rice2002-07-141-26/+1
* [configure.ac] remove unused filepriv lineTim Rice2002-07-131-2/+1
* - (bal) NO_IPPORT_RESERVED_CONCEPT used instead of CYGWIN so other platformsBen Lindstrom2002-07-091-1/+2
* [configure.ac] fix libc89 utimes test. Mention default path forTim Rice2002-07-091-3/+4
* [acconfig.h configure.ac sshd.c] s/BROKEN_FD_PASSING/DISABLE_FD_PASSING/Tim Rice2002-07-071-4/+4
* [configure.ac] AIX 4.2.1 has authenticate() in libs.Tim Rice2002-07-051-2/+7
* - (bal) FreeBSD needs <sys/types.h> to detect if mmap() is supported.Ben Lindstrom2002-06-281-1/+2
* [acconfig.h configure.ac sshd.c] BROKEN_FD_PASSING fix from MarkusTim Rice2002-06-261-1/+4
* - (bal) if mmap() is substandard, don't allow compression on server side.Ben Lindstrom2002-06-251-1/+25
* - (djm) Create privsep directory and warn if privsep user is missingDamien Miller2002-06-251-4/+5
* - (stevesk) [INSTALL acconfig.h configure.ac defines.h] remove --with-rshKevin Steves2002-06-241-17/+1
* - (stevesk) [configure.ac] bug #255 LOGIN_NEEDS_UTMPX for AIX.Kevin Steves2002-06-221-1/+2
* - (bal) Fixed AIX environment handling, use setpcred() instead of existingBen Lindstrom2002-06-211-9/+4
* - (bal) Build noop setgroups() for cygwin to clean up code (For otherBen Lindstrom2002-06-121-5/+6
* - (bal) Missed __progname in ssh-keysign.c patch by dtucker@zip.com.auBen Lindstrom2002-06-071-22/+1
* [configure.ac.orig monitor_fdpass.c] Enahnce msghdr tests to addressTim Rice2002-05-281-5/+20