]> andersk Git - gssapi-openssh.git/commit
fix for http://grid.ncsa.uiuc.edu/ssh/implicitlogin.adv vulnerability:
authorjbasney <jbasney>
Tue, 13 Jul 2004 23:48:27 +0000 (23:48 +0000)
committerjbasney <jbasney>
Tue, 13 Jul 2004 23:48:27 +0000 (23:48 +0000)
commit5217e987f210fb30c1c08ec8795e503fcea1b167
treeddc8852130494cd905857f45d286ba99f5d88d54
parent9ec9d5ad46b4abdbfb0f69dd4fbfb8083d6a6666
fix for http://grid.ncsa.uiuc.edu/ssh/implicitlogin.adv vulnerability:
- don't return success from userauth if authctxt->valid == 0
  as that flag is set after important checks for disabled accounts
- proceed with userauth_gssapi() even if authctxt->valid == 0,
  because we might set it based on GSSAPI context later, and we
  check it before returning success
- set authctxt->valid = 1 only if getpwnamallow() checks succeed
other:
- pass in authctxt to start_pam(), as the signature changed
openssh/auth2-gss.c
This page took 0.039039 seconds and 5 git commands to generate.