Displaying 4 results from an estimated 4 matches for "screen_flag".
2002 Sep 16
2
privsep versus compression
...dif
+
}
[...]
diff -u -w -r openssh-3.2.3p1/session.c openssh/session.c
--- openssh-3.2.3p1/session.c 2002-05-13 02:48:58.000000000 +0200
+++ openssh/session.c 2002-09-04 08:45:10.000000000 +0200
[...]
@@ -165,8 +252,8 @@
Session *s;
char *command;
int success, type, screen_flag;
- int compression_level = 0, enable_compression_after_reply = 0;
- u_int proto_len, data_len, dlen;
+ int enable_compression_after_reply = 0;
+ u_int proto_len, data_len, dlen, compression_level = 0;
s = session_new();
s->authctxt = authctxt;
@@ -192,6 +...
2001 Jun 05
1
OpenSSH tmp cleanup
Hi,
I noticed that Markus has fixed the temporary file cleanup problems in
OpenSSH cvs. What files need patching for this ? I only noticed
changes in: session.c, channels.h and channels.c.
-Jarno
--
Jarno Huuskonen <Jarno.Huuskonen at uku.fi>
2001 Oct 24
2
disable features
...+#ifdef WITH_AGENTFWD
/* remove agent socket */
if (auth_get_socket_name())
auth_sock_cleanup_proc(authctxt->pw);
+#endif
#ifdef KRB4
if (options.kerberos_ticket_cleanup)
krb4_cleanup_proc(authctxt);
@@ -181,9 +185,15 @@
{
Session *s;
char *command;
- int success, type, plen, screen_flag;
+ int success, type, plen;
+ u_int dlen;
+#ifdef WITH_COMPRESSION
int compression_level = 0, enable_compression_after_reply = 0;
- u_int proto_len, data_len, dlen;
+#endif
+#ifdef WITH_X11FWD
+ u_int proto_len, data_len;
+ int screen_flag;
+#endif
s = session_new();
s->authctxt = authct...
2001 Feb 19
7
Packet integrity error. (34)
Hi,
I am using Van Dyke SecureCRT 3.2.1 to access an AIX server running
OpenSSH-2.5.0p1. Using ssh1 with X11 forwarding enabled, the server
reports the following error (in the client session):
Packet integrity error. (34)
This problem was not evident in 2.3.0p1. Running sshd in debug gives the
output:
debug1: sshd version OpenSSH_2.5.1p1
debug1: load_private_key_autodetect: type 0 RSA1