Bugzilla – Attachment 447 Details for
Bug 702
dont call userauth_finish after auth2_challenge_stop
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
call auth2_challenge_stop after userauth_finish
auth2-chall.c.diff (text/plain), 740 bytes, created by
Paul Bolton
on 2003-09-23 02:57:57 AEST
(
hide
)
Description:
call auth2_challenge_stop after userauth_finish
Filename:
MIME Type:
Creator:
Paul Bolton
Created:
2003-09-23 02:57:57 AEST
Size:
740 bytes
patch
obsolete
>--- auth2-chall.c Mon Sep 22 17:45:01 2003 >+++ ../openssh-3.7.1p1.orig/auth2-chall.c Mon May 26 12:36:13 2003 >@@ -310,15 +310,16 @@ > snprintf(method, len, "keyboard-interactive/%s", > kbdintctxt->device->name); > >- if (!authctxt->postponed && !authenticated) { >- /* start next device */ >- /* may set authctxt->postponed */ >- auth2_challenge_start(authctxt); >+ if (!authctxt->postponed) { >+ if (authenticated) { >+ auth2_challenge_stop(authctxt); >+ } else { >+ /* start next device */ >+ /* may set authctxt->postponed */ >+ auth2_challenge_start(authctxt); >+ } > } > userauth_finish(authctxt, authenticated, method); >- if (!authctxt->postponed && authenticated) { >- auth2_challenge_stop(authctxt); >- } > xfree(method); > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 702
: 447 |
448
|
449