diff options
| author | Paul Park <pjpark@mit.edu> | 1995-07-27 19:41:44 +0000 |
|---|---|---|
| committer | Paul Park <pjpark@mit.edu> | 1995-07-27 19:41:44 +0000 |
| commit | f95d2b3f6e086428def795c9eeeee9aeb4d261ee (patch) | |
| tree | 8900011ea91929d0e7f2f0dfbf17817069e5198b /src/kdc/ChangeLog | |
| parent | 06cbcf5ce4e3b6f123c94bfba308a6fab074db1a (diff) | |
Fix compiler complaints and remove dependence on mit-des.h
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6337 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/kdc/ChangeLog')
| -rw-r--r-- | src/kdc/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/kdc/ChangeLog b/src/kdc/ChangeLog index 235e3a405..e6d4d4def 100644 --- a/src/kdc/ChangeLog +++ b/src/kdc/ChangeLog @@ -1,4 +1,16 @@ +Thu Jul 27 15:10:58 EDT 1995 Paul Park (pjpark@mit.edu) + * configure.in - Add --with-vague-errors and --with-kdc-kdb-update + which define KRBCONF_VAGUE_ERRORS and KRBCONF_KDC_MODIFIES_KDB + which replace the definitions that used to be in k5-config.h. + * kdc_util.c - Cast argument to fetch_asn1_field which caused a + compiler moan. + * kerberos_v4.c - Use KRB5_PROTOTYPE for v4_klog which is set correctly + for the compiler. Some compilers (e.g. OSF/1 native) understand + prototypes even when not in STDC mode. + Also use KRB5_MIT_DES_KEYSIZE instead of MIT_DES_KEYSIZE. + + Thu Jul 27 02:59:05 1995 Chris Provenzano (proven@mit.edu) * do_as_req.c do_tgs_req.c kdc_util.c main.c : Use new kdb format. |
