[openssh-commits] [openssh] branch master updated (c4bfafc -> 1f729f0)

git+noreply at mindrot.org git+noreply at mindrot.org
Tue Jan 13 19:27:43 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  c4bfafc   upstream commit
       new  f067cca   upstream commit
       new  905fe30   upstream commit
       new  a7f49dc   upstream commit
       new  0097565   upstream commit
       new  816d153   upstream commit
       new  1f729f0   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 1f729f0614d1376c3332fa1edb6a5e5cec7e9e03
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Tue Jan 13 07:39:19 2015 +0000

    upstream commit
    
    add sshd_config HostbasedAcceptedKeyTypes and
     PubkeyAcceptedKeyTypes options to allow sshd to control what public key types
     will be accepted. Currently defaults to all. Feedback & ok markus@

commit 816d1538c24209a93ba0560b27c4fda57c3fff65
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 0097565f849851812df610b7b6b3c4bd414f6c62
Author: markus at openbsd.org <markus at openbsd.org>
Date:   Mon Jan 12 19:22:46 2015 +0000

    upstream commit
    
    missing error assigment on sshbuf_put_string()

commit a7f49dcb527dd17877fcb8d5c3a9a6f550e0bba5
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Mon Jan 12 15:18:07 2015 +0000

    upstream commit
    
    apparently memcpy(x, NULL, 0) is undefined behaviour
     according to C99 (cf. sections 7.21.1 and 7.1.4), so check skip memcpy calls
     when length==0; ok markus@

commit 905fe30fca82f38213763616d0d26eb6790bde33
Author: markus at openbsd.org <markus at openbsd.org>
Date:   Mon Jan 12 14:05:19 2015 +0000

    upstream commit
    
    free->sshkey_free; ok djm@

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

    upstream commit
    
    allow WITH_OPENSSL w/o WITH_SSH1; ok djm@

Summary of changes:
 auth2-hostbased.c      | 11 +++++++++-
 auth2-pubkey.c         |  9 +++++++-
 key.h                  |  3 +--
 krl.c                  |  8 ++++----
 monitor.c              | 14 ++++++++++++-
 readconf.c             |  4 ++--
 servconf.c             | 44 ++++++++++++++++++++++++++++++++-------
 servconf.h             |  6 +++++-
 sshbuf-getput-basic.c  | 19 ++++++++++-------
 sshbuf-getput-crypto.c |  5 +++--
 sshd_config.5          | 28 +++++++++++++++++++++++--
 sshkey.c               | 56 ++++++++++++++++++++++++++++++++++++--------------
 sshkey.h               |  4 ++--
 13 files changed, 164 insertions(+), 47 deletions(-)

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


More information about the openssh-commits mailing list