diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -44,6 +44,10 @@ | |||
44 | Use clock_gettime(CLOCK_MONOTONIC ...) for ssh timers so that things like | 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 | 45 | keepalives and rekeying will work properly over clock steps. Suggested by |
46 | markus@, "looks good" djm@. | 46 | markus@, "looks good" djm@. |
47 | - dtucker@cvs.openbsd.org 2013/06/01 20:59:25 | ||
48 | [scp.c sftp-client.c] | ||
49 | Replace S_IWRITE, which isn't standardized, with S_IWUSR, which is. Patch | ||
50 | from Nathan Osman via bz#2085. ok deraadt. | ||
47 | 51 | ||
48 | 20130529 | 52 | 20130529 |
49 | - (dtucker) [configure.ac openbsd-compat/bsd-misc.h] bz#2087: Add a null | 53 | - (dtucker) [configure.ac openbsd-compat/bsd-misc.h] bz#2087: Add a null |