]> git.ipfire.org Git - thirdparty/krb5.git/commit
Refactor finish_check_padata() in KDC
authorGreg Hudson <ghudson@mit.edu>
Mon, 17 Aug 2015 21:41:22 +0000 (17:41 -0400)
committerGreg Hudson <ghudson@mit.edu>
Thu, 27 Aug 2015 15:44:33 +0000 (11:44 -0400)
commit426d0bae0ebc8a4d4c6e44dd8953cde2196b5d82
treec189aeb3195aea0fd4b14d6bdd5d0e9eee61dbb7
parent752574e288c8322001d1b4e62f5fd99c579a3403
Refactor finish_check_padata() in KDC

Use a helper function to filter the error codes from preauth modules.
Use a cleanup handler so that we aren't separately considering the
disposition of state and state->pa_e_data along different exit paths.
src/kdc/kdc_preauth.c