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

ghudson@MIT.EDU ghudson at MIT.EDU
Mon Apr 25 12:44:17 EDT 2011


http://src.mit.edu/fisheye/changelog/krb5/?cs=24898
Commit By: ghudson
Log Message:
Do not reference krb5_chpw_result_code_string in
krb5_change_password() documentation, as it is not a public function.
Do not falsely claim that the result_code_string parameter is unused.



Changed Files:
U   trunk/src/include/krb5/krb5.hin
Modified: trunk/src/include/krb5/krb5.hin
===================================================================
--- trunk/src/include/krb5/krb5.hin	2011-04-22 21:51:07 UTC (rev 24897)
+++ trunk/src/include/krb5/krb5.hin	2011-04-25 16:44:16 UTC (rev 24898)
@@ -4362,7 +4362,7 @@
  * @param [in]  creds                   Kerberos credentials to the kadmin/changepw service
  * @param [in]  newpw                   New password
  * @param [out] result_code             A numeric error code
- * @param       result_code_string      (unused) String equivalent to @a result_code
+ * @param [out] result_code_string      String equivalent to @a result_code
  * @param [out] result_string           Change password response from the KDC
  *
  * Change the password for the existing principal identified by @a creds.
@@ -4375,8 +4375,6 @@
  * @li KRB5_KPASSWD_AUTHERROR (3) - Authentication error
  * @li KRB5_KPASSWD_SOFTERROR (4) - Password change rejected
  *
- * @sa krb5_chpw_result_code_string()
- *
  * @retval
  * 0  Success
  * @return




More information about the cvs-krb5 mailing list