svn rev #25805: trunk/src/include/krb5/

ghudson@MIT.EDU ghudson at MIT.EDU
Mon Apr 16 19:21:42 EDT 2012


http://src.mit.edu/fisheye/changelog/krb5/?cs=25805
Commit By: ghudson
Log Message:
Document kadm5_hook chpass randomize-key behavior

kadmind's randkey operation invokes the kadm5_hook chpass method with
a null newpass parameter, which wasn't documented.


Changed Files:
U   trunk/src/include/krb5/kadm5_hook_plugin.h
Modified: trunk/src/include/krb5/kadm5_hook_plugin.h
===================================================================
--- trunk/src/include/krb5/kadm5_hook_plugin.h	2012-04-11 22:45:56 UTC (rev 25804)
+++ trunk/src/include/krb5/kadm5_hook_plugin.h	2012-04-16 23:21:42 UTC (rev 25805)
@@ -107,6 +107,7 @@
     /** Indicates that the password is being changed.
      * @param stage is an integer from #kadm5_hook_stage enumeration
      * @param keepold is true if existing keys are being kept.
+     * @param newpass is NULL if the key sare being randomized.
      */
     kadm5_ret_t (*chpass)(krb5_context,
                           kadm5_hook_modinfo *modinfo,



More information about the cvs-krb5 mailing list