Bugzilla – Attachment 449 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 userauth_finish early
B (text/plain), 673 bytes, created by
Markus Friedl
on 2003-09-23 04:18:41 AEST
(
hide
)
Description:
call userauth_finish early
Filename:
MIME Type:
Creator:
Markus Friedl
Created:
2003-09-23 04:18:41 AEST
Size:
673 bytes
patch
obsolete
>Index: auth2-chall.c >=================================================================== >RCS file: /cvs/src/usr.bin/ssh/auth2-chall.c,v >retrieving revision 1.20 >diff -u -r1.20 auth2-chall.c >--- auth2-chall.c 30 Jun 2002 21:59:45 -0000 1.20 >+++ auth2-chall.c 22 Sep 2003 18:18:46 -0000 >@@ -304,6 +304,7 @@ > snprintf(method, len, "keyboard-interactive/%s", > kbdintctxt->device->name); > >+ userauth_finish(authctxt, authenticated, method); > if (!authctxt->postponed) { > if (authenticated) { > auth2_challenge_stop(authctxt); >@@ -313,7 +314,6 @@ > auth2_challenge_start(authctxt); > } > } >- userauth_finish(authctxt, authenticated, method); > 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