Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-20 | - (tim) [platform.c session.c] Fix bug affecting SVR5 platforms introduced | Tim Rice | |
with sftp chroot support. Move set_id call after chroot. | |||
2013-09-22 | - (dtucker) [platform.c platform.h sshd.c] bz#2156: restore Linux oom_adj | Darren Tucker | |
setting when handling SIGHUP to maintain behaviour over retart. Patch from Matthew Ife. | |||
2013-03-12 | - (dtucker) [auth.c configure.ac platform.c platform.h] Accept uid 2 ("bin") | Darren Tucker | |
in addition to root as an owner of system directories on AIX and HP-UX. ok djm@ | |||
2011-01-11 | - (djm) [platform.c] Some missing includes that show up under -Werror | Damien Miller | |
2010-11-24 | - (dtucker) [platform.c session.c] Move the getluid call out of session.c and | Darren Tucker | |
into the platform-specific code Only affects SCO, tested by and ok tim@. | |||
2010-11-07 | - (dtucker) [platform.c] includes.h instead of defines.h so that we get | Darren Tucker | |
the correct typedefs. | |||
2010-11-05 | - (dtucker) [platform.c] Need servconf.h and extern options. | Darren Tucker | |
2010-11-05 | - (dtucker) [platform.c platform.h session.c] Move the Cygwin special-case | Darren Tucker | |
check into platform.c | |||
2010-11-05 | - (dtucker) [platform.c session.c] Move PAM credential establishment for the | Darren Tucker | |
non-LOGIN_CAP case into platform.c. | |||
2010-11-05 | - (dtucker) [platform.c session.c] Move irix setusercontext fragment into | Darren Tucker | |
platform.c. | |||
2010-11-05 | - (dtucker) platform.c session.c] Move aix_usrinfo frament into platform.c. | Darren Tucker | |
2010-11-05 | - (dtucker) platform.c session.c] Move the USE_LIBIAF fragment into | Darren Tucker | |
platform.c | |||
2010-11-05 | - (dtucker) [platform.c session.c] Move the PAM credential establishment for | Darren Tucker | |
the LOGIN_CAP case into platform.c. | |||
2010-11-05 | - (dtucker) [platform.c] Only call setpgrp on BSDI if running as root to | Darren Tucker | |
retain previous behavior. | |||
2010-11-05 | - (dtucker) [platform.c session.c] Move the BSDI setpgrp into platform.c. | Darren Tucker | |
2010-11-05 | - (dtucker) [platform.c session.c] Move the AIX setpcred+chroot hack into | Darren Tucker | |
platform.c | |||
2010-11-05 | - (dtucker) [platform.c platform.h session.c] Add a platform hook to run | Darren Tucker | |
after the user's groups are established and move the selinux calls into it. | |||
2010-11-05 | - (dtucker) [configure.ac platform.{c,h} session.c | Darren Tucker | |
openbsd-compat/port-solaris.{c,h}] Bug #1824: Add Solaris Project support. Patch from cory.erickson at csu mnscu edu with a bit of rework from me. ok djm@ | |||
2009-12-21 | - (dtucker) [auth-krb5.c platform.{c,h} openbsd-compat/port-aix.{c,h}] | Darren Tucker | |
Bug #1583: Use system's kerberos principal name on AIX if it's available. Based on a patch from and tested by Miguel Sanders. | |||
2009-12-08 | - (dtucker) Bug #1470: Disable OOM-killing of the listening sshd on Linux, | Darren Tucker | |
based on a patch from Vaclav Ovsik and Colin Watson. ok djm. | |||
2006-08-31 | - (djm) [CREDITS LICENCE Makefile.in auth.c configure.ac includes.h ] | Damien Miller | |
[platform.c platform.h sshd.c openbsd-compat/Makefile.in] [openbsd-compat/openbsd-compat.h openbsd-compat/port-solaris.c] [openbsd-compat/port-solaris.h] Add support for Solaris process contracts, enabled with --use-solaris-contracts. Patch from Chad Mynhier, tweaked by dtucker@ and myself; ok dtucker@ |