search for: ssh_bug_probe

Displaying 4 results from an estimated 4 matches for "ssh_bug_probe".

2005 Jun 09
0
Disconnects from Cisco router ssh sessions.
...54:45 -0000 @@ -151,6 +151,8 @@ compat_datafellows(const char *version) "OSU_1.5alpha3*", SSH_BUG_PASSWORDPAD }, { "*SSH_Version_Mapper*", SSH_BUG_SCANNER }, + { "Cisco-1.25", + SSH_BUG_BIGV1PACKET|SSH_BUG_IGNOREMSG }, { "Probe-*", SSH_BUG_PROBE }, { NULL, 0 } Index: compat.h =================================================================== 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:...
2015 Jul 20
2
WinSCP 5.7.5 will support the RFC 4419 revision to Diffie-Hellman group exchange
Hello, I'd like to inform you that the next release of WinSCP SFTP client (version 5.7.5) will support Diffie-Hellman group exchange as specified by RFC 4419. http://winscp.net/tracker/show_bug.cgi?id=1345 So I'd like to ask you to kindly update the check in compat_datafellows() to WinSCP_release_4* WinSCP_release_5.0* WinSCP_release_5.1* WinSCP_release_5.2* WinSCP_release_5.5*
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,...
2003 Aug 10
9
updated gssapi diff
...================= RCS file: /home/hack/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 Ja...