diff options
author | Darren Tucker <dtucker@zip.com.au> | 2004-12-11 13:37:22 +1100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2004-12-11 13:37:22 +1100 |
commit | 596dcfa21fba253b25020be8578efb6a1a1e30d2 (patch) | |
tree | 5fff9bb8679f9408d292bdb400f1931263b5d48f /ChangeLog | |
parent | 56c9598e5edacbb45d155eebafb3480c6efb7382 (diff) |
- fgsch@cvs.openbsd.org 2004/12/10 03:10:42
[sftp.c]
- fix globbed ls for paths the same lenght as the globbed path when
we have a unique matching.
- fix globbed ls in case of a directory when we have a unique matching.
- as a side effect, if the path does not exist error (used to silently
ignore).
- don't do extra do_lstat() if we only have one matching file.
djm@ ok
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -3,6 +3,15 @@ | |||
3 | - markus@cvs.openbsd.org 2004/12/06 16:00:43 | 3 | - markus@cvs.openbsd.org 2004/12/06 16:00:43 |
4 | [bufaux.c] | 4 | [bufaux.c] |
5 | use 0x00 not \0 since buf[] is a bignum | 5 | use 0x00 not \0 since buf[] is a bignum |
6 | - fgsch@cvs.openbsd.org 2004/12/10 03:10:42 | ||
7 | [sftp.c] | ||
8 | - fix globbed ls for paths the same lenght as the globbed path when | ||
9 | we have a unique matching. | ||
10 | - fix globbed ls in case of a directory when we have a unique matching. | ||
11 | - as a side effect, if the path does not exist error (used to silently | ||
12 | ignore). | ||
13 | - don't do extra do_lstat() if we only have one matching file. | ||
14 | djm@ ok | ||
6 | 15 | ||
7 | 20041208 | 16 | 20041208 |
8 | - (tim) [configure.ac] Comment some non obvious platforms in the | 17 | - (tim) [configure.ac] Comment some non obvious platforms in the |
@@ -1933,4 +1942,4 @@ | |||
1933 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 1942 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
1934 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 1943 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
1935 | 1944 | ||
1936 | $Id: ChangeLog,v 1.3601 2004/12/11 02:34:56 dtucker Exp $ | 1945 | $Id: ChangeLog,v 1.3602 2004/12/11 02:37:22 dtucker Exp $ |