From: Alexandra Ellwood Date: Fri, 19 May 2000 22:06:05 +0000 (+0000) Subject: 2000-5-19 Alexandra Ellwood X-Git-Tag: krb5-1.3-alpha1~2110 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=64c237bc304fb00e38bf2a49be7e3ad67e6fcb0c;p=krb5.git 2000-5-19 Alexandra Ellwood * krb5-int.h: Added krb5int_cc_default. This function supports the Kerberos Login Library and pops up a dialog if the cache does not contain valid tickets. This is used to automatically get a tgt before obtaining service tickets. Note that this should be an internal function because callers don't expect krb5_cc_default to pop up a dialog! (We found this out the hard way :-) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12290 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/ChangeLog b/src/include/ChangeLog index 94c8ae757..d6b5c1df9 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -1,3 +1,12 @@ +2000-5-19 Alexandra Ellwood + + * krb5-int.h: Added krb5int_cc_default. This function supports the + Kerberos Login Library and pops up a dialog if the cache does not + contain valid tickets. This is used to automatically get a tgt before + obtaining service tickets. Note that this should be an internal function + because callers don't expect krb5_cc_default to pop up a dialog! + (We found this out the hard way :-) + 2000-05-15 Jeffrey Altman * krb5.hin diff --git a/src/include/k5-int.h b/src/include/k5-int.h index df89e87c6..db2deebd6 100644 --- a/src/include/k5-int.h +++ b/src/include/k5-int.h @@ -1506,6 +1506,8 @@ KRB5_DLLIMP krb5_error_code KRB5_CALLCONV krb5_ser_unpack_bytes krb5_octet FAR * FAR *, size_t FAR *)); +krb5_error_code KRB5_CALLCONV krb5int_cc_default + KRB5_PROTOTYPE((krb5_context, krb5_ccache FAR *)); krb5_error_code KRB5_CALLCONV krb5_cc_retrieve_cred_default KRB5_PROTOTYPE((krb5_context, krb5_ccache, krb5_flags,