[openssh-commits] [openssh] branch master updated (c7219f4 -> 1e30483)

git+noreply at mindrot.org git+noreply at mindrot.org
Mon Dec 22 13:21:36 EST 2014


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

djm pushed a change to branch master
in repository openssh.

      from  c7219f4   upstream commit
       new  058f839   upstream commit
       new  56d1c83   upstream commit
       new  d16bdd8   missing include for base64 encoding
       new  b79efde   upstream commit
       new  a5375cc   upstream commit
       new  6b40567   upstream commit
       new  1e30483   upstream commit

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 1e30483c8ad2c2f39445d4a4b6ab20c241e40593
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Mon Dec 22 02:15:52 2014 +0000

    upstream commit
    
    adjust for new SHA256 key fingerprints and
     slightly-different MD5 hex fingerprint format

commit 6b40567ed722df98593ad8e6a2d2448fc2b4b151
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Mon Dec 22 01:14:49 2014 +0000

    upstream commit
    
    poll changes to netcat (usr.bin/netcat.c r1.125) broke
     this test; fix it by ensuring more stdio fds are sent to devnull

commit a5375ccb970f49dddf7d0ef63c9b713ede9e7260
Author: jmc at openbsd.org <jmc at openbsd.org>
Date:   Sun Dec 21 23:35:14 2014 +0000

    upstream commit
    
    tweak previous;

commit b79efde5c3badf5ce4312fe608d8307eade533c5
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Sun Dec 21 23:12:42 2014 +0000

    upstream commit
    
    document FingerprintHash here too

commit d16bdd8027dd116afa01324bb071a4016cdc1a75
Author: Damien Miller <djm at mindrot.org>
Date:   Mon Dec 22 10:18:09 2014 +1100

    missing include for base64 encoding

commit 56d1c83cdd1ac76f1c6bd41e01e80dad834f3994
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Sun Dec 21 22:27:55 2014 +0000

    upstream commit
    
    Add FingerprintHash option to control algorithm used for
     key fingerprints. Default changes from MD5 to SHA256 and format from hex to
     base64.
    
    Feedback and ok naddy@ markus@

commit 058f839fe15c51be8b3a844a76ab9a8db550be4f
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Thu Dec 18 23:58:04 2014 +0000

    upstream commit
    
    don't count partial authentication success as a failure
     against MaxAuthTries; ok deraadt@

Summary of changes:
 auth-rsa.c                                         |   5 +-
 auth.c                                             |   5 +-
 auth2-hostbased.c                                  |   7 +-
 auth2-pubkey.c                                     |  16 +--
 auth2.c                                            |   4 +-
 digest-libc.c                                      |  22 +++-
 digest-openssl.c                                   |  22 +++-
 digest.h                                           |   8 +-
 dns.c                                              |  11 +-
 key.c                                              |   7 +-
 key.h                                              |   4 +-
 krl.c                                              |   8 +-
 readconf.c                                         |  24 ++++-
 readconf.h                                         |   4 +-
 regress/Makefile                                   |  10 +-
 regress/multiplex.sh                               |   8 +-
 regress/t4.ok                                      |   2 +-
 regress/unittests/sshkey/test_file.c               |  31 +++---
 regress/unittests/sshkey/testdata/dsa_1-cert.fp    |   2 +-
 regress/unittests/sshkey/testdata/dsa_1.fp         |   2 +-
 regress/unittests/sshkey/testdata/dsa_2.fp         |   2 +-
 regress/unittests/sshkey/testdata/ecdsa_1-cert.fp  |   2 +-
 regress/unittests/sshkey/testdata/ecdsa_1.fp       |   2 +-
 regress/unittests/sshkey/testdata/ecdsa_2.fp       |   2 +-
 .../unittests/sshkey/testdata/ed25519_1-cert.fp    |   2 +-
 regress/unittests/sshkey/testdata/ed25519_1.fp     |   2 +-
 regress/unittests/sshkey/testdata/ed25519_2.fp     |   2 +-
 regress/unittests/sshkey/testdata/rsa1_1.fp        |   2 +-
 regress/unittests/sshkey/testdata/rsa1_2.fp        |   2 +-
 regress/unittests/sshkey/testdata/rsa_1-cert.fp    |   2 +-
 regress/unittests/sshkey/testdata/rsa_1.fp         |   2 +-
 regress/unittests/sshkey/testdata/rsa_2.fp         |   2 +-
 servconf.c                                         |  24 ++++-
 servconf.h                                         |   4 +-
 ssh-add.1                                          |  13 ++-
 ssh-add.c                                          |  54 +++++++---
 ssh-agent.1                                        |  13 ++-
 ssh-agent.c                                        |  17 ++-
 ssh-keygen.1                                       |  13 ++-
 ssh-keygen.c                                       |  58 +++++++----
 ssh-keysign.c                                      |   5 +-
 ssh.1                                              |   6 +-
 ssh_config.5                                       |  17 ++-
 sshconnect.c                                       |  27 +++--
 sshconnect2.c                                      |   6 +-
 sshd_config.5                                      |  12 ++-
 sshkey.c                                           | 114 ++++++++++++++-------
 sshkey.h                                           |  16 ++-
 48 files changed, 432 insertions(+), 193 deletions(-)

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


More information about the openssh-commits mailing list