[openssh-commits] [openssh] branch master updated (022ce92f -> 469df611)

git+noreply at mindrot.org git+noreply at mindrot.org
Sun Jan 26 10:34:56 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  022ce92f  upstream: when AddKeysToAgent=yes is set and the key contains no
       new  bf986a9e  upstream: clarify order of AllowUsers/DenyUsers vs
       new  69334996  upstream: make sshd_config:ClientAliveCountMax=0 disable the
       new  065064fc  upstream: add a comment describing the ranges of channel IDs that
       new  99aa8035  upstream: factor out reading/writing sshbufs to dedicated
       new  59d01f1d  upstream: improve the error message for u2f enrollment errors by
       new  6a107606  depend
       new  de40876c  upstream: tidy headers; some junk snuck into sshbuf-misc.c and
       new  469df611  upstream: clarify that BatchMode applies to all interactive prompts

The 8 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 469df611f778eec5950d556aabfe1d4efc227915
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Sat Jan 25 23:33:27 2020 +0000

    upstream: clarify that BatchMode applies to all interactive prompts
    
    (e.g. host key confirmation) and not just password prompts.
    
    OpenBSD-Commit-ID: 97b001883d89d3fb1620d2e6b747c14a26aa9818

commit de40876c4a5d7c519d3d7253557572fdfc13db76
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Sat Jan 25 23:28:06 2020 +0000

    upstream: tidy headers; some junk snuck into sshbuf-misc.c and
    
    sshbuf-io.c doesn't need SSHBUF_INTERNAL set
    
    OpenBSD-Commit-ID: 27a724d2e0b2619c1a1490f44093bbd73580d9e6

commit 6a107606355fa9547884cad6740e6144a7a7955b
Author: Damien Miller <djm at mindrot.org>
Date:   Sun Jan 26 10:28:21 2020 +1100

    depend

commit 59d01f1d720ebede4da42882f592d1093dac7adc
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Sat Jan 25 23:13:09 2020 +0000

    upstream: improve the error message for u2f enrollment errors by
    
    making ssh-keygen be solely responsible for printing the error message and
    convertint some more common error responses from the middleware to a useful
    ssherr.h status code. more detail remains visible via -v of course.
    
    also remove indepedent copy of sk-api.h declarations in sk-usbhid.c
    and just include it.
    
    feedback & ok markus@
    
    OpenBSD-Commit-ID: a4a8ffa870d9a3e0cfd76544bcdeef5c9fb1f1bb

commit 99aa8035554ddb976348d2a9253ab3653019728d
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Sat Jan 25 23:02:13 2020 +0000

    upstream: factor out reading/writing sshbufs to dedicated
    
    functions; feedback and ok markus@
    
    OpenBSD-Commit-ID: dc09e5f1950b7acc91b8fdf8015347782d2ecd3d

commit 065064fcf455778b0918f783033b374d4ba37a92
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Sat Jan 25 22:49:38 2020 +0000

    upstream: add a comment describing the ranges of channel IDs that
    
    we use; requested by markus@
    
    OpenBSD-Commit-ID: 83a1f09810ffa3a96a55fbe32675b34ba739e56b

commit 69334996ae203c51c70bf01d414c918a44618f8e
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Sat Jan 25 22:41:01 2020 +0000

    upstream: make sshd_config:ClientAliveCountMax=0 disable the
    
    connection killing behaviour, rather than killing the connection after
    sending the first liveness test probe (regardless of whether the client was
    responsive) bz2627; ok markus
    
    OpenBSD-Commit-ID: 5af79c35f4c9fa280643b6852f524bfcd9bccdaf

commit bf986a9e2792555e0879a3145fa18d2b49436c74
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Sat Jan 25 22:36:22 2020 +0000

    upstream: clarify order of AllowUsers/DenyUsers vs
    
    AllowGroups/DenyGroups; bz1690, ok markus@
    
    OpenBSD-Commit-ID: 5637584ec30db9cf64822460f41b3e42c8f9facd

Summary of changes:
 .depend         |   3 +-
 Makefile.in     |   3 +-
 PROTOCOL.u2f    |   1 +
 authfile.c      |  77 +++++--------------------------------
 authfile.h      |   3 +-
 channels.h      |  10 ++++-
 krl.c           |  16 ++------
 serverloop.c    |   5 ++-
 sk-api.h        |   3 +-
 sk-usbhid.c     |  99 +++++++++++++----------------------------------
 ssh-add.c       |   6 +--
 ssh-keygen.c    |  50 ++++++------------------
 ssh-sk-helper.c |   4 +-
 ssh-sk.c        |   6 ++-
 ssh_config.5    |   8 ++--
 sshbuf-io.c     | 117 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 sshbuf-misc.c   |   2 +-
 sshbuf.h        |  18 ++++++++-
 sshd_config.5   |  29 +++++---------
 ssherr.c        |   4 +-
 ssherr.h        |   3 +-
 21 files changed, 233 insertions(+), 234 deletions(-)
 create mode 100644 sshbuf-io.c

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


More information about the openssh-commits mailing list