summaryrefslogtreecommitdiff
path: root/usr/src/cmd/ssh/sshd/sshd.c
AgeCommit message (Collapse)AuthorFilesLines
2016-08-227293 Sun Secure Shell is neitherRichard Lowe1-2051/+0
Reviewed by: Albert Lee <trisk@omniti.com> Reviewed by: Alex Wilson <alex.wilson@joyent.com> Reviewed by: Alexander Pyhalov <alp@rsu.ru> Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Peter Tribble <peter.tribble@gmail.com>
2010-06-106949049 keyboard-interactive configuration option handling needs to be fixed ↵Jan Pechanec1-2/+34
in SunSSH
2010-03-016875954 fork error is reported with wrong errno in sshd.cJan Pechanec1-7/+7
6916082 sshd(1M) ignores nologin(4) if /etc/nologin is not world readable
2009-11-116655613 resync server's conditional Match block from OpenSSHHuie-Ying Lee1-3/+8
2009-09-146868716 dangling sshd authentication thread after timeout exit of monitorJan Pechanec1-17/+18
6875551 remove the "authenticated" label from sshd.c
2009-06-116635417 more memory leaks in SunSSHJan Pechanec1-11/+10
6687441 typo in comment for record_login() in sshlogin.c 6686336 ssh source code should use FD_CLOEXEC macro instead of 1 6839514 SSH's debug3() says login while it should mention logout 6820920 Sun SSH daemon crashes if /usr/bin/locale isn't present 6368560 extra backslashes in RB_PROTOTYPE 6496644 deprecate UseLogin and remove code supporting this feature from sshd(1m) 6445661 confusing debug message printed at debug level 3 6531556 ssh "You don't exist, go away" message is not helpful and rude 6670875 remove SECUREWARE code from SunSSH 6663391 confusing message in sshconnect1.c when all authentication methods fail 6822495 unlocalized message "illegal option" is seen with ssh command 6545293 ssh: ~? help and man page do not quite match for definition of ~B 6656381 ssh can crash when using libumem and given a bad local forwarding specification
2009-03-23PSARC/2009/155 ChrootDirectory option for SunSSH serverJan Pechanec1-1/+8
5043377 provide chroot capability in SunSSH 6809398 default PATH in SunSSH should contain "/bin" 6810759 remove md5crypt.c from SunSSH since it's not used 6813038 Subsystem keyword in sshd_config doesn't accept subsystem's options 6772676 ssh default XAuthLocation should be /usr/X11/bin/xauth
2009-01-306797322 fix for 6761890 in SunSSH is too aggressiveJan Pechanec1-1/+26
2008-09-12PSARC/2008/520 SunSSH with the OpenSSL PKCS#11 engine supportJan Pechanec1-144/+91
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-246687803 sshd passes incorrect descriptor to audit_sshd_settid() when spawned ↵paulson1-1/+2
from inetd
2007-11-30PSARC/2007/034 ssh/sshd resync with OpenSSHjp1619481-272/+12
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
2007-05-25PSARC 2007/064 Unified POSIX and Windows Credentials for Solariscasper1-2/+2
4994017 data structure sharing between rpcbind and libnsl leads to accidents 6549510 Need the ability to store SIDs in the Solaris cred_t 6549515 PSARC 2007/064: uid_t and gid_t to become unsigned
2006-08-016450749 The +group audit policy is ignored by most userland audit recordsgww1-0/+11
2006-04-116376800 sshd(1M) on BSM enabled systems can trigger spurious audit related ↵jp1619481-2/+8
syslog messages 6405907 switched back-references in cmd/ssh/README.altprivsep file
2005-06-14OpenSolaris Launchstevel@tonic-gate1-0/+2277