diff options
author | Darren Tucker <dtucker@zip.com.au> | 2007-06-13 00:02:07 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2007-06-13 00:02:07 +1000 |
commit | bed63112f5a1f52b255f03bc2f457eaab5001e0c (patch) | |
tree | badf36a481bef543e524663201148549a7bfe108 /ChangeLog | |
parent | 0409e15078f70a64c6ec4b4519dbf82fd9c0650e (diff) |
- dtucker@cvs.openbsd.org 2007/06/12 13:54:28
[scp.c]
Encode filename with strnvis if the name contains a newline (which can't
be represented in the scp protocol), from bz #891. ok markus@
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -43,6 +43,10 @@ | |||
43 | - jmc@cvs.openbsd.org 2007/06/12 13:43:55 | 43 | - jmc@cvs.openbsd.org 2007/06/12 13:43:55 |
44 | [ssh.1] | 44 | [ssh.1] |
45 | add -K to SYNOPSIS; | 45 | add -K to SYNOPSIS; |
46 | - dtucker@cvs.openbsd.org 2007/06/12 13:54:28 | ||
47 | [scp.c] | ||
48 | Encode filename with strnvis if the name contains a newline (which can't | ||
49 | be represented in the scp protocol), from bz #891. ok markus@ | ||
46 | 50 | ||
47 | 20070611 | 51 | 20070611 |
48 | - (djm) Bugzilla #1306: silence spurious error messages from hang-on-exit | 52 | - (djm) Bugzilla #1306: silence spurious error messages from hang-on-exit |
@@ -3057,4 +3061,4 @@ | |||
3057 | OpenServer 6 and add osr5bigcrypt support so when someone migrates | 3061 | OpenServer 6 and add osr5bigcrypt support so when someone migrates |
3058 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ | 3062 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ |
3059 | 3063 | ||
3060 | $Id: ChangeLog,v 1.4698 2007/06/12 14:00:58 dtucker Exp $ | 3064 | $Id: ChangeLog,v 1.4699 2007/06/12 14:02:07 dtucker Exp $ |