summaryrefslogtreecommitdiff
path: root/usr/src/cmd/ssh/include
AgeCommit message (Collapse)AuthorFilesLines
2016-08-227293 Sun Secure Shell is neitherRichard Lowe103-9746/+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>
2016-01-25Revert "6057 login(1) "Last login" hostname is too short"Dan McDonald1-1/+1
(Needs further testing.) This reverts commit 6249f9725f411468c70516176806c553ac983270.
2015-12-286057 login(1) "Last login" hostname is too shortLauri Tirkkonen1-1/+1
Reviewed by: Gary Mills <gary_mills@fastmail.fm> Reviewed by: Albert Lee <trisk@omniti.com> Reviewed by: Jason King <jason.brian.king@gmail.com> Reviewed by: Alex Wilson <alex.wilson@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
2014-11-284937 SunSSH should support EOW extensionAdam Stevko1-0/+1
Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2013-11-011097 glob(3c) needs to support non-POSIX optionsGary Mills2-114/+3
3341 The sftp command should use the native glob() Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Reviewed by: Albert Lee <trisk@nexenta.com> Approved by: Dan McDonald <danmcd@nexenta.com>
2010-08-12PSARC 2010/299 GNU/Linux/BSD compatibility functionsRoger A. Faulkner1-3/+3
6960818 add get_nprocs(), getline(), strdupa(), strndup() to libc 6901783 strndup would be nice 6824404 libc should provide ffsl() & ffsll() 6793969 RFE: Add|stpcpy|to libc 6735446 Want a __progname symbol for BSD-style source compatibility 6421095 Solaris should provide strcasestr 6275498 Provide string compare functions wcscasecmp,wcsncasecmp in solaris like linux --HG-- rename : usr/src/lib/libc/port/gen/strcasecmp.c => usr/src/lib/libc/port/gen/ascii_strcasecmp.c rename : usr/src/lib/libc/port/gen/strncasecmp.c => usr/src/lib/libc/port/gen/ascii_strncasecmp.c rename : usr/src/lib/libc/sparc/gen/strcasecmp.s => usr/src/lib/libc/sparc/gen/ascii_strcasecmp.s rename : usr/src/lib/libc/sparcv9/gen/strcasecmp.s => usr/src/lib/libc/sparcv9/gen/ascii_strcasecmp.s
2010-06-106949049 keyboard-interactive configuration option handling needs to be fixed ↵Jan Pechanec1-4/+5
in SunSSH
2010-06-046953845 Sshd monitor process needs better debugingZdenek Kotala1-3/+6
6336266 ssh SIGWINCH handling races; some servers are very unforgiving 6953854 Channel handler could process just created channels
2010-05-06PSARC/2010/155 sshd(1M) PAM Service name optionsDarren J Moffat2-17/+15
4877708 PAM service name for sshd needs to be configurable
2010-03-016875954 fork error is reported with wrong errno in sshd.cJan Pechanec2-12/+2
6916082 sshd(1M) ignores nologin(4) if /etc/nologin is not world readable
2009-12-04PSARC 2009/449 sshd PreUserAuthHookErik Trauschke3-6/+7
6850175 Extension of SSHD to run an executable prior to user authentication
2009-11-116655613 resync server's conditional Match block from OpenSSHHuie-Ying Lee3-6/+12
2009-10-266882255 sftp connection fails when .bashrc generates output on stderrZdenek Kotala3-18/+4
6886656 unlimited window size causes problems with limited buffer sizes 6894519 USE_PIPES is not used on Solaris and should be removed
2009-09-15PSARC/2009/444 daemon() in libcVladimir Kotal3-25/+0
4471189 should have 4.4BSD's daemon() utility function
2009-08-12PSARC 2009/408 resync ssh-agent command with OpenSSHHuie-Ying Lee3-7/+9
6860042 resync ssh-agent(1) with OpenSSH 6228970 ssh-agent cannot tolerate stdin being closed
2009-06-116635417 more memory leaks in SunSSHJan Pechanec5-60/+39
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-05-116740240 ssh: password prompt is garbled on ja_JP.PCK/ja_JP.eucJP localeNobutomo Nakano4-63/+19
2009-04-286616927 preserve MAC contexts between packetsJan Pechanec2-18/+15
2009-03-23PSARC/2009/155 ChrootDirectory option for SunSSH serverJan Pechanec5-39/+48
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-236480741 command line editing is desired for sftp(1)Huie-Ying Lee1-1/+6
2009-02-136799060 implement arcfour128 and arcfour256 in SunSSHJan Pechanec1-1/+1
6804216 pkcs#11 engine should support a key length range for RC4
2009-01-306797322 fix for 6761890 in SunSSH is too aggressiveJan Pechanec1-11/+44
2009-01-14PSARC 2008/778 asprintf, vasprintfRoger A. Faulkner1-3/+3
4508459 Solaris should have asprintf() and vasprintf() functions
2008-12-086761890 ssh protocol security vulnerability may be used to reveal some plaintextJan Pechanec1-7/+2
2008-10-276658764 remove SMARTCARD code from SunSSHHuie-Ying Lee1-9/+0
2008-09-12PSARC/2008/520 SunSSH with the OpenSSL PKCS#11 engine supportJan Pechanec7-52/+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-09-03PSARC 2008/305 strsep() in libcVladimir Kotal3-31/+1
4383867 need strsep() in libc --HG-- rename : usr/src/lib/passwdutil/bsd-strsep.c => usr/src/lib/libc/port/gen/strsep.c
2008-04-086679747 ssh disconnects with error if rc4, 3des or blowfish is used and ↵jp1619481-5/+6
default RekeyLimit is reached
2008-03-266617424 aes192/aes256 support is missing from ssh/sshdjp1619481-28/+26
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 cleanjp1619481-32/+31
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 failsjp1619484-82/+8
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 OpenSSHjp1619487-379/+23
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 forwardingjp1619484-37/+46
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 compatibilityjp1619482-1/+27
5044096 ssh(1) is too picky, quits on unknown ~/.ssh/config options
2007-10-12PSARC/2007/034 ssh/sshd resync with OpenSSHjp1619484-46/+52
6324633 OpenSSH HashKnownHosts functionality desired for SunSSH
2007-09-19PSARC/2007/033 sftp resync with OpenSSHjp16194810-139/+173
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 ideajp1619481-2/+1
6598255 sshd may print bogus error messages in lastlog_get_entry()
2007-08-29PSARC/2007/032 ssh disable bannerjp1619483-0/+14
4972643 wants banner page to display but not when issuing commands
2007-08-20PSARC/2007/034 ssh/sshd resync with OpenSSHjp1619484-2/+7
6472998 implement untrusted X11 forwarding in ssh(1)
2007-07-31PSARC/2007/034 ssh/sshd resync with OpenSSHjp1619481-1/+5
6459966 add SOCKS version 5 for dynamic forwarding in ssh(1)
2007-07-16PSARC/2007/034 ssh/sshd resync with OpenSSHjp1619482-1/+3
6268400 resync ServerAlive functionality
2007-04-02PSARC 2007/034 ssh/sshd resync with OpenSSHjp1619482-1/+4
6480090 ConnectTimeout functionality desired for SUNWssh
2007-03-286203206 sshd should set PAM_AUSER for hostbased userauth for audited logins ↵jp1619481-1/+4
to roles
2006-11-136432078 SUNWsshdu should depend on SUNWlocjp1619481-1/+2
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
2006-11-136477720 possible DoS in CRC compensation attack detector for SSH protocol 1jp1619481-0/+1
6481229 potential race in fatal_cleanup() in ssh
2006-09-216472377 use of system() can cause execution of arbitrary code through ↵jp1619481-1/+2
malformed filenames (CVE-2006-0225)
2006-09-196448031 ssh-keygen does not overwrite old key information when told yesjp1619484-3/+37
6451031 broken key in authorized_keys causes sshd to exit 6455367 ssh-agent can accept connections from other users depending on permissions of socket directory 6457202 server side of scp creates a directory even when not in recursive mode 6457241 server side of scp allows dir creation outside of the target subdirectory 6457952 scp performs local copying even when expected target directory is not a directory 6457959 scp doesn't print stderr messages in certain situations 6466048 scp should not call write() for the last chunk of data twice 6468175 sshd may set MAIL variable with two slashes in a row
2006-09-116461060 make cmd/ssh/libssh/common/g11n.c and cmd/ssh/include/g11n.h cstyle ↵jp1619481-25/+25
clean
2006-02-23PSARC/2006/107 mkstemps(3C)/mkdtemp(3C)casper1-1/+5
6386057 Add mkdtemp(3C)/mkstemps(3C)