ccdefname.c: Add a new function krb5_cc_set_default_name(), which is
authorTheodore Tso <tytso@mit.edu>
Tue, 2 Feb 1999 04:27:33 +0000 (04:27 +0000)
committerTheodore Tso <tytso@mit.edu>
Tue, 2 Feb 1999 04:27:33 +0000 (04:27 +0000)
commit19083c2a7626f485a3605779024aa776926d6786
tree3892caf267274828e51fc3658a9cd19aaa34bcc3
parentb28c1bca371582d924b06d7a618b20c5cce5359c
ccdefname.c: Add a new function krb5_cc_set_default_name(), which is
used set the default ccname stored in the krb5_context.  All of the
OS-specific functions to determine the default ccname is moved to this
function.  The krb5_cc_default_name() function now just reads the
default ccname from the os_context, and will call
krb5_cc_set_default_name() to set the default ccname if necessary.

t_std_conf: Added functions to test krb5_cc_default_name and
krb5_cc_set_default_name().  Fixed the call to krb5_locate_kdc to
support the new variables added by the Cygnus initial ticket API
merge.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11140 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/krb5/os/ChangeLog
src/lib/krb5/os/ccdefname.c
src/lib/krb5/os/t_std_conf.c