* @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,
* 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,
* @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.
*/
* @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,
*
* 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,
*
* @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);
* 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
*/
* 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,