allow server preauth plugin verify_padata function to return e-data
authorKevin Coffman <kwc@citi.umich.edu>
Mon, 13 Nov 2006 22:59:55 +0000 (22:59 +0000)
committerKevin Coffman <kwc@citi.umich.edu>
Mon, 13 Nov 2006 22:59:55 +0000 (22:59 +0000)
commitcdc69c97e89b5a9e637a80f2cb72d35184a2690b
tree43bf1e72244b7a5d29a8a6e7e1f60e5d3553ad65
parent2aa0ac015abb18cd1ba1237f3d3027197127d558
allow server preauth plugin verify_padata function to return e-data

Change server-side preauth plugin interface to allow the plugin's
verify_padata function to return e-data to be returned to the client.
(Patch from Nalin Dahyabhai <nalin@redhat.com>)

Update sample plugins to return e-data to exercise the code.

Fix memory leak in the wpse plugin.

ticket: new
Component: krb5-kdc
Target_Version: 1.6
Tags: pullup

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18801 dc483132-0cff-0310-8789-dd5450dbe970
src/include/krb5/preauth_plugin.h
src/kdc/do_as_req.c
src/kdc/kdc_preauth.c
src/kdc/kdc_util.h
src/plugins/preauth/cksum_body/cksum_body_main.c
src/plugins/preauth/wpse/wpse_main.c