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

tsitkova@MIT.EDU tsitkova at MIT.EDU
Tue Apr 17 13:58:57 EDT 2012


http://src.mit.edu/fisheye/changelog/krb5/?cs=25810
Commit By: tsitkova
Log Message:
Add Doxygen markup to API functions that were introduced in 1.10 release.



Changed Files:
U   trunk/src/include/krb5/krb5.hin
Modified: trunk/src/include/krb5/krb5.hin
===================================================================
--- trunk/src/include/krb5/krb5.hin	2012-04-17 17:49:10 UTC (rev 25809)
+++ trunk/src/include/krb5/krb5.hin	2012-04-17 17:58:56 UTC (rev 25810)
@@ -2270,6 +2270,7 @@
  * @param [in]  cache           Credential cache handle
  * @param [out] fullname_out    Full name of cache
  *
+ * @version First introduced in 1.10
  */
 krb5_error_code KRB5_CALLCONV
 krb5_cc_get_full_name(krb5_context context, krb5_ccache cache,
@@ -3843,6 +3844,8 @@
  * NULL entries.  This function will search inside AD-IF-RELEVANT containers if
  * found in either list.  Use krb5_free_authdata() to free @a results when it
  * is no longer needed.
+ *
+ * @version First introduced in 1.10
  */
 krb5_error_code KRB5_CALLCONV
 krb5_find_authdata(krb5_context context, krb5_authdata *const *ticket_authdata,
@@ -4427,6 +4430,8 @@
  * @param [in] context          Library context
  * @param [in] type             Credential cache type
  *
+ * @version First introduced in 1.10
+ *
  * @retval TRUE if @a type supports switching
  * @retval FALSE if it does not or is not a valid credential cache type.
  */
@@ -4447,6 +4452,8 @@
  * @retval KRB5_CC_NOTFOUND
  *
  * @sa krb5_cccol_cursor_new
+ *
+ * @version First introduced in 1.10
  */
 krb5_error_code KRB5_CALLCONV
 krb5_cc_cache_match(krb5_context context, krb5_principal client,
@@ -4483,6 +4490,8 @@
  *
  * Any other error code indicates a fatal error in the processing of a cache
  * selection mechanism.
+ *
+ * @version First introduced in 1.10
  */
 krb5_error_code KRB5_CALLCONV
 krb5_cc_select(krb5_context context, krb5_principal server,
@@ -4674,6 +4683,8 @@
  *
  * @param [in] context          Library context
  * @param [in] val              String to be freed
+ *
+ * @version First introduced in 1.10
  */
 void KRB5_CALLCONV
 krb5_free_string(krb5_context context, char *val);
@@ -4735,6 +4746,8 @@
  * This function checks if @a date is close enough to the current time
  * according to the configured allowable clock skew.
  *
+ * @version First introduced in 1.10
+ *
  * @retval 0 Success
  * @retval KRB5KRB_AP_ERR_SKEW @a date is not within allowable clock skew
  */
@@ -7526,6 +7539,8 @@
  * 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.
+ *
+ * @version First introduced in 1.10
  */
 krb5_error_code KRB5_CALLCONV
 krb5_pac_sign(krb5_context context, krb5_pac pac, krb5_timestamp authtime,



More information about the cvs-krb5 mailing list