summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2013-06-02 07:52:21 +1000
committerDarren Tucker <dtucker@zip.com.au>2013-06-02 07:52:21 +1000
commit3750fce6ac6b287f62584ac55a4406df95c71b92 (patch)
treee40b1697b606d0ecb0aa4cdcc994825c7fc94627 /ChangeLog
parentb759c9c2efebe7b416ab81093ca8eb17836b6933 (diff)
- dtucker@cvs.openbsd.org 2013/06/01 20:59:25
[scp.c sftp-client.c] Replace S_IWRITE, which isn't standardized, with S_IWUSR, which is. Patch from Nathan Osman via bz#2113. ok deraadt. (note: corrected bug number from 2085)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 891db12a6..c64a40468 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
4820130529 5220130529
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