summaryrefslogtreecommitdiff
path: root/usr/src/cmd/ssh
AgeCommit message (Collapse)AuthorFilesLines
2009-03-23PSARC/2009/155 ChrootDirectory option for SunSSH serverJan Pechanec18-660/+999
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-02-266797221 do_exec_no_pty() function contains file descriptor leakZdenek Kotala1-1/+5
2009-02-236480741 command line editing is desired for sftp(1)Huie-Ying Lee3-11/+81
2009-02-17PSARC/2005/146 GNOME ssh-askpass(1)Darren Moffat2-5/+39
6192335 ssh-add complains that askpass client is missing
2009-02-146761070 PSARC 2008/580 Solaris host-based firewallTruong Nguyen2-8/+50
6236609 svc.startd resets auxiliary state on svcadm mark maintenance 6762307 SMF - expressing a service's maintenance state by request of another service
2009-02-136799060 implement arcfour128 and arcfour256 in SunSSHJan Pechanec2-203/+38
6804216 pkcs#11 engine should support a key length range for RC4
2009-02-106798660 Cadmium .NOT file processing problem with CWD relative file pathsAli Bahrami1-3/+15
Contributed by Richard Lowe 6785284 Mapfile versioning rules need to be more visible to gatelings 6800164 Standard file exclusion mechanism needed for Cadmium tools
2009-01-306797322 fix for 6761890 in SunSSH is too aggressiveJan Pechanec6-1265/+1034
2009-01-14PSARC 2008/778 asprintf, vasprintfRoger A. Faulkner1-3/+3
4508459 Solaris should have asprintf() and vasprintf() functions
2008-12-086730661 sshd should re-try pam_chauthtok() when it returns PAM_AUTHTOK_ERRPeter Shoults1-3/+18
2008-12-086757046 sftp/sftp-server don't allow setting of set[ug]id/sticky bitsVladimir Kotal2-8/+4
2008-12-086761890 ssh protocol security vulnerability may be used to reveal some plaintextJan Pechanec5-29/+8
2008-11-246772392 sshd auditing could be more accurate for failed logins to invalid ↵Brent Paulson1-8/+34
accounts
2008-11-216449514 move OpenSSL from /usr/sfw to /usr, /libJohn.Zolnowsky@Sun.COM11-82/+31
6457487 clean up Makefile for cmd/openssl 6686002 move /usr/lib/libkmf and plugins to /lib - PSARC 2007/674 6686004 move libcryptoutil and libelfsign from /usr/lib to /lib - PSARC 2007/674 6700122 cryptosvc should be able to start before filesystem/usr
2008-11-106734620 sshd doesn't audit failed logins correctly.Brent Paulson7-50/+94
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-10-276658764 remove SMARTCARD code from SunSSHHuie-Ying Lee9-1319/+4
2008-09-296751377 SunSSH with UseOpenSSLEngine=yes should not fatal() when the PKCS#11 ↵Jan Pechanec3-6/+20
engine is not found
2008-09-12PSARC/2008/520 SunSSH with the OpenSSL PKCS#11 engine supportJan Pechanec29-440/+1032
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-09-03PSARC 2008/305 strsep() in libcVladimir Kotal7-132/+4
4383867 need strsep() in libc --HG-- rename : usr/src/lib/passwdutil/bsd-strsep.c => usr/src/lib/libc/port/gen/strsep.c
2008-07-146714346 *sshd* does not enforce empty password restrictionsdarrenm1-2/+6
2008-04-246687803 sshd passes incorrect descriptor to audit_sshd_settid() when spawned ↵paulson1-1/+2
from inetd
2008-04-186684003 fix CVE-2008-1483 in SunSSHjp1619481-5/+3
2008-04-086679747 ssh disconnects with error if rc4, 3des or blowfish is used and ↵jp1619485-18/+61
default RekeyLimit is reached
2008-03-28PSARC/2008/164 Move TCP Wrappers from /usr/sfw to /usrceastha1-4/+2
6666929 move TCP Wrapper from /usr/sfw to /usr
2008-03-266617424 aes192/aes256 support is missing from ssh/sshdjp1619484-65/+37
6674421 make cmd/ssh/include/myproposal.h cstyle clean 6674710 ssh can leave a defunct process lying around and waste a file descriptor
2008-02-266627886 make SunSSH's GSS-API code cstyle cleanjp1619487-588/+596
2007-12-136637784 config.h, defines.h and includes.h should be cstyle clean in SunSSHjp1619483-504/+550
2007-12-056496972 misleading error message is printed if X11 forwarding setup failsjp16194812-210/+36
6504798 ssh fails for users when ngroups_max=32 6631713 ssh-socks5-proxy-connect is too greedy during initial negotiation 6635397 remove bsd-nextstep files from SunSSH --HG-- rename : usr/src/cmd/ssh/include/bsd-nextstep.h => deleted_files/usr/src/cmd/ssh/include/bsd-nextstep.h rename : usr/src/cmd/ssh/libopenbsd-compat/common/bsd-nextstep.c => deleted_files/usr/src/cmd/ssh/libopenbsd-compat/common/bsd-nextstep.c
2007-11-30PSARC/2007/034 ssh/sshd resync with OpenSSHjp16194852-4560/+515
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-10-26PSARC/2007/610 ssh(1) binding address for port forwardingjp16194814-399/+773
6506674 allow specific binding address to be used with -LRD options for ssh(1) 6619347 SunSSH is not fully compatible with RFC4254 with regard to port forwarding
2007-10-15PSARC/2004/505 ssh_config(4) option compatibilityjp1619485-12/+137
5044096 ssh(1) is too picky, quits on unknown ~/.ssh/config options
2007-10-12PSARC/2007/034 ssh/sshd resync with OpenSSHjp16194812-383/+901
6324633 OpenSSH HashKnownHosts functionality desired for SunSSH
2007-09-19PSARC/2007/033 sftp resync with OpenSSHjp16194827-2319/+3701
6481668 sftp(1)/sftp-server(1m) needs a resync with OpenSSH --HG-- rename : usr/src/cmd/ssh/include/sftp-glob.h => deleted_files/usr/src/cmd/ssh/include/sftp-glob.h rename : usr/src/cmd/ssh/include/sftp-int.h => deleted_files/usr/src/cmd/ssh/include/sftp-int.h rename : usr/src/cmd/ssh/sftp/sftp-int.c => deleted_files/usr/src/cmd/ssh/sftp/sftp-int.c
2007-09-106598158 ssh compatibility flag SSH_BUG_DFLT_CLNT_EXIT_0 wasn't a good ideajp1619484-20/+25
6598255 sshd may print bogus error messages in lastlog_get_entry()
2007-08-29PSARC/2007/032 ssh disable bannerjp1619486-3/+68
4972643 wants banner page to display but not when issuing commands
2007-08-20PSARC/2007/034 ssh/sshd resync with OpenSSHjp1619489-86/+174
6472998 implement untrusted X11 forwarding in ssh(1)
2007-08-016552966 ssh should issue warning message for expired passwords againvk1998392-427/+676
2007-07-31PSARC/2007/034 ssh/sshd resync with OpenSSHjp1619482-3/+135
6459966 add SOCKS version 5 for dynamic forwarding in ssh(1)
2007-07-16PSARC/2007/034 ssh/sshd resync with OpenSSHjp1619485-15/+61
6268400 resync ServerAlive functionality
2007-05-25PSARC 2007/064 Unified POSIX and Windows Credentials for Solariscasper3-10/+11
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
2007-05-216509089 sshd not logging kerberos principals with sysloggm1499741-1/+16
2007-05-176455532 OSNet cleanup required in preparation for direct bindingsrie3-6/+46
--HG-- rename : usr/src/cmd/bnu/strecpy.c => deleted_files/usr/src/cmd/bnu/strecpy.c rename : usr/src/cmd/fs.d/ufs/mount/realpath.c => deleted_files/usr/src/cmd/fs.d/ufs/mount/realpath.c rename : usr/src/cmd/lp/lib/lp/tinames.c => deleted_files/usr/src/cmd/lp/lib/lp/tinames.c rename : usr/src/cmd/sgs/crle/common/mapfile-vers => deleted_files/usr/src/cmd/sgs/crle/common/mapfile-vers rename : usr/src/cmd/sgs/elfdump/common/mapfile-vers => deleted_files/usr/src/cmd/sgs/elfdump/common/mapfile-vers rename : usr/src/cmd/sgs/ldd/common/mapfile-vers => deleted_files/usr/src/cmd/sgs/ldd/common/mapfile-vers rename : usr/src/cmd/sgs/moe/common/mapfile-vers => deleted_files/usr/src/cmd/sgs/moe/common/mapfile-vers rename : usr/src/cmd/sgs/pvs/common/mapfile-vers => deleted_files/usr/src/cmd/sgs/pvs/common/mapfile-vers rename : usr/src/lib/libsocket/amd64/byteorder.s => deleted_files/usr/src/lib/libsocket/amd64/byteorder.s rename : usr/src/lib/libsocket/i386/byteorder.s => deleted_files/usr/src/lib/libsocket/i386/byteorder.s rename : usr/src/cmd/sgs/ld/common/mapfile-vers => usr/src/cmd/sgs/ld/common/mapfile-intf rename : usr/src/cmd/sgs/mapfiles/Makefile => usr/src/common/mapfiles/Makefile rename : usr/src/cmd/sgs/mapfiles/amd64/Makefile => usr/src/common/mapfiles/amd64/Makefile rename : usr/src/cmd/sgs/mapfiles/amd64/map.above4G => usr/src/common/mapfiles/amd64/map.above4G rename : usr/src/cmd/sgs/mapfiles/amd64/map.below4G => usr/src/common/mapfiles/amd64/map.below4G rename : usr/src/cmd/sgs/mapfiles/common/Makefile => usr/src/common/mapfiles/common/Makefile rename : usr/src/cmd/mapfile_bssalign => usr/src/common/mapfiles/common/map.bssalign rename : usr/src/cmd/mapfile_execdata => usr/src/common/mapfiles/common/map.execdata rename : usr/src/lib/common/mapfile-filter => usr/src/common/mapfiles/common/map.filter rename : usr/src/cmd/mapfile_noexstk => usr/src/common/mapfiles/common/map.noexstk rename : usr/src/cmd/sgs/mapfiles/i386/Makefile => usr/src/common/mapfiles/i386/Makefile rename : usr/src/cmd/sgs/mapfiles/i386/map.default => usr/src/common/mapfiles/i386/map.default rename : usr/src/cmd/mapfile_noexdata => usr/src/common/mapfiles/i386/map.noexdata rename : usr/src/cmd/sgs/mapfiles/i386/map.pagealign => usr/src/common/mapfiles/i386/map.pagealign rename : usr/src/cmd/sgs/mapfiles/sparc/Makefile => usr/src/common/mapfiles/sparc/Makefile rename : usr/src/cmd/sgs/mapfiles/sparc/map.default => usr/src/common/mapfiles/sparc/map.default rename : usr/src/cmd/sgs/mapfiles/sparc/map.pagealign => usr/src/common/mapfiles/sparc/map.pagealign rename : usr/src/cmd/sgs/mapfiles/sparcv9/Makefile => usr/src/common/mapfiles/sparcv9/Makefile rename : usr/src/cmd/sgs/mapfiles/sparcv9/map.above4G => usr/src/common/mapfiles/sparcv9/map.above4G rename : usr/src/cmd/sgs/mapfiles/sparcv9/map.below4G => usr/src/common/mapfiles/sparcv9/map.below4G rename : usr/src/lib/libsocket/inet/byteorder.c => usr/src/lib/libc/sparc/gen/byteorder.c
2007-05-086527064 *sshd* uses LC_CTIME instead of LC_TIMEjp1619481-2/+2
2007-05-036455242 nightly should be able to preserve all proto areas from a single build.kupfer3-4/+73
6467531 nightly(1) needs option to generate OpenSolaris delivery --HG-- rename : usr/src/pkgdefs/SUNWftpu/copyright => usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/LICENSE
2007-04-276541172 scp skips a file after a "set mode:" errorjp1619481-5/+9
2007-04-066506671 sshd should not fail on permissions check with pubkey auth if ↵jp1619482-9/+15
homedir is not available 6541995 honour Host directives when processing ConnectTimeout option
2007-04-02PSARC 2007/034 ssh/sshd resync with OpenSSHjp1619486-7/+121
6480090 ConnectTimeout functionality desired for SUNWssh
2007-03-286203206 sshd should set PAM_AUSER for hostbased userauth for audited logins ↵jp1619483-3/+17
to roles
2006-11-226490527 sshd dumps core when compiled with gccjp1619481-13/+38
6493597 get rid of 'xauth: creating new authority file' message with 'ssh -X' 6494020 modifying a string literal in session_x11_req() coredumps sshd(1m) built with gcc
2006-11-136432078 SUNWsshdu should depend on SUNWlocjp1619484-4/+83
6432083 sshd dumps core if /usr/bin/locale is missing or gives an empty output 6470249 ssh support for X forwarding is broken 6484979 typo in 'frunction' in cmd/ssh/libssh/common/log.c