Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.420 (Entity 5.420) From: raeburn@mit.edu Subject: SVN Commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 1224 Incorporate Apple's patch. Add a test authorization data scheme, in both built-in and plugin forms; built-in version is #ifdef'ed out. Update configury to create the build directory for the plugin, but don't build or install it by default. Create the new (and normally empty) authorization data plugin directory at install time. Add some (normally disabled) code to log authz data from rd_req. Fix up some comments that still refer to preauth plugins. Add some details in comments on the API, and why it's private for now. Make the plugin init context support work, by not passing null pointers. Commit By: raeburn Revision: 20691 Changed Files: U trunk/src/Makefile.in U trunk/src/config/pre.in U trunk/src/configure.in A trunk/src/include/krb5/authdata_plugin.h U trunk/src/include/osconf.hin U trunk/src/kdc/Makefile.in U trunk/src/kdc/do_as_req.c A trunk/src/kdc/kdc_authdata.c U trunk/src/kdc/kdc_util.h U trunk/src/kdc/main.c U trunk/src/lib/krb5/krb/rd_req_dec.c A trunk/src/plugins/authdata/ A trunk/src/plugins/authdata/greet/ A trunk/src/plugins/authdata/greet/Makefile.in A trunk/src/plugins/authdata/greet/greet.exports A trunk/src/plugins/authdata/greet/greet_auth.c