krb5 commit: Document krb5_get_init_creds_opt_set_in_ccache

Zhanna A Tsitkova tsitkova at MIT.EDU
Mon Nov 26 13:52:32 EST 2012


https://github.com/krb5/krb5/commit/63a344b05fb2543059c1049c93e3106a0c6aa853
commit 63a344b05fb2543059c1049c93e3106a0c6aa853
Author: Zhanna Tsitkov <tsitkova at mit.edu>
Date:   Mon Nov 26 13:44:16 2012 -0500

    Document krb5_get_init_creds_opt_set_in_ccache
    
    More specifically, document that this new API was first
    introduced in 1.11
    
    ticket: 7460

 src/include/krb5/krb5.hin |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/include/krb5/krb5.hin b/src/include/krb5/krb5.hin
index 865785e..7e1ce5f 100644
--- a/src/include/krb5/krb5.hin
+++ b/src/include/krb5/krb5.hin
@@ -6838,6 +6838,8 @@ krb5_get_init_creds_opt_set_fast_ccache(krb5_context context,
  * same preauthentication mechanisms, and making the same non-security-
  * sensitive choices) as the previous authentication attempt, which stored
  * information in the passed-in ccache.
+ *
+ * @version First introduced in 1.11
  */
 krb5_error_code KRB5_CALLCONV
 krb5_get_init_creds_opt_set_in_ccache(krb5_context context,


More information about the cvs-krb5 mailing list