[openssh-commits] [openssh] branch master updated (e6c85f8 -> ebacd37)

git+noreply at mindrot.org git+noreply at mindrot.org
Wed Jan 27 16:54:59 AEDT 2016


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

djm pushed a change to branch master
in repository openssh.

      from  e6c85f8   forcibly disable roaming support in the client
       new  8c3d512   openssh-7.1p2
       new  8d7b523   bump version numbers
       new  6ef49e8   upstream commit
       new  a306863   upstream commit
       new  fc77ccd   upstream commit
       new  65a3c0d   upstream commit
       new  458abc2   upstream commit
       new  ebacd37   upstream commit

The 8 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 ebacd377769ac07d1bf3c75169644336056b7060
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Wed Jan 27 00:53:12 2016 +0000

    upstream commit
    
    make the debug messages a bit more useful here
    
    Upstream-ID: 478ccd4e897e0af8486b294aa63aa3f90ab78d64

commit 458abc2934e82034c5c281336d8dc0f910aecad3
Author: jsg at openbsd.org <jsg at openbsd.org>
Date:   Sat Jan 23 05:31:35 2016 +0000

    upstream commit
    
    Zero a stack buffer with explicit_bzero() instead of
     memset() when returning from client_loop() for consistency with
     buffer_free()/sshbuf_free().
    
    ok dtucker@ deraadt@ djm@
    
    Upstream-ID: bc9975b2095339811c3b954694d7d15ea5c58f66

commit 65a3c0dacbc7dbb75ddb6a70ebe22d8de084d0b0
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Wed Jan 20 09:22:39 2016 +0000

    upstream commit
    
    Include sys/time.h for gettimeofday.  From sortie at
     maxsi.org.
    
    Upstream-ID: 6ed0c33b836d9de0a664cd091e86523ecaa2fb3b

commit fc77ccdc2ce6d5d06628b8da5048a6a5f6ffca5a
Author: markus at openbsd.org <markus at openbsd.org>
Date:   Thu Jan 14 22:56:56 2016 +0000

    upstream commit
    
    fd leaks; report Qualys Security Advisory team; ok
     deraadt@
    
    Upstream-ID: 4ec0f12b9d8fa202293c9effa115464185aa071d

commit a306863831c57ec5fad918687cc5d289ee8e2635
Author: markus at openbsd.org <markus at openbsd.org>
Date:   Thu Jan 14 16:17:39 2016 +0000

    upstream commit
    
    remove roaming support; ok djm@
    
    Upstream-ID: 2cab8f4b197bc95776fb1c8dc2859dad0c64dc56

commit 6ef49e83e30688504552ac10875feabd5521565f
Author: deraadt at openbsd.org <deraadt at openbsd.org>
Date:   Thu Jan 14 14:34:34 2016 +0000

    upstream commit
    
    Disable experimental client-side roaming support.  Server
     side was disabled/gutted for years already, but this aspect was surprisingly
     forgotten. Thanks for report from Qualys
    
    Upstream-ID: 2328004b58f431a554d4c1bf67f5407eae3389df

commit 8d7b523b96d3be180572d9d338cedaafc0570f60
Author: Damien Miller <djm at mindrot.org>
Date:   Thu Jan 14 11:08:19 2016 +1100

    bump version numbers

commit 8c3d512a1fac8b9c83b4d0c9c3f2376290bd84ca
Author: Damien Miller <djm at mindrot.org>
Date:   Thu Jan 14 11:04:04 2016 +1100

    openssh-7.1p2

Summary of changes:
 Makefile.in                 |  15 +--
 README                      |   2 +-
 auth2-pubkey.c              |  27 +++--
 clientloop.c                |  11 +-
 contrib/redhat/openssh.spec |   2 +-
 contrib/suse/openssh.spec   |   2 +-
 kex.c                       |  14 +--
 kex.h                       |   4 +-
 misc.c                      |   3 +-
 monitor.c                   |   3 +-
 monitor_wrap.c              |   3 +-
 opacket.c                   |  12 --
 opacket.h                   |   2 -
 packet.c                    |  84 ++------------
 packet.h                    |   6 +-
 readconf.c                  |  12 +-
 readconf.h                  |   4 +-
 roaming.h                   |  45 --------
 roaming_client.c            | 271 --------------------------------------------
 roaming_common.c            | 241 ---------------------------------------
 roaming_dummy.c             |  72 ------------
 roaming_serv.c              |  31 -----
 serverloop.c                |   8 +-
 ssh.c                       |   3 +-
 ssh2.h                      |   9 +-
 sshconnect.c                |   8 +-
 sshconnect2.c               |   7 +-
 sshd.c                      |   7 +-
 version.h                   |   2 +-
 29 files changed, 62 insertions(+), 848 deletions(-)
 delete mode 100644 roaming_client.c
 delete mode 100644 roaming_common.c
 delete mode 100644 roaming_dummy.c
 delete mode 100644 roaming_serv.c

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


More information about the openssh-commits mailing list