summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 49b1472bc..8c4cca4ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
720041208 1620041208
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 $