[openssh-commits] [openssh] branch master updated (34e87fb5 -> 62dd7061)

git+noreply at mindrot.org git+noreply at mindrot.org
Wed May 8 18:42:51 AEST 2019


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

djm pushed a change to branch master
in repository openssh.

      from  34e87fb5  Remove unused variables from RLIMIT_NOFILE test.
       new  5696512d  upstream: Remove crc32.{c,h} which were only used by the now-gone
       new  e826bbca  upstream: When running sshd -T, assume any attibute not provided by
       new  d7c6e38b  upstream: Document new default RSA key size. From
       new  3a7db919  upstream: Use the LogLevel typdef instead of int where appropriate. Patch from Markus Schmidt via openssh-unix-dev, ok markus@
       new  8fcfb778  upstream: Import regenerated moduli.
       new  99043bd6  upstream: Wrap XMSS including in ifdef. Patch from markus at
       new  1c554a5d  upstream: Free host on exit path. Patch from markus at
       new  62be1ffe  upstream: Free channel objects on exit path. Patch from markus at
       new  62dd7061  upstream: Use the correct (according to POSIX) format for

The 9 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 62dd70613b77b229f53db3cc1c3e8a206fa2b582
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Fri May 3 06:06:30 2019 +0000

    upstream: Use the correct (according to POSIX) format for
    
    left-justification in snmprintf. bz#3002, patch from velemas at gmail.com, ok
    markus at .
    
    OpenBSD-Commit-ID: 65d252b799be0cc8f68b6c47cece0a57bb00fea7

commit 62be1ffe5ffc68cfaac183320503c00a8c72e0b1
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Fri May 3 04:11:00 2019 +0000

    upstream: Free channel objects on exit path. Patch from markus at
    
    blueflash.cc, ok deraadt
    
    OpenBSD-Commit-ID: dbe4db381603909482211ffdd2b48abd72169117

commit 1c554a5d94b9de6bd5374e2992a5662746cc39ba
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Fri May 3 03:27:38 2019 +0000

    upstream: Free host on exit path. Patch from markus at
    
    blueflash.cc, ok djm@
    
    OpenBSD-Commit-ID: c54e9945d93c4ce28350d8b9fa8b71f744ef2b5a

commit 99043bd64e5e0f427173f4fa83ef25a4676624a3
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Fri May 3 03:25:18 2019 +0000

    upstream: Wrap XMSS including in ifdef. Patch from markus at
    
    blueflash.cc, ok djm
    
    OpenBSD-Commit-ID: e3b34fc35cf12d33bde91ac03633210a3bc0f8b5

commit 8fcfb7789c43a19d24162a7a4055cd09ee951b34
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Fri Apr 26 08:37:17 2019 +0000

    upstream: Import regenerated moduli.
    
    OpenBSD-Commit-ID: db6375fc302e3bdf07d96430c63c991b2c2bd3ff

commit 3a7db919d5dd09f797971b3cf8ee301767459774
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Tue Apr 23 11:56:41 2019 +0000

    upstream: Use the LogLevel typdef instead of int where appropriate. Patch from Markus Schmidt via openssh-unix-dev, ok markus@
    
    OpenBSD-Commit-ID: 4c0f0f458e3da7807806b35e3eb5c1e8403c968a

commit d7c6e38b87efab1f140745fd8b1106b82e6e4a68
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Fri Apr 19 05:47:44 2019 +0000

    upstream: Document new default RSA key size. From
    
    sebastiaanlokhorst at gmail.com via bz#2997.
    
    OpenBSD-Commit-ID: bdd62ff5d4d649d2147904e91bf7cefa82fe11e1

commit e826bbcafe26dac349a8593da5569e82faa45ab8
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Thu Apr 18 18:56:16 2019 +0000

    upstream: When running sshd -T, assume any attibute not provided by
    
    -C does not match, which allows it to work when sshd_config contains a Match
    directive with or without -C.  bz#2858, ok djm@
    
    OpenBSD-Commit-ID: 1a701f0a33e3bc96753cfda2fe0b0378520b82eb

commit 5696512d7ad57e85e89f8011ce8dec617be686aa
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Thu Apr 18 07:32:56 2019 +0000

    upstream: Remove crc32.{c,h} which were only used by the now-gone
    
    SSH1 protocol. Patch from yumkam at gmail.com, ok deraadt.
    
    OpenBSD-Commit-ID: cceda5876c5ba6b4d8abcd52335329198cee3240

Summary of changes:
 .depend             |   5 +--
 .skipped-commit-ids |   1 +
 Makefile.in         |   2 +-
 channels.c          |  28 ++++++++++++--
 clientloop.c        |   4 +-
 crc32.c             | 105 ----------------------------------------------------
 crc32.h             |  30 ---------------
 packet.c            |   3 +-
 progressmeter.c     |   6 +--
 servconf.c          |  18 +++++----
 servconf.h          |   4 +-
 ssh-keygen.1        |   8 ++--
 ssh.c               |   5 ++-
 sshconnect.c        |   3 +-
 sshd.c              |   3 +-
 sshkey.c            |   6 ++-
 16 files changed, 62 insertions(+), 169 deletions(-)
 delete mode 100644 crc32.c
 delete mode 100644 crc32.h

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


More information about the openssh-commits mailing list