[openssh-commits] [openssh] branch master updated (ba460aca -> 5db6fbf1)

git+noreply at mindrot.org git+noreply at mindrot.org
Tue Nov 28 12:01:54 AEDT 2017


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

djm pushed a change to branch master
in repository openssh.

      from  ba460aca  Include string.h for explicit_bzero.
       new  2d638e98  upstream commit
       new  5db6fbf1  upstream commit

The 2 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 5db6fbf1438b108e5df3e79a1b4de544373bc2d4
Author: dtucker at openbsd.org@openbsd.org <dtucker at openbsd.org@openbsd.org>
Date:   Sat Nov 25 06:46:22 2017 +0000

    upstream commit
    
    Add monotime_ts and monotime_tv that return monotonic
    timespec and timeval respectively.  Replace calls to gettimeofday() in packet
    timing with monotime_tv so that the callers will work over a clock step.
    Should prevent integer overflow during clock steps reported by wangle6 at
    huawei.com. "I like" markus@
    
    OpenBSD-Commit-ID: 74d684264814ff806f197948b87aa732cb1b0b8a

commit 2d638e986085bdf1a40310ed6e2307463db96ea0
Author: dtucker at openbsd.org@openbsd.org <dtucker at openbsd.org@openbsd.org>
Date:   Sat Nov 25 05:58:47 2017 +0000

    upstream commit
    
    Remove get_current_time() and replace with calls to
    monotime_double() which uses CLOCK_MONOTONIC and works over clock steps.  "I
    like" markus@
    
    OpenBSD-Commit-ID: 3ad2f7d2414e2cfcaef99877a7a5b0baf2242952

Summary of changes:
 clientloop.c  | 19 +++----------
 misc.c        | 87 ++++++++++++++++++++++++++++++++---------------------------
 misc.h        |  4 ++-
 packet.c      |  6 ++---
 ssh-keyscan.c |  8 +++---
 sshconnect.c  |  4 +--
 6 files changed, 63 insertions(+), 65 deletions(-)

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


More information about the openssh-commits mailing list