krb5 commit [krb5-1.11]: Document krb5_get_init_creds_opt_set_in_ccache

Tom Yu tlyu at MIT.EDU
Tue Nov 27 16:16:26 EST 2012


https://github.com/krb5/krb5/commit/d5d97dbffc9b63f7b8cc0ecddda6ade315de9d10
commit d5d97dbffc9b63f7b8cc0ecddda6ade315de9d10
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
    
    (cherry picked from commit 63a344b05fb2543059c1049c93e3106a0c6aa853)
    
    ticket: 7460
    version_fixed: 1.11
    status: resolved

 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 755b160..6227ed6 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