summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2005-02-02 - (dtucker) [auth.c canohost.c canohost.h configure.ac defines.h loginrec.c]Darren Tucker
Bug #974: Teach sshd to write failed login records to btmp for failed auth attempts (currently only for password, kbdint and C/R, only on Linux and HP-UX), based on code from login.c from util-linux. With ashok_kovai at hotmail.com, ok djm@
2005-02-02 - (dtucker) [configure.ac openbsd-compat/realpath.c] Sync up with realpathDarren Tucker
rev 1.11 from OpenBSD and make it use fchdir if available. ok djm@
2005-01-18 - (dtucker) [INSTALL Makefile.in configure.ac survey.sh.in] ImplementDarren Tucker
"make survey" and "make send-survey". This will provide data on the configure parameters, platform and platform features to the development team, which will allow (among other things) better targetting of testing. It's entirely voluntary and is off be default. ok djm@
2004-12-08[configure.ac] Comment some non obvious platforms in the target-specificTim Rice
case statement. Suggested and OK by dtucker@
2004-11-07 - (dtucker) [INSTALL Makefile.in configure.ac] Add --with-libedit configureDarren Tucker
option and supporting makefile bits and documentation.
2004-11-02 - (dtucker) [configure.ac includes.h] Bug #947: Fix compile error on HP-UXDarren Tucker
10.x by testing for conflicts in shadow.h and undef'ing _INCLUDE__STDC__ only if a conflict is detected.
2004-09-30 - (dtucker) [configure.ac] Set AC_PACKAGE_NAME. ok djm@Darren Tucker
2004-09-12 - (dtucker) [configure.ac] Fix incorrect quoting and tests for cross-compile.Darren Tucker
Partly by & ok djm@.
2004-09-11 - (dtucker) [configure.ac] Bug #321: Add cross-compile support to configure.Darren Tucker
Parts by chua at ayrnetworks.com, astrand at lysator.liu.se and me. ok djm@
2004-08-29 - (dtucker) [configure.ac] Replace non-portable echo \n with extra echo.Darren Tucker
2004-08-29 - (dtucker) [configure.ac] Include sys/stream.h in sys/ptms.h header check,Darren Tucker
fixes configure warning on Solaris reported by wknox at mitre.org.
2004-08-16 - (dtucker) [acconfig.h auth-pam.c configure.ac] Set real uid to non-rootDarren Tucker
to convince Solaris PAM to honour password complexity rules. ok djm@
2004-08-15 - (djm) [acconfig.h configure.ac openbsd-compat/Makefile.inDamien Miller
openbsd-compat/bsd-closefrom.c openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h openbsd-compat/openbsd-compat.h] Use smarter closefrom() replacement from sudo; ok dtucker@
2004-07-19 - (tim) [configure.ac] updwtmpx() on OpenServer seems to add duplicate entry.Tim Rice
Report by rac AT tenzing.org
2004-06-28 - (dtucker) [acconfig.h configure.ac sftp-server.c] Bug #823: add sftpDarren Tucker
rename handling for Linux which returns EPERM for link() on (at least some) filesystems that do not support hard links. sftp-server will fall back to stat+rename() in such cases.
2004-06-25 - (dtucker) [configure.ac openbsd-compat/misc.c [openbsd-compat/misc.h]Darren Tucker
Add closefrom() for platforms that don't have it. (might need some tuning later, but I want to be able to test reexec).
2004-06-20(tim) [configure.ac Makefile.in] Only change TEST_SHELL on broken platforms.Tim Rice
OK dtucker@
2004-06-19 - (tim) [configure.ac buildpkg.sh.in contrib/solaris/README] move opensshdTim Rice
init script to top level directory.
2004-05-30 - (tim) [configure.ac Makefile.in] Add support for "make package" ok djm@Tim Rice
- (tim) [buildpkg.sh.in] New file. A more flexible version of contrib/solaris/buildpkg.sh used for "make package".
2004-05-23 - (djm) [configure.ac] Warn if the system has no known way of figuring outDamien Miller
which user is on the other end of a Unix domain socket; ok dtucker@
2004-05-13 - (dtucker) [configure.ac] Bug #867: Additional tests for res_query inDarren Tucker
libresolv, fixes problems detecting it on some platforms (eg Linux/x86-64). From Kurt Roeckx via Debian, ok mouring@
2004-04-23 - (dtucker) [configure.ac openbsd-compat/getrrsetbyname.c] Declare h_errnoDarren Tucker
as extern int if not already declared. Fixes compile errors on old SCO platforms. ok tim@
2004-04-20 - (djm) [configure.ac] Check whether libroken is required when buildingDamien Miller
with Heimdal
2004-04-16 - (tim) [configure.ac] Set SETEUID_BREAKS_SETUID, BROKEN_SETREUID andTim Rice
BROKEN_SETREGID for SCO OpenServer 3
2004-04-14 - (djm) [configure.ac] Fix detection of libwrap on OpenBSD; ok dtucker@Damien Miller
2004-04-14 - (dtucker) [acconfig.h configure.ac defines.h] Bug #673: check for 4-argDarren Tucker
skeychallenge(), eg on NetBSD. ok mouring@
2004-04-07 - (bal) [acconfig.h auth-krb5.c configure.ac gss-serv-krb5.c] Check to seeBen Lindstrom
if Krb5 library exports krb5_init_etc() since some OSes (like MacOS/X) are starting to restrict it as internal since it is not needed by developers any more. (Patch based on Apple tree) - (bal) [monitor.c monitor_wrap.c] monitor_wrap.c] moved zlib.h higher since krb5 on MacOS/X conflicts. There may be a better solution, but this will work for now.
2004-04-06Oops, leftover from testingDarren Tucker
2004-04-06 - (dtucker) [configure.ac] Bug #816, #748 (again): Attempt to detectDarren Tucker
broken getaddrinfo and friends on HP-UX. ok djm@
2004-04-06 - (dtucker) [acconfig.h configure.ac defines.h] Bug #820: don't useDarren Tucker
updwtmpx() on IRIX since it seems to clobber utmp. ok djm@
2004-03-30 - (dtucker) [configure.ac] Bug #811: Use "!" for LOCKED_PASSWD_PREFIX onDarren Tucker
Linuxes, since that's what many use. ok djm@
2004-03-11 - (djm) [configure.ac] Add standard license to configure.ac; ok ben, dtuckerDamien Miller
2004-03-08 - (dtucker) [configure.ac sshd.c openbsd-compat/bsd-misc.hDarren Tucker
openbsd-compat/setenv.c] Unset KRB5CCNAME on AIX to prevent it from being inherited by the child. ok djm@
2004-03-03 - (djm) [configure.ac ssh-agent.c] Use prctl to prevent ptrace on ssh-agentDamien Miller
ok dtucker
2004-02-29 - (tim) [configure.ac] Put back bits mistakenly removed from Rev 1.188Tim Rice
2004-02-23[configure.ac] SCO3 needs -lcrypt_i for -lprotTim Rice
2004-02-24 - (dtucker) [configure.ac gss-serv-krb5.c ssh-gss.h] Define GSSAPI when foundDarren Tucker
with krb5-config, hunt down gssapi.h and friends. Based partially on patch from deengert at anl.gov. For the MIT Kerberos bug against krb5-config related to this see: http://krbdev.mit.edu/rt/Ticket/Display.html?id=2240
2004-02-22 - (dtucker) [configure.ac] Apply krb5-config --libs fix to non-gssapi pathDarren Tucker
too.
2004-02-18 - (dtucker) [configure.ac] Handle case where krb5-config --libs returns aDarren Tucker
path with a "-" in it. From Sergio.Gelato at astro.su.se.
2004-02-12[configure.ac] Make sure -lcrypto is before -lsocket for sco3. ok mouring@Tim Rice
2004-02-11[configure.ac] Fix comment to match code changes in ver 1.117Tim Rice
2004-02-10 - (dtucker) [configure.ac] Bug #345: Do not disable utmp on HP-UX 10.x.Darren Tucker
ok djm@
2004-02-10 - (dtucker) [configure.ac loginrec.c] Bug #464: Use updwtmpx on platformsDarren Tucker
that support it. from & ok mouring@
2004-02-06 - (dtucker) [configure.ac includes.h] Include <sys/stream.h> if present,Darren Tucker
required on Solaris 2.5.1 for queue_t, which is used by <sys/ptms.h>.
2004-02-06 - markus@cvs.openbsd.org 2004/01/30 09:48:57Darren Tucker
[auth-passwd.c auth.h pathnames.h session.c] support for password change; ok dtucker@ (set password-dead=1w in login.conf to use this). In -Portable, this is currently only platforms using bsdauth.
2004-02-06 - (dtucker) [configure.ac] Bug #748: Always define BROKEN_GETADDRINFODarren Tucker
for HP-UX 11.11. If there are known-good configs where this is not required, please report them. ok djm@
2004-01-30 - (dtucker) [configure.ac openbsd-compat/bsd-cray.c openbsd-compat/bsd-cray.h]Darren Tucker
Bug #775: Cray fixes from wendy at cray.com
2004-01-30 - (dtucker) [configure.ac] Add --without-zlib-version-check. Feedback fromDarren Tucker
tim@, ok several
2004-01-26[configure.ac includes.h] add <sys/ptms.h> for grantpt() and friends.Tim Rice
2004-01-23[configure.ac] Remove hard coded -L/usr/local/lib andTim Rice
-I/usr/local/include. Users can do LDFLAGS="-L/usr/local/lib" \ CPPFLAGS="-I/usr/local/include" ./configure if needed.