pull up r25475 and r25479 from trunk
authorTom Yu <tlyu@mit.edu>
Mon, 5 Dec 2011 20:16:05 +0000 (20:16 +0000)
committerTom Yu <tlyu@mit.edu>
Mon, 5 Dec 2011 20:16:05 +0000 (20:16 +0000)
commit2989a193c5f7d6199f30de9d97043f276a369788
tree841e26e81fc840d73a9cf1e7d3d1d02a560ec06d
parente13c54f53ddf11864a4ca43bac2f88ba55a83eb8
pull up r25475 and r25479 from trunk

 ------------------------------------------------------------------------
 r25479 | ghudson | 2011-11-19 17:06:15 -0500 (Sat, 19 Nov 2011) | 8 lines

 ticket: 7019

 Improve documentation in preauth_plugin.h

 Also declare the verto_context structure to ensure that it is has the
 proper scope when used as the return type of the event_context
 callback.

 ------------------------------------------------------------------------
 r25475 | ghudson | 2011-11-14 21:42:58 -0500 (Mon, 14 Nov 2011) | 9 lines

 ticket: 7019
 subject: Make verto context available to kdcpreauth modules
 target_version: 1.10
 tags: pullup

 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
version_fixed: 1.10
status: resolved

git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-10@25510 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