[openssh-commits] [openssh] branch master updated (52423f64 -> d1051c0f)

git+noreply at mindrot.org git+noreply at mindrot.org
Tue Jan 18 11:15:31 AEDT 2022


This is an automated email from the git hooks/post-receive script.

djm pushed a change to branch master
in repository openssh.

      from  52423f64  upstream: ssh-sk: free a resident key's user id
       new  39d17e18  upstream: allow pin-required FIDO keys to be added to ssh-agent(1).
       new  ac7c9ec8  upstream: when transferring multiple files in SFTP mode, create the
       new  d5981b18  upstream: make most of the sftp errors more idiomatic, following
       new  d1051c0f  upstream: when decompressing zlib compressed packets, use

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Detailed log of new commits:

commit d1051c0f11a6b749027e26bbeb61b07df4b67e15
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Mon Jan 17 22:56:04 2022 +0000

    upstream: when decompressing zlib compressed packets, use
    
    Z_SYNC_FLUSH instead of Z_PARTIAL_FLUSH as the latter is not actually
    specified as a valid mode for inflate(). There should be no practical change
    in behaviour as the compression side ensures a flush that should make all
    data available to the receiver in all cases.
    
    repoted by lamm AT ibm.com via bz3372; ok markus
    
    OpenBSD-Commit-ID: 67cfc1fa8261feae6d2cc0c554711c97867cc81b

commit d5981b1883746b1ae178a46229c26b53af99e37a
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Mon Jan 17 21:41:04 2022 +0000

    upstream: make most of the sftp errors more idiomatic, following
    
    the general form of "[local/remote] operation path: error message"; ok markus
    
    OpenBSD-Commit-ID: 61364cd5f3a9fecaf8d63b4c38a42c0c91f8b571

commit ac7c9ec894ed0825d04ef69c55babb49bab1d32e
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Mon Jan 17 21:39:51 2022 +0000

    upstream: when transferring multiple files in SFTP mode, create the
    
    destination directory if it doesn't already exist to match olde-scp(1)
    behaviour. noticed by deraadt@ ok markus@
    
    OpenBSD-Commit-ID: cf44dfa231d4112f697c24ff39d7ecf2e6311407

commit 39d17e189f8e72c34c722579d8d4e701fa5132da
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Jan 14 03:43:48 2022 +0000

    upstream: allow pin-required FIDO keys to be added to ssh-agent(1).
    
    ssh-askpass will be used to request the PIN at authentication time.
    
    From Pedro Martelletto, ok djm
    
    OpenBSD-Commit-ID: de8189fcd35b45f632484864523c1655550e2950

Summary of changes:
 packet.c      |   4 +-
 scp.c         |  55 +++++++++++++-----
 sftp-client.c | 182 +++++++++++++++++++++++++++++++++++-----------------------
 ssh-add.c     |   7 +--
 ssh-agent.c   |  41 +++++++++++--
 5 files changed, 188 insertions(+), 101 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list