summaryrefslogtreecommitdiff
path: root/usr/src/cmd/ssh/sshd/altprivsep.c
AgeCommit message (Collapse)AuthorFilesLines
2015-09-03OS-4689 Remove SunSSH from illumos-joyentAlex Wilson1-1187/+0
OS-4688 Switch platform over to using recent OpenSSH Reviewed by: Robert Mustacchi <rm@joyent.com>
2010-06-046953845 Sshd monitor process needs better debugingZdenek Kotala1-7/+14
6336266 ssh SIGWINCH handling races; some servers are very unforgiving 6953854 Channel handler could process just created channels
2009-09-146868716 dangling sshd authentication thread after timeout exit of monitorJan Pechanec1-6/+4
6875551 remove the "authenticated" label from sshd.c
2009-04-286616927 preserve MAC contexts between packetsJan Pechanec1-2/+2
2008-11-106734620 sshd doesn't audit failed logins correctly.Brent Paulson1-4/+12
6750189 sshd doesn't set pam_retval correctly for password-based authentication failures 6759291 sshd doesn't generate subject tokens for successful logins/logouts since integration of CR 6445288
2008-09-12PSARC/2008/520 SunSSH with the OpenSSL PKCS#11 engine supportJan Pechanec1-66/+300
6445288 ssh needs to be OpenSSL engine aware 6709963 SunSSH server leaks memory during initialization 6687401 ssh monitor shouldn't try to log remote IP when child closed the pipe 6696629 sshd should remove alarm signal handler after authentication 6674088 userland threshold for hw offloading makes it difficult for SSL and SSH protocols 6728450 6708125 prevents parent to use the Crypto Framework after the fork(2) 6742247 ssh debug output with PACKET_DEBUG code could be more readable
2008-04-086679747 ssh disconnects with error if rc4, 3des or blowfish is used and ↵jp1619481-2/+40
default RekeyLimit is reached
2007-11-30PSARC/2007/034 ssh/sshd resync with OpenSSHjp1619481-5/+5
5040151 ssh(1) and sshd(1M) should re-key periodically as per-recent recommendations 6492415 ignore UsePrivilegeSeparation keyword in SunSSH 6624784 a few typos in SunSSH source code or its documentation 6626371 cmd/ssh/libssh/common/xlist.c should be cstyle clean 6627880 memory leaks in SunSSH's GSS-API code 6627881 memory leaks in SunSSH's g11n code 6627884 memory leaks in SunSSH's alternative privilege separation code 6627890 memory leaks in cmd/ssh/sshd/auth2-pam.c 6628516 old OpenSSH privilege separation code is not needed in SunSSH --HG-- rename : usr/src/cmd/ssh/include/monitor.h => deleted_files/usr/src/cmd/ssh/include/monitor.h rename : usr/src/cmd/ssh/include/monitor_fdpass.h => deleted_files/usr/src/cmd/ssh/include/monitor_fdpass.h rename : usr/src/cmd/ssh/include/monitor_mm.h => deleted_files/usr/src/cmd/ssh/include/monitor_mm.h rename : usr/src/cmd/ssh/include/monitor_wrap.h => deleted_files/usr/src/cmd/ssh/include/monitor_wrap.h rename : usr/src/cmd/ssh/libssh/common/monitor_fdpass.c => deleted_files/usr/src/cmd/ssh/libssh/common/monitor_fdpass.c rename : usr/src/cmd/ssh/libssh/common/monitor_wrap.c => deleted_files/usr/src/cmd/ssh/libssh/common/monitor_wrap.c rename : usr/src/cmd/ssh/sshd/monitor.c => deleted_files/usr/src/cmd/ssh/sshd/monitor.c rename : usr/src/cmd/ssh/sshd/monitor_mm.c => deleted_files/usr/src/cmd/ssh/sshd/monitor_mm.c
2005-06-14OpenSolaris Launchstevel@tonic-gate1-0/+902