summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2007-10-26 14:27:45 +1000
committerDamien Miller <djm@mindrot.org>2007-10-26 14:27:45 +1000
commit1cbc292bc0b43a03071ef4924d14186dd0cf054e (patch)
tree972ac460d199727262aa83a738b22aac0076b2f1 /ChangeLog
parent5a4456c6a592143a0a25ad925279eaf9ff620cc4 (diff)
- djm@cvs.openbsd.org 2007/10/24 03:30:02
[sftp.c] rework argument splitting and parsing to cope correctly with common shell escapes and make handling of escaped characters consistent with sh(1) and between sftp commands (especially between ones that glob their arguments and ones that don't). parse command flags using getopt(3) rather than hand-rolled parsers. ok dtucker@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d23839172..1f9f5fafc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
4520070927 5320070927
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 $