diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -41,6 +41,14 @@ | |||
41 | [readconf.c] | 41 | [readconf.c] |
42 | make sure that both the local and remote port are correct when | 42 | make sure that both the local and remote port are correct when |
43 | parsing -L; Jan Pechanec (bz #1378) | 43 | parsing -L; Jan Pechanec (bz #1378) |
44 | - djm@cvs.openbsd.org 2007/10/24 03:30:02 | ||
45 | [sftp.c] | ||
46 | rework argument splitting and parsing to cope correctly with common | ||
47 | shell escapes and make handling of escaped characters consistent | ||
48 | with sh(1) and between sftp commands (especially between ones that | ||
49 | glob their arguments and ones that don't). | ||
50 | parse command flags using getopt(3) rather than hand-rolled parsers. | ||
51 | ok dtucker@ | ||
44 | 52 | ||
45 | 20070927 | 53 | 20070927 |
46 | - (dtucker) [configure.ac atomicio.c] Fall back to including <sys/poll.h> if | 54 | - (dtucker) [configure.ac atomicio.c] Fall back to including <sys/poll.h> if |
@@ -3312,4 +3320,4 @@ | |||
3312 | OpenServer 6 and add osr5bigcrypt support so when someone migrates | 3320 | OpenServer 6 and add osr5bigcrypt support so when someone migrates |
3313 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ | 3321 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ |
3314 | 3322 | ||
3315 | $Id: ChangeLog,v 1.4769 2007/10/26 04:27:22 djm Exp $ | 3323 | $Id: ChangeLog,v 1.4770 2007/10/26 04:27:45 djm Exp $ |