diff options
| author | Ezra Peisach <epeisach@mit.edu> | 2001-06-21 13:46:15 +0000 |
|---|---|---|
| committer | Ezra Peisach <epeisach@mit.edu> | 2001-06-21 13:46:15 +0000 |
| commit | 338fb12f3482242fe85217339ea30c65bb189aa1 (patch) | |
| tree | c2e57086d09aae2971f1881c88f98bc7e256f731 /src/kdc/ChangeLog | |
| parent | 6154990ceab9d543f916595cfef85787a7a3cc9a (diff) | |
* kdc_preauth.c: Include prototypes for mit_des_fixup_key_parity
and mit_des_is_weak_key here as no other "public" header file
defines it. Needed for return_sam_data() code.
* configure.in: Test for unistd.h and existance of swab() prototype.
* kerberos_v4.c: If swab() prototype needed, provide.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13446 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/kdc/ChangeLog')
| -rw-r--r-- | src/kdc/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/kdc/ChangeLog b/src/kdc/ChangeLog index deaa01523..6795ab555 100644 --- a/src/kdc/ChangeLog +++ b/src/kdc/ChangeLog @@ -1,3 +1,13 @@ +2001-06-21 Ezra Peisach <epeisach@mit.edu> + + * kdc_preauth.c: Include prototypes for mit_des_fixup_key_parity + and mit_des_is_weak_key here as no other "public" header file + defines it. Needed for return_sam_data() code. + + * configure.in: Test for unistd.h and existance of swab() prototype. + + * kerberos_v4.c: If swab() prototype needed, provide. + 2001-06-19 Tom Yu <tlyu@mit.edu> * kdc_util.c (ktypes2str): New function; construct a string |
