summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 985e8050d..73760b809 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -18,6 +18,14 @@
18 Repair the simple cases for msg_controllen where it should just be 18 Repair the simple cases for msg_controllen where it should just be
19 CMSG_SIZE(sizeof(int)), not sizeof(buffer) which may be larger because 19 CMSG_SIZE(sizeof(int)), not sizeof(buffer) which may be larger because
20 of alignment; ok kettenis hshoexer 20 of alignment; ok kettenis hshoexer
21 - djm@cvs.openbsd.org 2008/03/23 12:54:01
22 [sftp-client.c]
23 prefer POSIX-style file renaming over filexfer rename behaviour if the
24 server supports the posix-rename@openssh.com extension.
25 Note that the old (filexfer) behaviour would refuse to clobber an
26 existing file. Users who depended on this should adjust their sftp(1)
27 usage.
28 ok deraadt@ markus@
21 29
2220080315 3020080315
23 - (djm) [regress/test-exec.sh] Quote putty-related variables in case they are 31 - (djm) [regress/test-exec.sh] Quote putty-related variables in case they are
@@ -3786,4 +3794,4 @@
3786 OpenServer 6 and add osr5bigcrypt support so when someone migrates 3794 OpenServer 6 and add osr5bigcrypt support so when someone migrates
3787 passwords between UnixWare and OpenServer they will still work. OK dtucker@ 3795 passwords between UnixWare and OpenServer they will still work. OK dtucker@
3788 3796
3789$Id: ChangeLog,v 1.4884 2008/03/26 23:54:44 djm Exp $ 3797$Id: ChangeLog,v 1.4885 2008/03/26 23:59:57 djm Exp $