[openssh-commits] [openssh] branch master updated (72bba3d -> 3dfd8d9)

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Dec 5 09:31:27 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  72bba3d   upstream commit
       new  db995f2   upstream commit
       new  74de254   upstream commit
       new  5e39a49   upstream commit
       new  a7c762e   upstream commit
       new  a31046c   upstream commit
       new  3dfd8d9   upstream commit

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 3dfd8d93dfcc69261f5af99df56f3ff598581979
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Thu Dec 4 22:31:50 2014 +0000

    upstream commit
    
    add tests for new client RevokedHostKeys option; refactor
     to make it a bit more readable

commit a31046cad1aed16a0b55171192faa6d02665ccec
Author: krw at openbsd.org <krw at openbsd.org>
Date:   Wed Nov 19 13:35:37 2014 +0000

    upstream commit
    
    Nuke yet more obvious #include duplications.
    
    ok deraadt@

commit a7c762e5b2c1093542c0bc1df25ccec0b4cf479f
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Thu Dec 4 20:47:36 2014 +0000

    upstream commit
    
    key_in_file() wrapper is no longer used

commit 5e39a49930d885aac9c76af3129332b6e772cd75
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Thu Dec 4 02:24:32 2014 +0000

    upstream commit
    
    add RevokedHostKeys option for the client
    
    Allow textfile or KRL-based revocation of hostkeys.

commit 74de254bb92c684cf53461da97f52d5ba34ded80
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Thu Dec 4 01:49:59 2014 +0000

    upstream commit
    
    convert KRL code to new buffer API
    
    ok markus@

commit db995f2eed5fc432598626fa3e30654503bf7151
Author: millert at openbsd.org <millert at openbsd.org>
Date:   Wed Nov 26 18:34:51 2014 +0000

    upstream commit
    
    Prefer setvbuf() to setlinebuf() for portability; ok
     deraadt@

Summary of changes:
 auth.c                               |  62 ++--
 auth2-pubkey.c                       |   6 +-
 authfile.c                           |  58 +++-
 authfile.h                           |   5 +-
 key.c                                |  16 +-
 key.h                                |   3 +-
 krl.c                                | 651 ++++++++++++++++++-----------------
 krl.h                                |  38 +-
 readconf.c                           |  12 +-
 readconf.h                           |   4 +-
 regress/cert-hostkey.sh              |  89 ++++-
 regress/unittests/test_helper/fuzz.c |   3 +-
 sftp.c                               |   6 +-
 ssh-add.c                            |   4 +-
 ssh_config.5                         |  14 +-
 sshbuf-getput-basic.c                |   4 +-
 sshconnect.c                         |  64 +++-
 17 files changed, 594 insertions(+), 445 deletions(-)

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


More information about the openssh-commits mailing list