[openssh-commits] [openssh] branch master updated (941e0d3e -> 713d9cb5)

git+noreply at mindrot.org git+noreply at mindrot.org
Sat Mar 3 14:18:08 AEDT 2018


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

djm pushed a change to branch master
in repository openssh.

      from  941e0d3e  Add WITH_XMSS, move to prevent conflicts.
       new  afd83084  upstream: Add newline at end of file to prevent compiler warnings.
       new  27b9f395  upstream: Add $OpenBSD$ markers to xmss files to help keep synced
       new  3b36bed3  upstream: Remove unneeded (local) include. ok markus@
       new  5886b929  upstream: missing #ifdef for _PATH_HOST_XMSS_KEY_FILE; report by
       new  94b4e2d2  upstream: refactor sshkey_read() to make it a little more, err,
       new  713d9cb5  upstream: Allow escaped quotes \" and \' in ssh_config and

The 6 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 713d9cb510e0e7759398716cbe6dcf43e574be71
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Mar 2 03:02:11 2018 +0000

    upstream: Allow escaped quotes \" and \' in ssh_config and
    
    sshd_config quotes option strings. bz#1596 ok markus@
    
    OpenBSD-Commit-ID: dd3a29fc2dc905e8780198e5a6a30b096de1a1cb

commit 94b4e2d29afaaaef89a95289b16c18bf5627f7cd
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Mar 2 02:08:03 2018 +0000

    upstream: refactor sshkey_read() to make it a little more, err,
    
    readable. ok markus
    
    OpenBSD-Commit-ID: 2e9247b5762fdac3b6335dc606d3822121714c28

commit 5886b92968b360623491699247caddfb77a74d80
Author: markus at openbsd.org <markus at openbsd.org>
Date:   Thu Mar 1 20:32:16 2018 +0000

    upstream: missing #ifdef for _PATH_HOST_XMSS_KEY_FILE; report by
    
    jmc@
    
    OpenBSD-Commit-ID: 9039cb69a3f9886bfef096891a9e7fcbd620280b

commit 3b36bed3d26f17f6a2b7e036e01777770fe1bcd4
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Mon Feb 26 12:14:53 2018 +0000

    upstream: Remove unneeded (local) include. ok markus@
    
    OpenBSD-Commit-ID: 132812dd2296b1caa8cb07d2408afc28e4e60f93

commit 27b9f3950e0289e225b57b7b880a8f1859dcd70b
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Mon Feb 26 03:56:44 2018 +0000

    upstream: Add $OpenBSD$ markers to xmss files to help keep synced
    
    with portable. ok djm at .
    
    OpenBSD-Commit-ID: 5233a27aafd1dfadad4b957225f95ae51eb365c1

commit afd830847a82ebbd5aeab05bad6d2c8ce74df1cd
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Mon Feb 26 03:03:05 2018 +0000

    upstream: Add newline at end of file to prevent compiler warnings.
    
    OpenBSD-Commit-ID: 52f247d4eafe840c7c14c8befa71a760a8eeb063

Summary of changes:
 .depend             |  16 ++--
 misc.c              |  27 ++++--
 servconf.c          |   4 +-
 sshkey.c            | 248 ++++++++++++++++++++++++++++------------------------
 xmss_commons.c      |   1 +
 xmss_commons.h      |   3 +-
 xmss_fast.c         |   1 +
 xmss_fast.h         |   1 +
 xmss_hash.c         |   1 +
 xmss_hash.h         |   1 +
 xmss_hash_address.c |   1 +
 xmss_hash_address.h |   1 +
 xmss_wots.c         |   1 +
 xmss_wots.h         |   1 +
 14 files changed, 176 insertions(+), 131 deletions(-)

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


More information about the openssh-commits mailing list