summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorAlexandra Ellwood <lxs@mit.edu>2000-05-19 22:06:05 +0000
committerAlexandra Ellwood <lxs@mit.edu>2000-05-19 22:06:05 +0000
commit64c237bc304fb00e38bf2a49be7e3ad67e6fcb0c (patch)
tree36d4296cfb96af44325f9dd1ec7b524b09d226a3 /src/include
parent497f5ab86f227fa8bfda0fd4669322a09f86e777 (diff)
downloadkrb5-64c237bc304fb00e38bf2a49be7e3ad67e6fcb0c.tar.gz
krb5-64c237bc304fb00e38bf2a49be7e3ad67e6fcb0c.tar.xz
krb5-64c237bc304fb00e38bf2a49be7e3ad67e6fcb0c.zip
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 :-) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12290 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/ChangeLog9
-rw-r--r--src/include/k5-int.h2
2 files changed, 11 insertions, 0 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog
index 94c8ae757d..d6b5c1df97 100644
--- a/src/include/ChangeLog
+++ b/src/include/ChangeLog
@@ -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
diff --git a/src/include/k5-int.h b/src/include/k5-int.h
index df89e87c6b..db2deebd63 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,