Displaying 3 results from an estimated 3 matches for "ssh_bug_firstkex".
2005 Jun 09
0
Disconnects from Cisco router ssh sessions.
...=================================
RCS file: /usr/local/src/security/openssh/cvs/openssh_cvs/compat.h,v
retrieving revision 1.37
diff -u -p -r1.37 compat.h
--- compat.h 1 Mar 2005 10:24:33 -0000 1.37
+++ compat.h 9 Jun 2005 07:55:01 -0000
@@ -56,6 +56,7 @@
#define SSH_BUG_PROBE 0x00400000
#define SSH_BUG_FIRSTKEX 0x00800000
#define SSH_OLD_FORWARD_ADDR 0x01000000
+#define SSH_BUG_BIGV1PACKET 0x02000000
void enable_compat13(void);
void enable_compat20(void);
Index: sshconnect.c
===================================================================
RCS file: /usr/local/src/security/openssh/cvs/opens...
2004 Jun 25
0
SSH_MSG_USERAUTH_PASSWD_CHANGEREQ and 3.1.0 F-SECURE SSH - Pr oces s Software SSH for OpenVMS
...====
RCS file: /cvs/openssh/compat.h,v
retrieving revision 1.35
diff -d -u -r1.35 compat.h
--- compat.h 3 Nov 2003 09:09:03 -0000 1.35
+++ compat.h 22 Jun 2004 22:22:40 -0000
@@ -55,6 +55,7 @@
#define SSH_BUG_EXTEOF 0x00200000
#define SSH_BUG_PROBE 0x00400000
#define SSH_BUG_FIRSTKEX 0x00800000
+#define SSH_BUG_PWDCHGREQ 0x01000000
void enable_compat13(void);
void enable_compat20(void);
Index: sshconnect2.c
===================================================================
RCS file: /cvs/openssh/sshconnect2.c,v
retrieving revision 1.127
diff -d -u -r1.127...
2003 Aug 10
9
updated gssapi diff
...ack/jakob/mycvs/sshgss/compat.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- compat.h 17 May 2003 03:34:10 -0000 1.1.1.1
+++ compat.h 17 May 2003 03:49:36 -0000 1.2
@@ -56,6 +56,7 @@
#define SSH_BUG_K5USER 0x00400000
#define SSH_BUG_PROBE 0x00800000
#define SSH_BUG_FIRSTKEX 0x01000000
+#define SSH_BUG_GSSAPI_BER 0x02000000
void enable_compat13(void);
void enable_compat20(void);
Index: gss-genr.c
===================================================================
RCS file: gss-genr.c
diff -N gss-genr.c
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ gss-genr.c 1...