diff options
author | Damien Miller <djm@mindrot.org> | 2013-08-21 02:41:15 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2013-08-21 02:41:15 +1000 |
commit | c7dba12bf95eb1d69711881a153cc286c1987663 (patch) | |
tree | a91e31b8edac374ff5e1b9e671b8f411ae313ad0 /ChangeLog | |
parent | 034f27a0c09e69fe3589045b41f03f6e345b63f5 (diff) |
- djm@cvs.openbsd.org 2013/08/08 05:04:03
[sftp-client.c sftp-client.h sftp.c]
add a "-l" flag for the rename command to force it to use the silly
standard SSH_FXP_RENAME command instead of the POSIX-rename- like
posix-rename@openssh.com extension.
intended for use in regress tests, so no documentation.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -19,7 +19,13 @@ | |||
19 | [sftp.c] | 19 | [sftp.c] |
20 | fix two year old regression: symlinking a file would incorrectly | 20 | fix two year old regression: symlinking a file would incorrectly |
21 | canonicalise the target path. bz#2129 report from delphij AT freebsd.org | 21 | canonicalise the target path. bz#2129 report from delphij AT freebsd.org |
22 | - djm@cvs.openbsd.org 2013/08/08 05:04:03 | ||
23 | [sftp-client.c sftp-client.h sftp.c] | ||
24 | add a "-l" flag for the rename command to force it to use the silly | ||
25 | standard SSH_FXP_RENAME command instead of the POSIX-rename- like | ||
26 | posix-rename@openssh.com extension. | ||
22 | 27 | ||
28 | intended for use in regress tests, so no documentation. | ||
23 | 20130808 | 29 | 20130808 |
24 | - (dtucker) [regress/Makefile regress/test-exec.sh] Don't try to use test -nt | 30 | - (dtucker) [regress/Makefile regress/test-exec.sh] Don't try to use test -nt |
25 | since some platforms (eg really old FreeBSD) don't have it. Instead, | 31 | since some platforms (eg really old FreeBSD) don't have it. Instead, |