diff options
| author | Theodore Tso <tytso@mit.edu> | 1999-02-09 02:50:11 +0000 |
|---|---|---|
| committer | Theodore Tso <tytso@mit.edu> | 1999-02-09 02:50:11 +0000 |
| commit | 33e2fb87ee8cdc1dcaed4db9e072e79d28cb12ae (patch) | |
| tree | ea6900f852d2fbb869a01805f54e3e9be97aa614 /src/lib/krb5/os/ChangeLog | |
| parent | 3ec9b6359a184e69d7e291d8a4d43a371bafd5d3 (diff) | |
| download | krb5-33e2fb87ee8cdc1dcaed4db9e072e79d28cb12ae.tar.gz krb5-33e2fb87ee8cdc1dcaed4db9e072e79d28cb12ae.tar.xz krb5-33e2fb87ee8cdc1dcaed4db9e072e79d28cb12ae.zip | |
ccdefname.c (get_from_os): On the Windows platform, automatically
generate the correct default cache name based on what krb5_cc_dfl_ops
is set to.
realm_dom.c (krb5_get_realm_domain): Add modifiers so that this
function can get exported in a Windows DLL.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11154 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/krb5/os/ChangeLog')
| -rw-r--r-- | src/lib/krb5/os/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/lib/krb5/os/ChangeLog b/src/lib/krb5/os/ChangeLog index 76f267930..2f0490267 100644 --- a/src/lib/krb5/os/ChangeLog +++ b/src/lib/krb5/os/ChangeLog @@ -1,3 +1,12 @@ +Fri Feb 5 01:05:43 1999 Theodore Y. Ts'o <tytso@mit.edu> + + * ccdefname.c (get_from_os): On the Windows platform, + automatically generate the correct default cache name + based on what krb5_cc_dfl_ops is set to. + + * realm_dom.c (krb5_get_realm_domain): Add modifiers so that this + function can get exported in a Windows DLL. + Tue Feb 2 16:01:58 1999 Tom Yu <tlyu@mit.edu> * read_pwd.c: Remove reference to CPP symbol "unix". |
