Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-21 | - (bal) Fixed AIX environment handling, use setpcred() instead of existing | Ben Lindstrom | |
code. (Bugzilla Bug 261) | |||
2002-06-12 | - (bal) Build noop setgroups() for cygwin to clean up code (For other | Ben Lindstrom | |
platforms without the setgroups() requirement, you MUST define SETGROUPS_NOOP in the configure.ac) Based on patch by vinschen@redhat.com | |||
2002-06-07 | - (bal) Missed __progname in ssh-keysign.c patch by dtucker@zip.com.au | Ben Lindstrom | |
2002-05-27 | [configure.ac.orig monitor_fdpass.c] Enahnce msghdr tests to address | Tim Rice | |
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> | |||
2002-05-22 | fix spelling mistakes spotted by Solar Designer <solar@openwall.com> | Damien Miller | |
2002-05-17 | [configure.ac] remove extra MD5_MSG="no" line. | Tim Rice | |
2002-05-13 | - (djm) Bug #234: missing readpassphrase declaration and defines | Damien Miller | |
2002-05-13 | align summary | Damien Miller | |
2002-05-13 | - (stevesk) [configure.ac] nicer message: --with-privsep-user=user | Kevin Steves | |
2002-05-13 | - (djm) Add --with-privsep-path configure option | Damien Miller | |
2002-05-13 | - (djm) Add --with-superuser-path=xxx configure option to specify what $PATH | Damien Miller | |
the superuser receives. | |||
2002-05-11 | applied a rework of djm's OpenSSL search cleanup patch. | Tim Rice | |
Now only searches system and /usr/local/ssl (OpenSSL's default install path) Others must use --with-ssl-dir=.... | |||
2002-05-08 | set SHELL in Makefile in case someone makes from a non bourne compatable shell | Tim Rice | |
2002-05-07 | Add truncate() emulation to address Bug 208 | Tim Rice | |
2002-04-25 | - (stevesk) [acconfig.h auth-passwd.c configure.ac sshd.c] HP-UX 10.26 | Kevin Steves | |
support. bug #184. most from dcole@keysoftsys.com. | |||
2002-04-23 | - (stevesk) [acconfig.h configure.ac session.c] LOGIN_NO_ENDOPT for HP-UX | Kevin Steves | |
2002-04-23 | - (djm) Bug #206 - blibpath isn't always needed for AIX ld, avoid | Damien Miller | |
sizeof(long long int) == 4 breakage. Patch from Matthew Clarke <Matthew_Clarke@mindlink.bc.ca> | |||
2002-04-23 | - (djm) Bug #214: Fix utmp for Irix (don't strip "tty"). Patch from | Damien Miller | |
Kevin Taylor <no@nowhere.org> (??) via Philipp Grau <phgrau@zedat.fu-berlin.de> | |||
2002-04-23 | - (djm) Define BROKEN_REALPATH for AIX, patch from | Damien Miller | |
Antti Tapaninen <aet@cc.hut.fi> | |||
2002-04-23 | - (djm) Applied OpenSC smartcard updates from Markus & | Damien Miller | |
Antti Tapaninen <aet@cc.hut.fi> | |||
2002-04-23 | - (djm) Bug #222: Fix tests for getaddrinfo on OSF/1. Spotted by | Damien Miller | |
Robert Urban <urban@spielwiese.de> | |||
2002-04-17 | [configure.ac] Issue warning on --with-default-path=/some_path | Tim Rice | |
if LOGIN_CAP is enabled. Report & testing by Tuc <tuc@ttsg.com> | |||
2002-04-15 | [configure.ac] add tests for recvmsg and sendmsg. | Tim Rice | |
[monitor_fdpass.c] add checks for HAVE_SENDMSG and HAVE_RECVMSG for systems that HAVE_ACCRIGHTS_IN_MSGHDR but no recvmsg or sendmsg. | |||
2002-04-13 | - (djm) Add KrbV support patch from Simon Wilkinson <simon@sxw.org.uk> | Damien Miller | |
2002-04-12 | [configure.ac] add <sys/types.h> to msghdr tests. | Tim Rice | |
Change -L to -h on testing for /bin being symbolic link | |||
2002-04-10 | oops. time for beer i think. | Kevin Steves | |
2002-04-08 | - (bal) Minor OpenSC updates. Fix up header locations and update | Ben Lindstrom | |
README.smartcard provided by Juha Yrjölä <jyrjola@cc.hut.fi> | |||
2002-04-07 | oops, user should be a string constant | Kevin Steves | |
2002-04-07 | - (stevesk) --with-privsep-user; default sshd | Kevin Steves | |
2002-04-07 | - (stevesk) remove configure support for poll.h; it was removed | Kevin Steves | |
from sshd.c a long time ago. | |||
2002-04-07 | - (stevesk) HAVE_MMAP and HAVE_SYS_MMAN_H and use them in | Kevin Steves | |
monitor_mm.c | |||
2002-04-07 | - (stevesk) HAVE_CONTROL_IN_MSGHDR; not used right now. | Kevin Steves | |
Future: we may want to test if fd passing works correctly. | |||
2002-04-06 | - (bal) We no longer use atexit()/xatexit()/on_exit() | Ben Lindstrom | |
2002-04-06 | - (bal) Quiet down configure.ac if /bin/test does not exist. | Ben Lindstrom | |
2002-04-06 | - (bal) Revered out of runtime IRIX runtime detection of joblimits. Code is | Ben Lindstrom | |
incomplete. | |||
2002-04-05 | - (bal) Too many <sys/queue.h> issues. Remove all workarounds and | Ben Lindstrom | |
using internal version only. | |||
2002-04-05 | - (bal) Patch for OpenSC SmartCard library; ok markus@; patch by | Ben Lindstrom | |
Juha Yrjölä <jyrjola@cc.hut.fi> - (bal) Minor documentation update to reflect smartcard library support changes. | |||
2002-03-31 | [configure.ac] use /bin/test -L to work around broken builtin on Solaris 8 | Tim Rice | |
2002-03-30 | - (stevesk) [configure.ac] remove header check for sys/ttcompat.h | Kevin Steves | |
bug 167 | |||
2002-03-22 | - (stevesk) configure and cpp __FUNCTION__ gymnastics to handle nielsisms | Kevin Steves | |
2002-03-22 | - (stevesk) HAVE_ACCRIGHTS_IN_MSGHDR configure support | Kevin Steves | |
2002-03-17 | [configure.ac] Assume path given with --with-pid-dir=PATH is wanted, | Tim Rice | |
warn if directory doesn not exist. Put system directories in front of PATH for finding entorpy commands. | |||
2002-03-08 | - (bal) Test for IRIX JOBS support at runtime. Patch provided | Ben Lindstrom | |
by David Kaelbling <drk@sgi.com> | |||
2002-03-08 | - (bal) Add in check for rpc/types.h since it is needed on | Ben Lindstrom | |
some platforms for INADDR_LOOPBACK. We should retest SCO 3 to see if this fixes their problem also. | |||
2002-02-26 | correction to sig_atomic_t test | Tim Rice | |
2002-02-26 | correction to Bug 123 fix | Tim Rice | |
2002-02-26 | Bug 12 [configure.ac] add sys/bitypes.h to int64_t tests | Tim Rice | |
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 | |||
2002-02-14 | - (djm) Don't use system sys/queue.h on AIX. Report from gert@greenie.muc.de | Damien Miller | |
2002-02-13 | Add rpc/rpc.h for INADDR_LOOPBACK on SCO OSR3 | Tim Rice | |
2002-02-13 | - (djm) Bug #106: Add --without-rpath configure option. Patch from | Damien Miller | |
Nicolas.Williams@ubsw.com |