diff options
| author | Alexandra Ellwood <lxs@mit.edu> | 2000-05-31 17:35:51 +0000 |
|---|---|---|
| committer | Alexandra Ellwood <lxs@mit.edu> | 2000-05-31 17:35:51 +0000 |
| commit | f54a3f5c6db677a7d981752e9e66cbfb95be38bf (patch) | |
| tree | 0ea8d7b80dc96a0f6f5701b961f83ac6412298d7 /src | |
| parent | 451bc883b77247136b49bedf39674f0bef2ec175 (diff) | |
| download | krb5-f54a3f5c6db677a7d981752e9e66cbfb95be38bf.tar.gz krb5-f54a3f5c6db677a7d981752e9e66cbfb95be38bf.tar.xz krb5-f54a3f5c6db677a7d981752e9e66cbfb95be38bf.zip | |
2000-5-31 Alexandra Ellwood <lxs@mit.edu> ccdefault.c: Changed kerberosPrincipal_V5 to kerberosVersion_V5 to reflect the new KLL constant name
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12322 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/krb5/ccache/ChangeLog | 12 | ||||
| -rw-r--r-- | src/lib/krb5/ccache/ccdefault.c | 2 |
2 files changed, 5 insertions, 9 deletions
diff --git a/src/lib/krb5/ccache/ChangeLog b/src/lib/krb5/ccache/ChangeLog index 1711ba759..f47323800 100644 --- a/src/lib/krb5/ccache/ChangeLog +++ b/src/lib/krb5/ccache/ChangeLog @@ -1,11 +1,7 @@ -2000-5-19 Alexandra Ellwood <lxs@mit.edu> - - * ccdefault.c: 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-5-31 Alexandra Ellwood <lxs@mit.edu> + + * ccdefault.c: Changed kerberosPrincipal_V5 to kerberosVersion_V5 to reflect + the new constant name. 2000-4-26 Alexandra Ellwood <lxs@mit.edu> diff --git a/src/lib/krb5/ccache/ccdefault.c b/src/lib/krb5/ccache/ccdefault.c index f863f4a31..536e611b1 100644 --- a/src/lib/krb5/ccache/ccdefault.c +++ b/src/lib/krb5/ccache/ccdefault.c @@ -99,7 +99,7 @@ krb5int_cc_default(context, ccache) /* Try to make sure a krb5 tgt is in the cache */ err = __KLInternalAcquireTicketsForCache (desiredPrincipal, krb5_cc_default_name(context), - kerberosPrincipal_V5, nil, &outCacheName); + kerberosVersion_V5, nil, &outCacheName); if (err == klNoErr) { /* This function tries to get tickets and put them in the specified cache, however, if the cache does not exist, it may choose to put |
