[openssh-commits] [openssh] branch master updated (3ec5fa4 -> c998bf0)

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Feb 3 14:34:33 AEDT 2017


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

dtucker pushed a change to branch master
in repository openssh.

      from  3ec5fa4   upstream commit
       new  c998bf0   upstream commit

The 1 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 c998bf0afa1a01257a53793eba57941182e9e0b7
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Fri Feb 3 02:56:00 2017 +0000

    upstream commit
    
    Make ssh_packet_set_rekey_limits take u32 for the number of
    seconds until rekeying (negative values are rejected at config parse time).
    This allows the removal of some casts and a signed vs unsigned comparison
    warning.
    
    rekey_time is cast to int64 for the comparison which is a no-op
    on OpenBSD, but should also do the right thing in -portable on
    anything still using 32bit time_t (until the system time actually
    wraps, anyway).
    
    some early guidance deraadt@, ok djm@
    
    Upstream-ID: c9f18613afb994a07e7622eb326f49de3d123b6c

Summary of changes:
 packet.c      | 10 +++++-----
 packet.h      |  4 ++--
 sshconnect2.c |  6 +++---
 sshd.c        |  4 ++--
 4 files changed, 12 insertions(+), 12 deletions(-)

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


More information about the openssh-commits mailing list