pull up r18895 from trunk
authorTom Yu <tlyu@mit.edu>
Fri, 1 Dec 2006 23:23:14 +0000 (23:23 +0000)
committerTom Yu <tlyu@mit.edu>
Fri, 1 Dec 2006 23:23:14 +0000 (23:23 +0000)
commit8bf7b303286a5608fa8661edd300f5867ab818dc
treea4597a3437ebdf9ab9514dcc32bebd437c3c6f5f
parentbaed93601d7f2df97a18e422ffae38e61ba2abaa
pull up r18895 from trunk

 r18895@cathode-dark-space:  coffman | 2006-12-01 14:18:26 -0500
 subject: Return edata from non-"PA_REQUIRED" preauth types
 ticket: new
 Target_Version: 1.6
 tags: pullup
 Component: krb5-kdc

     * src/kdc/kdc_preauth.c (check_padata)
     Return e-data from any failing preauth module.
     Save the e-data and return value from the first failing module.
     If a subsequent module marked as PA_REQUIRED fails, return
     its e-data and error instead.

     * src/kdc/kdc_preauth.c (load_preauth_plugins)
     Quiet compiler warning by setting pointer to NULL.

ticket: 4972
version_fixed: 1.6

git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-6@18902 dc483132-0cff-0310-8789-dd5450dbe970
src/kdc/kdc_preauth.c