diff options
author | Damien Miller <djm@mindrot.org> | 2004-06-18 22:23:22 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2004-06-18 22:23:22 +1000 |
commit | 3bbd878c2ec2b337b9e5b9455e0a2bd1902a0824 (patch) | |
tree | b5d4eae0c95ab46b30b41f3f2f4611d8816adfda /ChangeLog | |
parent | b8ea24868f0347ea6d5116cbd93197c1ab0e942b (diff) |
- djm@cvs.openbsd.org 2004/06/18 11:11:54
[channels.c clientloop.c]
Don't explode in clientloop when we receive a bogus channel id, but
also don't generate them to begin with; ok markus@
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -32,6 +32,10 @@ | |||
32 | [ssh.1 ssh.c] | 32 | [ssh.1 ssh.c] |
33 | trim synopsis for -S, allow -S and -oControlMaster, -MM means 'ask'; | 33 | trim synopsis for -S, allow -S and -oControlMaster, -MM means 'ask'; |
34 | ok djm | 34 | ok djm |
35 | - djm@cvs.openbsd.org 2004/06/18 11:11:54 | ||
36 | [channels.c clientloop.c] | ||
37 | Don't explode in clientloop when we receive a bogus channel id, but | ||
38 | also don't generate them to begin with; ok markus@ | ||
35 | 39 | ||
36 | 20040617 | 40 | 20040617 |
37 | - (dtucker) [regress/scp.sh] diff -N is not portable (but needed for some | 41 | - (dtucker) [regress/scp.sh] diff -N is not portable (but needed for some |
@@ -1305,4 +1309,4 @@ | |||
1305 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 1309 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
1306 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 1310 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
1307 | 1311 | ||
1308 | $Id: ChangeLog,v 1.3413 2004/06/18 12:21:55 djm Exp $ | 1312 | $Id: ChangeLog,v 1.3414 2004/06/18 12:23:22 djm Exp $ |