svn rev #23469: trunk/src/ include/krb5/ lib/krb5/ lib/krb5/krb/
ghudson@MIT.EDU
ghudson at MIT.EDU
Tue Dec 15 12:40:27 EST 2009
http://src.mit.edu/fisheye/changelog/krb5/?cs=23469
Commit By: ghudson
Log Message:
On Luke's advice, remove krb5_init_creds_store_creds. It is not a
Heimdal API and its functionality is covered by
krb5_get_init_creds_opt_set_out_ccache.
Changed Files:
U trunk/src/include/krb5/krb5.hin
U trunk/src/lib/krb5/krb/get_in_tkt.c
U trunk/src/lib/krb5/libkrb5.exports
Modified: trunk/src/include/krb5/krb5.hin
===================================================================
--- trunk/src/include/krb5/krb5.hin 2009-12-15 17:33:09 UTC (rev 23468)
+++ trunk/src/include/krb5/krb5.hin 2009-12-15 17:40:27 UTC (rev 23469)
@@ -2363,10 +2363,6 @@
const char *service);
krb5_error_code KRB5_CALLCONV
-krb5_init_creds_store_creds(krb5_context context, krb5_init_creds_context ctx,
- krb5_ccache ccache);
-
-krb5_error_code KRB5_CALLCONV
krb5_init_creds_get_times(krb5_context context, krb5_init_creds_context ctx,
krb5_ticket_times *times);
Modified: trunk/src/lib/krb5/krb/get_in_tkt.c
===================================================================
--- trunk/src/lib/krb5/krb/get_in_tkt.c 2009-12-15 17:33:09 UTC (rev 23468)
+++ trunk/src/lib/krb5/krb/get_in_tkt.c 2009-12-15 17:40:27 UTC (rev 23469)
@@ -1181,17 +1181,6 @@
}
krb5_error_code KRB5_CALLCONV
-krb5_init_creds_store_creds(krb5_context context,
- krb5_init_creds_context ctx,
- krb5_ccache ccache)
-{
- if ((ctx->flags & KRB5_INIT_CREDS_STEP_FLAG_COMPLETE) == 0)
- return KRB5_NO_TKT_SUPPLIED;
-
- return krb5_cc_store_cred(context, ccache, &ctx->cred);
-}
-
-krb5_error_code KRB5_CALLCONV
krb5_init_creds_get_times(krb5_context context,
krb5_init_creds_context ctx,
krb5_ticket_times *times)
Modified: trunk/src/lib/krb5/libkrb5.exports
===================================================================
--- trunk/src/lib/krb5/libkrb5.exports 2009-12-15 17:33:09 UTC (rev 23468)
+++ trunk/src/lib/krb5/libkrb5.exports 2009-12-15 17:40:27 UTC (rev 23469)
@@ -373,7 +373,6 @@
krb5_init_creds_set_password
krb5_init_creds_set_service
krb5_init_creds_step
-krb5_init_creds_store_creds
krb5_init_keyblock
krb5_init_secure_context
krb5_internalize_opaque
More information about the cvs-krb5
mailing list