Make verto context available to kdcpreauth modules
authorGreg Hudson <ghudson@mit.edu>
Tue, 15 Nov 2011 02:42:58 +0000 (02:42 +0000)
committerGreg Hudson <ghudson@mit.edu>
Tue, 15 Nov 2011 02:42:58 +0000 (02:42 +0000)
commitcd7796cf4dfdcbd63b021624cb6345347ae59c8b
treeafa38784a06d133a9a729095934c37925dcc2c41
parent544e781832f19d9430d85d8e3097a0fadb768eff
Make verto context available to kdcpreauth modules

Add an event_context callback to kdcpreauth.  Adjust the internal KDC
and main loop interfaces to pass around the event context, and expose
it to kdcpreauth modules via the rock.

ticket: 7019
target_version: 1.10
tags: pullup

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25475 dc483132-0cff-0310-8789-dd5450dbe970
src/include/krb5/preauth_plugin.h
src/include/net-server.h
src/kadmin/server/schpw.c
src/kdc/dispatch.c
src/kdc/do_as_req.c
src/kdc/kdc_preauth.c
src/kdc/kdc_util.h
src/lib/apputils/net-server.c