summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2008-02-10 22:26:24 +1100
committerDamien Miller <djm@mindrot.org>2008-02-10 22:26:24 +1100
commitaec5cf8a30c1d44a0cc2da939d39d46cd078d602 (patch)
tree6de351f0dba8acce8c438740835b14a9d1020b00 /ChangeLog
parent3dff176ed9509b5bd92947b9504545495a2052cc (diff)
- djm@cvs.openbsd.org 2008/01/20 00:38:30
[sftp.c] When uploading, correctly handle the case of an unquoted filename with glob metacharacters that match a file exactly but not as a glob, e.g. a file called "[abcd]". report and test cases from duncan2nd AT gmx.de
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3c5a374dc..82b1d8024 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -44,6 +44,11 @@
44 [readconf.c readconf.h sshconnect2.c] 44 [readconf.c readconf.h sshconnect2.c]
45 promote rekeylimit to a int64 so it can hold the maximum useful limit 45 promote rekeylimit to a int64 so it can hold the maximum useful limit
46 of 2^32; report and patch from Jan.Pechanec AT Sun.COM, ok dtucker@ 46 of 2^32; report and patch from Jan.Pechanec AT Sun.COM, ok dtucker@
47 - djm@cvs.openbsd.org 2008/01/20 00:38:30
48 [sftp.c]
49 When uploading, correctly handle the case of an unquoted filename with
50 glob metacharacters that match a file exactly but not as a glob, e.g. a
51 file called "[abcd]". report and test cases from duncan2nd AT gmx.de
47 52
4820080119 5320080119
49 - (djm) Silence noice from expr in ssh-copy-id; patch from 54 - (djm) Silence noice from expr in ssh-copy-id; patch from
@@ -3572,4 +3577,4 @@
3572 OpenServer 6 and add osr5bigcrypt support so when someone migrates 3577 OpenServer 6 and add osr5bigcrypt support so when someone migrates
3573 passwords between UnixWare and OpenServer they will still work. OK dtucker@ 3578 passwords between UnixWare and OpenServer they will still work. OK dtucker@
3574 3579
3575$Id: ChangeLog,v 1.4828 2008/02/10 11:25:52 djm Exp $ 3580$Id: ChangeLog,v 1.4829 2008/02/10 11:26:24 djm Exp $