Displaying 6 results from an estimated 6 matches for "ssh_bug_passwordpad".
2004 Jun 17
2
SSH_MSG_USERAUTH_PASSWD_CHANGEREQ and 3.1.0 F-SECURE SSH - Proces s Software SSH for OpenVMS
...-134,6 +134,8 @@
"1.2.22*", SSH_BUG_IGNOREMSG },
{ "1.3.2*", /* F-Secure */
SSH_BUG_IGNOREMSG },
+ { "3.1.0 F-SECURE*", /* Process Software SSH for OpenVMS
*/
+ SSH_BUG_PWDCHGREQ },
{ "*SSH Compatible Server*", /* Netscreen
*/
SSH_BUG_PASSWORDPAD },
{ "*OSU_0*,"
Index: compat.h
===================================================================
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 17 Jun 2004 22:02:55 -0000
@@ -43,6 +43,7 @...
2001 Jul 05
1
Patch to workaround host key size mismatch bug in old SSH sshd
...quot;^1\\.2\\.2[012]", SSH_BUG_IGNOREMSG },
+ { "^1\\.2\\.2[3-9]", SSH_BUG_SERVERLIESSIZE },
+ { "^1\\.2\\.3[0-1]", SSH_BUG_SERVERLIESSIZE },
{ "^1\\.3\\.2", SSH_BUG_IGNOREMSG }, /* f-secure */
{ "^SSH Compatible Server", /* Netscreen */
SSH_BUG_PASSWORDPAD },
--- sshconnect1.c.O Thu Jul 5 10:49:13 2001
+++ sshconnect1.c Thu Jul 5 10:49:28 2001
@@ -37,6 +37,7 @@
#include "packet.h"
#include "mpaux.h"
#include "uidswap.h"
+#include "compat.h"
#include "log.h"
#include "readconf.h"
#inc...
2005 Jun 09
0
Disconnects from Cisco router ssh sessions.
...==
RCS file: /usr/local/src/security/openssh/cvs/openssh_cvs/compat.c,v
retrieving revision 1.71
diff -u -p -r1.71 compat.c
--- compat.c 1 Mar 2005 10:24:33 -0000 1.71
+++ compat.c 9 Jun 2005 07: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 fi...
2004 Jun 25
0
SSH_MSG_USERAUTH_PASSWD_CHANGEREQ and 3.1.0 F-SECURE SSH - Pr oces s Software SSH for OpenVMS
...SSH_BUG_IGNOREMSG },
+ { "3.1.0 F-SECURE*",/* Process Software SSH for OpenVMS */
+ SSH_BUG_PWDCHGREQ },
{ "*SSH Compatible Server*", /* Netscreen
*/
SSH_BUG_PASSWORDPAD },
{ "*OSU_0*,"
Index: compat.h
===================================================================
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:...
2015 Jul 28
4
Cisco vs. 6.9
> Turns out the problem is the new protocol extension for sending host keys
to
> the client after user authentication (section 2.5 of the PROTOCOLS
> document). Commenting out the notify_hostkeys() call in sshd.c fixes the
> issues with Cisco scp. Maybe a new bug compatibility flag in on order to
> add to the "Cisco-1.*" client string that was added in 6.9?
There's
2001 Oct 12
17
Please test snapshots for 3.0 release
Could everyone please test the latest snapshots as we will be making a
new release soon.
If you have any patches you would like us to consider, please resend
them to the list ASAP.
-d
--
| Damien Miller <djm at mindrot.org> \ ``E-mail attachments are the poor man's
| http://www.mindrot.org / distributed filesystem'' - Dan Geer