mirror of git://anongit.mindrot.org/openssh.git
parent
93576d9538
commit
604dc72890
|
@ -20,6 +20,9 @@
|
||||||
[auth-krb5.c auth1.c hostfile.h monitor_wrap.c sftp-client.c sftp-int.c ssh-add.c ssh-rsa.c
|
[auth-krb5.c auth1.c hostfile.h monitor_wrap.c sftp-client.c sftp-int.c ssh-add.c ssh-rsa.c
|
||||||
sshconnect.c]
|
sshconnect.c]
|
||||||
KNF
|
KNF
|
||||||
|
- markus@cvs.openbsd.org 2002/11/21 23:04:33
|
||||||
|
[ssh.c]
|
||||||
|
debug->debug2
|
||||||
|
|
||||||
20021205
|
20021205
|
||||||
- (djm) PERL-free fixpaths from stuge-openssh-unix-dev@cdy.org
|
- (djm) PERL-free fixpaths from stuge-openssh-unix-dev@cdy.org
|
||||||
|
@ -855,4 +858,4 @@
|
||||||
save auth method before monitor_reset_key_state(); bugzilla bug #284;
|
save auth method before monitor_reset_key_state(); bugzilla bug #284;
|
||||||
ok provos@
|
ok provos@
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.2520 2002/12/23 02:06:19 mouring Exp $
|
$Id: ChangeLog,v 1.2521 2002/12/23 02:08:57 mouring Exp $
|
||||||
|
|
4
ssh.c
4
ssh.c
|
@ -40,7 +40,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
RCSID("$OpenBSD: ssh.c,v 1.186 2002/09/19 01:58:18 djm Exp $");
|
RCSID("$OpenBSD: ssh.c,v 1.187 2002/11/21 23:04:33 markus Exp $");
|
||||||
|
|
||||||
#include <openssl/evp.h>
|
#include <openssl/evp.h>
|
||||||
#include <openssl/err.h>
|
#include <openssl/err.h>
|
||||||
|
@ -1026,7 +1026,7 @@ ssh_session2_setup(int id, void *arg)
|
||||||
int interactive = 0;
|
int interactive = 0;
|
||||||
struct termios tio;
|
struct termios tio;
|
||||||
|
|
||||||
debug("ssh_session2_setup: id %d", id);
|
debug2("ssh_session2_setup: id %d", id);
|
||||||
|
|
||||||
if (tty_flag) {
|
if (tty_flag) {
|
||||||
struct winsize ws;
|
struct winsize ws;
|
||||||
|
|
Loading…
Reference in New Issue