[26474] in CVS-changelog-for-Kerberos-V5
svn rev #25805: trunk/src/include/krb5/
daemon@ATHENA.MIT.EDU (ghudson@mit.edu)
Mon Apr 16 19:21:52 2012
Date: Mon, 16 Apr 2012 19:21:42 -0400
From: ghudson@mit.edu
Message-Id: <201204162321.q3GNLgRk003271@drugstore.mit.edu>
To: cvs-krb5@mit.edu
Reply-To: krbdev@mit.edu
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: cvs-krb5-bounces@mit.edu
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,
_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5