summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2013-06-02 07:46:16 +1000
committerDarren Tucker <dtucker@zip.com.au>2013-06-02 07:46:16 +1000
commitb759c9c2efebe7b416ab81093ca8eb17836b6933 (patch)
tree41ad0279844ea8f149ab2c1015fa140061b390ac /ChangeLog
parent55119253c64808b0d3b2ab5d2bc67ee9dac3430b (diff)
- dtucker@cvs.openbsd.org 2013/06/01 13:15:52
[ssh-agent.c clientloop.c misc.h packet.c progressmeter.c misc.c channels.c sandbox-systrace.c] Use clock_gettime(CLOCK_MONOTONIC ...) for ssh timers so that things like keepalives and rekeying will work properly over clock steps. Suggested by markus@, "looks good" djm@.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5689f03d4..891db12a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -38,6 +38,12 @@
38 - dtucker@cvs.openbsd.org 2013/05/31 12:28:10 38 - dtucker@cvs.openbsd.org 2013/05/31 12:28:10
39 [ssh-agent.c] 39 [ssh-agent.c]
40 Use time_t where appropriate. ok djm 40 Use time_t where appropriate. ok djm
41 - dtucker@cvs.openbsd.org 2013/06/01 13:15:52
42 [ssh-agent.c clientloop.c misc.h packet.c progressmeter.c misc.c
43 channels.c sandbox-systrace.c]
44 Use clock_gettime(CLOCK_MONOTONIC ...) for ssh timers so that things like
45 keepalives and rekeying will work properly over clock steps. Suggested by
46 markus@, "looks good" djm@.
41 47
4220130529 4820130529
43 - (dtucker) [configure.ac openbsd-compat/bsd-misc.h] bz#2087: Add a null 49 - (dtucker) [configure.ac openbsd-compat/bsd-misc.h] bz#2087: Add a null