diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2002-04-06 18:29:59 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2002-04-06 18:29:59 +0000 |
commit | de3895d580cd9748d48f414a81f740451b34e850 (patch) | |
tree | 84d60a87f87e3e846fc9c035514db3bdbb642869 /ChangeLog | |
parent | 8d6017566c99387fa52d6f5a09af2be5407acf29 (diff) |
- mouring@cvs.openbsd.org 2002/04/06 18:24:09
[scp.c]
Fixes potental double // within path.
http://bugzilla.mindrot.org/show_bug.cgi?id=76
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -7,6 +7,10 @@ | |||
7 | [sftp-client.c] | 7 | [sftp-client.c] |
8 | Fix occasional corruption on upload due to bad reuse of request id, spotted | 8 | Fix occasional corruption on upload due to bad reuse of request id, spotted |
9 | by chombier@mac.com; ok markus@ | 9 | by chombier@mac.com; ok markus@ |
10 | - mouring@cvs.openbsd.org 2002/04/06 18:24:09 | ||
11 | [scp.c] | ||
12 | Fixes potental double // within path. | ||
13 | http://bugzilla.mindrot.org/show_bug.cgi?id=76 | ||
10 | - (bal) Slight update to OpenSC support. Better version checking. patch | 14 | - (bal) Slight update to OpenSC support. Better version checking. patch |
11 | by Juha Yrjölä <jyrjola@cc.hut.fi> | 15 | by Juha Yrjölä <jyrjola@cc.hut.fi> |
12 | 16 | ||
@@ -8179,4 +8183,4 @@ | |||
8179 | - Wrote replacements for strlcpy and mkdtemp | 8183 | - Wrote replacements for strlcpy and mkdtemp |
8180 | - Released 1.0pre1 | 8184 | - Released 1.0pre1 |
8181 | 8185 | ||
8182 | $Id: ChangeLog,v 1.2029 2002/04/06 18:19:38 mouring Exp $ | 8186 | $Id: ChangeLog,v 1.2030 2002/04/06 18:29:59 mouring Exp $ |