[25836] in CVS-changelog-for-Kerberos-V5
svn rev #25326: trunk/src/include/krb5/
daemon@ATHENA.MIT.EDU (tsitkova@mit.edu)
Wed Oct 12 13:57:36 2011
Date: Wed, 12 Oct 2011 13:57:33 -0400
From: tsitkova@mit.edu
Message-Id: <201110121757.p9CHvXmV016982@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=25326
Commit By: tsitkova
Log Message:
Fix the doxygen comments for krb5_pac_sign
Changed Files:
U trunk/src/include/krb5/krb5.hin
Modified: trunk/src/include/krb5/krb5.hin
===================================================================
--- trunk/src/include/krb5/krb5.hin 2011-10-12 16:34:07 UTC (rev 25325)
+++ trunk/src/include/krb5/krb5.hin 2011-10-12 17:57:33 UTC (rev 25326)
@@ -7501,14 +7501,14 @@
* @param [in] pac PAC handle
* @param [in] authtime Expected timestamp
* @param [in] principal Expected principal name (or NULL)
- * @param [in] server Key for server checksum
- * @param [in] privsvr Key for KDC checksum
+ * @param [in] server_key Key for server checksum
+ * @param [in] privsvr_key Key for KDC checksum
* @param [out] data Signed PAC encoding
*
- * This function signs @a pac using the keys @a server and @a privsvr and
- * returns the signed encoding in @a data. @a pac is modified to include the
- * server and KDC checksum buffers. Use krb5_free_data_contents() to free @a
- * data when it is no longer needed.
+ * This function signs @a pac using the keys @a server_key and @a privsvr_key
+ * and returns the signed encoding in @a data. @a pac is modified to include
+ * the server and KDC checksum buffers. Use krb5_free_data_contents() to free
+ * @a data when it is no longer needed.
*/
krb5_error_code KRB5_CALLCONV
krb5_pac_sign(krb5_context context, krb5_pac pac, krb5_timestamp authtime,
_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5