parent
e229b25a9e
commit
b40204bf22
|
@ -89,6 +89,9 @@
|
||||||
[channels.c packet.c packet.h serverloop.c]
|
[channels.c packet.c packet.h serverloop.c]
|
||||||
use ignore message to simulate a SSH2_MSG_CHANNEL_DATA message
|
use ignore message to simulate a SSH2_MSG_CHANNEL_DATA message
|
||||||
use random content in ignore messages.
|
use random content in ignore messages.
|
||||||
|
- markus@cvs.openbsd.org 2001/02/28 21:31:32
|
||||||
|
[channels.c]
|
||||||
|
typo
|
||||||
|
|
||||||
20010304
|
20010304
|
||||||
- (bal) Remove make-ssh-known-hosts.1 since it's no longer valid.
|
- (bal) Remove make-ssh-known-hosts.1 since it's no longer valid.
|
||||||
|
@ -4281,4 +4284,4 @@
|
||||||
- Wrote replacements for strlcpy and mkdtemp
|
- Wrote replacements for strlcpy and mkdtemp
|
||||||
- Released 1.0pre1
|
- Released 1.0pre1
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.877 2001/03/05 06:28:06 mouring Exp $
|
$Id: ChangeLog,v 1.878 2001/03/05 06:29:44 mouring Exp $
|
||||||
|
|
|
@ -40,7 +40,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
RCSID("$OpenBSD: channels.c,v 1.95 2001/02/28 21:27:48 markus Exp $");
|
RCSID("$OpenBSD: channels.c,v 1.96 2001/02/28 21:31:32 markus Exp $");
|
||||||
|
|
||||||
#include <openssl/rsa.h>
|
#include <openssl/rsa.h>
|
||||||
#include <openssl/dsa.h>
|
#include <openssl/dsa.h>
|
||||||
|
@ -794,7 +794,7 @@ channel_handle_wfd(Channel *c, fd_set * readset, fd_set * writeset)
|
||||||
!(tio.c_lflag & ECHO) && (tio.c_lflag & ICANON)) {
|
!(tio.c_lflag & ECHO) && (tio.c_lflag & ICANON)) {
|
||||||
/*
|
/*
|
||||||
* Simulate echo to reduce the impact of
|
* Simulate echo to reduce the impact of
|
||||||
* traffic analysis. We need too match the
|
* traffic analysis. We need to match the
|
||||||
* size of a SSH2_MSG_CHANNEL_DATA message
|
* size of a SSH2_MSG_CHANNEL_DATA message
|
||||||
* (4 byte channel id + data)
|
* (4 byte channel id + data)
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue