[openssh-commits] [openssh] branch master updated (b755264e -> e4d1a0b4)

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Dec 4 13:43:53 AEDT 2020


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

djm pushed a change to branch master
in repository openssh.

      from  b755264e  upstream: Include cipher.h for declaration of cipher_by_name.
       new  2bcbf679  upstream: Ignore comments at the end of config lines in ssh_config,
       new  ee22db7c  upstream: make program name be const
       new  ac0364b8  upstream: typos: s/hex/kex/ in error messages
       new  553b90fe  upstream: fix minor memleak of kex->hostkey_alg on rekex
       new  3b98b6e2  upstream: memleak of DH public bignum; found with libfuzzer
       new  ace12dc6  upstream: make ssh_free(NULL) a no-op
       new  e4d1a0b4  upstream: shuffle a few utility functions into sftp-client.c; from

The 7 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 e4d1a0b40add800b6e9352b40c2223e44acc3a45
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Dec 4 02:41:10 2020 +0000

    upstream: shuffle a few utility functions into sftp-client.c; from
    
    Jakub Jelen
    
    OpenBSD-Commit-ID: fdeb1aae1f6149b193f12cd2af158f948c514a2a

commit ace12dc64f8e3a2496ca48d36b53cb3c0a090755
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Dec 4 02:29:56 2020 +0000

    upstream: make ssh_free(NULL) a no-op
    
    OpenBSD-Commit-ID: 42cb285d94789cefe6608db89c63040ab0a80fa0

commit 3b98b6e27f8a122dbfda9966b1afeb3e371cce91
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Dec 4 02:29:25 2020 +0000

    upstream: memleak of DH public bignum; found with libfuzzer
    
    OpenBSD-Commit-ID: 0e913b542c3764b100b1571fdb0d0e5cc086fe97

commit 553b90feedd7da5b90901d73005f86705456d686
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Dec 4 02:27:57 2020 +0000

    upstream: fix minor memleak of kex->hostkey_alg on rekex
    
    OpenBSD-Commit-ID: 2c3969c74966d4ccdfeff5e5f0df0791919aef50

commit ac0364b85e66eb53da2f9618f699ba6bd195ceea
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Dec 4 02:27:08 2020 +0000

    upstream: typos: s/hex/kex/ in error messages
    
    OpenBSD-Commit-ID: 43a026c9571dd779ec148de1829cf5a6b6651905

commit ee22db7c5885a1d90219202c0695bc621aa0409b
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Dec 4 02:25:13 2020 +0000

    upstream: make program name be const
    
    OpenBSD-Commit-ID: ece25680ec637fdf20502721ccb0276691df5384

commit 2bcbf679de838bb77a8bd7fa18e100df471a679c
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Mon Nov 30 05:36:39 2020 +0000

    upstream: Ignore comments at the end of config lines in ssh_config,
    
    similar to what we already do for sshd_config.  bz#2320, with & ok djm@
    
    OpenBSD-Commit-ID: bdbf9fc5bc72b1a14266f5f61723ed57307a6db4

Summary of changes:
 kex.c         |  7 ++++---
 kexdh.c       |  3 ++-
 log.c         |  7 ++++---
 log.h         |  4 ++--
 readconf.c    | 11 +++++++++--
 sftp-client.c | 51 ++++++++++++++++++++++++++++++++++++++++++++++++++-
 sftp-client.h | 15 ++++++++++++++-
 sftp.c        | 58 +++++-----------------------------------------------------
 ssh_api.c     |  5 ++++-
 9 files changed, 94 insertions(+), 67 deletions(-)

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


More information about the openssh-commits mailing list