diff options
| author | Theodore Tso <tytso@mit.edu> | 1999-02-02 04:25:20 +0000 |
|---|---|---|
| committer | Theodore Tso <tytso@mit.edu> | 1999-02-02 04:25:20 +0000 |
| commit | b28c1bca371582d924b06d7a618b20c5cce5359c (patch) | |
| tree | 4a93613c177f64698eef22cfb4805fd8ed59b4e8 /src/include/ChangeLog | |
| parent | e80e7d342e439d36d4cfea4d1e64cfe061b65355 (diff) | |
| download | krb5-b28c1bca371582d924b06d7a618b20c5cce5359c.tar.gz krb5-b28c1bca371582d924b06d7a618b20c5cce5359c.tar.xz krb5-b28c1bca371582d924b06d7a618b20c5cce5359c.zip | |
k5-int.h: Add an entry to the os_context to store the default ccache
name.
krb5.hin (krb5_cc_set_default_name): Add function prototype which sets
the defulat ccache name.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11139 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/ChangeLog')
| -rw-r--r-- | src/include/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog index 8f724e7a0..14d3fcd06 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -1,3 +1,11 @@ +1999-02-01 Theodore Ts'o <tytso@rsts-11.mit.edu> + + * k5-int.h: Add an entry to the os_context to store the default + ccache name. + + * krb5.hin (krb5_cc_set_default_name): Add function prototype + which sets the defulat ccache name. + Thu Jan 21 15:23:28 1999 Theodore Y. Ts'o <tytso@mit.edu> * krb5.hin: Fix realm iterator prototypes so that they use |
