git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14113 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2004-08-11 21:50:01 +00:00
parent f81af1030b
commit 710e81318e

View File

@@ -1,5 +1,16 @@
2004-08-11 Love H<>rnquist <20>strand <lha@it.su.se>
* lib/krb5/test_cc.c: test variables in default_cc_name
* lib/krb5/krb5.conf.5: explain support for varibles in
[libdefaults]default_cc_name
* lib/krb5/cache.c: drop ${time}, its not very useful
* lib/krb5/cache.c: Add _krb5_expand_default_cc_name that expand
variables in the default cc name. Supported variables now are:
${time},${uid} and ${null}
* lib/krb5/krb5.conf.5: document default_cc_name
* lib/krb5/cache.c (krb5_cc_set_default_name):