HP-UX Secure Shell A.05.00.012, A.05.00.013, and A.05.00.014 Release Notes
server configuration directives (/opt/ssh/etc/sshd_config) related to
Sftpfilecontrol are supported in this release:
• #SftpUmask
• #SftpPermitChmod yes
• #SftpPermitChown yes
This patch supersedes the sftplogging patch for HP-UX Secure Shell versions A.04.50
and higher.
Defects Fixed in OpenSSH5.0p1
This section lists the defects fixed in OpenSSH5.0p1. HP-UX Secure Shell versions
A.05.00.012, A.05.00.013, and A.05.00.014 are based on OpenSSH5.0p1 and include
these defect fixes. Table 1-2 lists the defects fixed in OpenSSH5.0p1.
Table 1-2 Defects Fixed in OpenSSH5.0p1
Defect FixDefect Identifier
The scp incorrectly reports stalled on slow copies.
Bugzilla #799
There is a date overflow with scp-p for timestamps before epoch.
Bugzilla #828
Progressmeter type fixes for the scp and sftp commands
Bugzilla #842
Fixed sshd PAM support not calling pam_session_close (), or failing to
call it with root privileges.
Bugzilla #926
SSH2_MSG_UNIMPLEMENTED packets do not correctly reset the client
keepalive logic, causing disconnections on servers that do not explicitly
implement "keepalive@openssh.com".
Bugzilla #1307
The scp command explicitly specifies buffer sizes instead of using symbolic
constants
Bugzilla #1333
The following warnings appear when compiling OpenSSH using gcc:
readconf.c: In function 'process_config_line':
readconf.c:695: warning: dereferencing type-punned pointer will break
Bugzilla #1355
strict-aliasing rules
servconf.c: In function 'process_server_config_line':
servconf.c:979: warning: dereferencing type-punned pointer will break
strict-aliasing rules
servconf.c:990: warning: dereferencing type-punned pointer will break
strict-aliasing rules
TCP and agent forwarding incorrectly advertise the channel window size as
the packet size, causing fatal errors under some conditions.
Bugzilla #1360
The KbdInteractiveAuthentication option is not documented in the
ssh_config(5) manpage
Bugzilla #1367
When using sftp to download files, if the file cannot be opened for writing,
then after 100 attempts to open the file, the following error message is logged:
Couldn't get handle: Failure.
Bugzilla #1375
Defects Fixed in OpenSSH5.0p1 7