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

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Jan 16 18:45:33 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  f14564c   upstream commit
       new  ddef999   upstream commit
       new  e17ac01   upstream commit
       new  3c4726f   upstream commit
       new  2ae4f33   upstream commit
       new  9010902   upstream commit

The 5 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 9010902954a40b59d0bf3df3ccbc3140a653e2bc
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Jan 16 07:19:48 2015 +0000

    upstream commit
    
    when hostname canonicalisation is enabled, try to parse
     hostnames as addresses before looking them up for canonicalisation. fixes
     bz#2074 and avoids needless DNS lookups in some cases; ok markus

commit 2ae4f337b2a5fb2841b6b0053b49496fef844d1c
Author: deraadt at openbsd.org <deraadt at openbsd.org>
Date:   Fri Jan 16 06:40:12 2015 +0000

    upstream commit
    
    Replace <sys/param.h> with <limits.h> and other less
     dirty headers where possible.  Annotate <sys/param.h> lines with their
     current reasons.  Switch to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1,
     LOGIN_NAME_MAX, etc.  Change MIN() and MAX() to local definitions of
     MINIMUM() and MAXIMUM() where sensible to avoid pulling in the pollution.
     These are the files confirmed through binary verification. ok guenther,
     millert, doug (helped with the verification protocol)

commit 3c4726f4c24118e8f1bb80bf75f1456c76df072c
Author: markus at openbsd.org <markus at openbsd.org>
Date:   Thu Jan 15 21:38:50 2015 +0000

    upstream commit
    
    remove xmalloc, switch to sshbuf

commit e17ac01f8b763e4b83976b9e521e90a280acc097
Author: markus at openbsd.org <markus at openbsd.org>
Date:   Thu Jan 15 21:37:14 2015 +0000

    upstream commit
    
    switch to sshbuf

commit ddef9995a1fa6c7a8ff3b38bfe6cf724bebf13d0
Author: naddy at openbsd.org <naddy at openbsd.org>
Date:   Thu Jan 15 18:32:54 2015 +0000

    upstream commit
    
    handle UMAC128 initialization like UMAC; ok djm@ markus@

Summary of changes:
 atomicio.c    |  3 ++-
 hmac.c        |  6 ++---
 mac.c         |  5 ++--
 misc.c        |  6 ++---
 readconf.c    |  3 ++-
 scp.c         |  7 +++---
 servconf.c    |  5 ++--
 session.c     |  5 ++--
 ssh-add.c     |  6 ++---
 ssh-agent.c   |  8 ++++---
 ssh-ed25519.c |  8 +++----
 ssh-keygen.c  | 12 +++++-----
 ssh.c         | 77 +++++++++++++++++++++++++++++++++++++++++++++++++++++++----
 sshkey.c      |  5 ++--
 sshlogin.c    |  4 ++--
 uidswap.c     |  4 ++--
 xmalloc.c     |  4 ++--
 17 files changed, 121 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