diff options
| author | Danilo Almeida <dalmeida@mit.edu> | 2000-07-19 17:06:07 +0000 |
|---|---|---|
| committer | Danilo Almeida <dalmeida@mit.edu> | 2000-07-19 17:06:07 +0000 |
| commit | ecedff5421ef2381ce7b6855a123c4f6583776d7 (patch) | |
| tree | 87ce794e2ac4c98aa0af6ad79a3c5abd975e4d70 /src/include/ChangeLog | |
| parent | 3f1e3e0140620cc379c0f7ff9e4aacbcfa5bb78c (diff) | |
| download | krb5-ecedff5421ef2381ce7b6855a123c4f6583776d7.tar.gz krb5-ecedff5421ef2381ce7b6855a123c4f6583776d7.tar.xz krb5-ecedff5421ef2381ce7b6855a123c4f6583776d7.zip | |
* k5-int.h: Add krb5int_accessor() and related definitions.
krb5int_accessor should be used by any code that is trying to use
krb5 internal functions (such as krb524 and GSSAPI). The goal is
to eventually make this function do nothing. That will only be
accomplished when we fix our apps/libraries not to call internal
functions.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12559 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/ChangeLog')
| -rw-r--r-- | src/include/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog index c5c9cd6b04..6342ccbcac 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -1,3 +1,12 @@ +2000-07-19 Danilo Almeida <dalmeida@mit.edu> + + * k5-int.h: Add krb5int_accessor() and related definitions. + krb5int_accessor should be used by any code that is trying to use + krb5 internal functions (such as krb524 and GSSAPI). The goal is + to eventually make this function do nothing. That will only be + accomplished when we fix our apps/libraries not to call internal + functions. + 2000-07-18 Ezra Peisach <epeisach@mit.edu> * k5-int.h: Move prototypes for krb5 only internal functions |
