Displaying 1 result from an estimated 1 matches for "securid_old".
2002 Apr 05
0
=?iso-8859-2?Q?SecurID=20support=20for=20OpenSSH?=
...er to fix than to figure out how exploitable
it is. The other fixed size arrays in the patch look safe.
*** openssh-3.1p1/auth2.c.orig Thu Apr 4 15:38:07 2002
--- openssh-3.1p1/auth2.c Thu Apr 4 15:38:46 2002
***************
*** 425,431 ****
--- 425,433 ----
#if defined (SECURID) || defined (SECURID_OLD)
if (!authenticated && options.securid_authentication_via_kbd_int)
authenticated = auth_securid_kbd_int(authctxt, lang);
+ #ifdef USE_PAM
if (!authenticated && options.securid_fallback)
+ #endif
#endif
#ifdef USE_PAM
if (authenticated == 0 && options.pam_aut...