diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 | ||
48 | 20080119 | 53 | 20080119 |
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 $ |