2000-5-19 Alexandra Ellwood <lxs@mit.edu>
authorAlexandra Ellwood <lxs@mit.edu>
Fri, 19 May 2000 22:06:05 +0000 (22:06 +0000)
committerAlexandra Ellwood <lxs@mit.edu>
Fri, 19 May 2000 22:06:05 +0000 (22:06 +0000)
* 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

src/include/ChangeLog
src/include/k5-int.h

index 94c8ae757db31b7e1ceb0e6581abbb0f62fa3241..d6b5c1df97de5aba058dcb86b7f5bd4a1dcb4372 100644 (file)
@@ -1,3 +1,12 @@
+2000-5-19      Alexandra Ellwood <lxs@mit.edu>
+
+       * 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          <jaltman@columbia.edu>
 
         * krb5.hin
index df89e87c6bd62882ce72b8884739597835062b9e..db2deebd63cbb863af75bc095582f95fc508cfc7 100644 (file)
@@ -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,