[openssh-commits] [openssh] branch master updated (b03ebe2 -> f14564c)

git+noreply at mindrot.org git+noreply at mindrot.org
Thu Jan 15 22:09:05 EST 2015


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

djm pushed a change to branch master
in repository openssh.

      from  b03ebe2   more --without-openssl
       new  0088c57   upstream commit
       new  141efe4   upstream commit
       new  e81cba0   upstream commit
       new  e4ebf55   upstream commit
       new  1129dcf   upstream commit
       new  c3554cd   upstream commit
       new  55358f0   upstream commit
       new  27ca1a5   upstream commit
       new  0920553   upstream commit
       new  cfaa579   upstream commit
       new  771bb47   upstream commit
       new  6c43b48   upstream commit
       new  7613f82   upstream commit
       new  d333f89   upstream commit
       new  45c0fd7   make bitmap test compile
       new  f14564c   upstream commit

The 16 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 f14564c1f7792446bca143580aef0e7ac25dcdae
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Thu Jan 15 11:04:36 2015 +0000

    upstream commit
    
    fix regression reported by brad@ for passworded keys without
     agent present

commit 45c0fd70bb2a88061319dfff20cb12ef7b1bc47e
Author: Damien Miller <djm at mindrot.org>
Date:   Thu Jan 15 22:08:23 2015 +1100

    make bitmap test compile

commit d333f89abf7179021e5c3f28673f469abe032062
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Thu Jan 15 07:36:28 2015 +0000

    upstream commit
    
    unit tests for KRL bitmap

commit 7613f828f49c55ff356007ae9645038ab6682556
Author: markus at openbsd.org <markus at openbsd.org>
Date:   Wed Jan 14 09:58:21 2015 +0000

    upstream commit
    
    re-add comment about full path

commit 6c43b48b307c41cd656b415621a644074579a578
Author: markus at openbsd.org <markus at openbsd.org>
Date:   Wed Jan 14 09:54:38 2015 +0000

    upstream commit
    
    don't reset  to the installed sshd; connect before
     reconfigure, too

commit 771bb47a1df8b69061f09462e78aa0b66cd594bf
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Tue Jan 13 14:51:51 2015 +0000

    upstream commit
    
    implement a SIGINFO handler so we can discern a stuck
     fuzz test from a merely glacial one; prompted by and ok markus

commit cfaa57962f8536f3cf0fd7daf4d6a55d6f6de45f
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Tue Jan 13 08:23:26 2015 +0000

    upstream commit
    
    use $SSH instead of installed ssh to allow override;
     spotted by markus@

commit 0920553d0aee117a596b03ed5b49b280d34a32c5
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Tue Jan 13 07:49:49 2015 +0000

    upstream commit
    
    regress test for PubkeyAcceptedKeyTypes; ok markus@

commit 27ca1a5c0095eda151934bca39a77e391f875d17
Author: markus at openbsd.org <markus at openbsd.org>
Date:   Mon Jan 12 20:13:27 2015 +0000

    upstream commit
    
    unbreak parsing of pubkey comments; with gerhard; ok
     djm/deraadt

commit 55358f0b4e0b83bc0df81c5f854c91b11e0bb4dc
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Mon Jan 12 11:46:32 2015 +0000

    upstream commit
    
    fatal if soft-PKCS11 library is missing rather (rather
     than continue and fail with a more cryptic error)

commit c3554cdd2a1a62434b8161017aa76fa09718a003
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Mon Jan 12 11:12:38 2015 +0000

    upstream commit
    
    let this test all supporte key types; pointed out/ok
     markus@

commit 1129dcfc5a3e508635004bcc05a3574cb7687167
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Thu Jan 15 09:40:00 2015 +0000

    upstream commit
    
    sync ssh-keysign, ssh-keygen and some dependencies to the
     new buffer/key API; mostly mechanical, ok markus@

commit e4ebf5586452bf512da662ac277aaf6ecf0efe7c
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Thu Jan 15 07:57:08 2015 +0000

    upstream commit
    
    remove commented-out test code now that it has moved to a
     proper unit test

commit e81cba066c1e9eb70aba0f6e7c0ff220611b370f
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Wed Jan 14 20:54:29 2015 +0000

    upstream commit
    
    whitespace

commit 141efe49542f7156cdbc2e4cd0a041d8b1aab622
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Wed Jan 14 20:05:27 2015 +0000

    upstream commit
    
    move authfd.c and its tentacles to the new buffer/key
     API; ok markus@

commit 0088c57af302cda278bd26d8c3ae81d5b6f7c289
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Wed Jan 14 19:33:41 2015 +0000

    upstream commit
    
    fix small regression: ssh-agent would return a success
     message but an empty signature if asked to sign using an unknown key; ok
     markus@

Summary of changes:
 Makefile.in                                 |  16 +-
 authfd.c                                    | 840 +++++++++++++++-------------
 authfd.h                                    |  60 +-
 bitmap.c                                    | 177 ------
 clientloop.c                                |  20 +-
 dns.c                                       |  30 +-
 dns.h                                       |   7 +-
 hostfile.c                                  |  74 +--
 hostfile.h                                  |  11 +-
 kex.h                                       |   4 +-
 monitor.c                                   |  42 +-
 msg.c                                       |  25 +-
 msg.h                                       |   7 +-
 readconf.c                                  |   5 +-
 readconf.h                                  |   4 +-
 regress/Makefile                            |  18 +-
 regress/agent-pkcs11.sh                     |   4 +-
 regress/keygen-change.sh                    |   4 +-
 regress/limit-keytype.sh                    |  80 +++
 regress/reconfigure.sh                      |  11 +-
 regress/unittests/Makefile                  |   2 +-
 regress/unittests/bitmap/Makefile           |  12 +
 regress/unittests/bitmap/tests.c            | 131 +++++
 regress/unittests/test_helper/fuzz.c        |  83 ++-
 regress/unittests/test_helper/test_helper.c |  45 +-
 regress/unittests/test_helper/test_helper.h |   5 +-
 session.c                                   |  10 +-
 ssh-add.c                                   | 259 +++++----
 ssh-agent.c                                 |  37 +-
 ssh-keygen.c                                | 773 +++++++++++++------------
 ssh-keysign.c                               | 120 ++--
 ssh-pkcs11.c                                |  24 +-
 ssh-pkcs11.h                                |   4 +-
 ssh.c                                       |  11 +-
 sshconnect1.c                               |  72 ++-
 sshconnect2.c                               | 173 +++---
 sshd.c                                      |  43 +-
 37 files changed, 1843 insertions(+), 1400 deletions(-)
 create mode 100644 regress/limit-keytype.sh
 create mode 100644 regress/unittests/bitmap/Makefile
 create mode 100644 regress/unittests/bitmap/tests.c

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


More information about the openssh-commits mailing list