diff options
| author | Sam Hartman <hartmans@mit.edu> | 2001-10-26 05:50:25 +0000 |
|---|---|---|
| committer | Sam Hartman <hartmans@mit.edu> | 2001-10-26 05:50:25 +0000 |
| commit | 4f979233c32b6d7a937e4b139c131935695d2d3e (patch) | |
| tree | a514bc6eb82b67b2064b4fe06c22d370791bf3bc /src/include/ChangeLog | |
| parent | 0af03dd9ced634438709a5706e38828162170bac (diff) | |
| download | krb5-4f979233c32b6d7a937e4b139c131935695d2d3e.tar.gz krb5-4f979233c32b6d7a937e4b139c131935695d2d3e.tar.xz krb5-4f979233c32b6d7a937e4b139c131935695d2d3e.zip | |
* Expose some rc4 crypto routines through the accessor mechanism; cleaner than raw enctype
* Deal with GSSAPI key usage in microsoft translation
* Add rc4 gssapi mechanism; works with itself, not tested against
* Windows yet
* Refactor large chunks of k5seal.c to make code more readable for
debugging
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13859 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 8d18c2c41..958dc2ab5 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -1,3 +1,11 @@ +2001-10-24 Sam Hartman <hartmans@mit.edu> + + * k5-int.h: Add declaration for arcfour enc_provider and md5 + hash_provider so we can get to these indirectly from libgssapi. + Ick. This is an evil hack but somewhat less evil than having raw + enctypes. + Add above to krb5int_access along with krb5_hmac function + 2001-10-24 Ezra Peisach <epeisach@mit.edu> * configure.in: Use of AC_DEFINE modified to include third |
