summaryrefslogtreecommitdiffstats
path: root/src/kadmin/v4server/ChangeLog
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>2001-06-07 21:55:47 +0000
committerEzra Peisach <epeisach@mit.edu>2001-06-07 21:55:47 +0000
commitdf3c7942d883ebb31019f62d2c4cee16b6d9dbc3 (patch)
tree416344af986e0da9a262e0b87834d71b228cebb4 /src/kadmin/v4server/ChangeLog
parentee24c380dd049623efe2b9377a2e9afefa0f747c (diff)
downloadkrb5-df3c7942d883ebb31019f62d2c4cee16b6d9dbc3.tar.gz
krb5-df3c7942d883ebb31019f62d2c4cee16b6d9dbc3.tar.xz
krb5-df3c7942d883ebb31019f62d2c4cee16b6d9dbc3.zip
* acl_files.c, admin_server.c, kadm_funcs.c, kadm_ser_wrap.c:
Explicitly declare function return types and cleanup assignments in conditionals. * kadm_server.c: Include kadm_server.h and cleanup assignments in conditionals. * kadm_server.h: Include kadm5/admin.h, kadm.h, krb_db.h for structure defintions so that many prototypes may be added to this file. * kadm_stream.c: Include kadm_server.h for prototypes. Explicitly declare functions as ints. (stream_to_vals) Assumption made that pointer to long the same size as krb5_ui_4 fixed. * kadm_supp.c: Include sys/param.h early so that MAXHOSTNAMELEN is not defined by kadm.h and later redefined. In prin_vals(), key_high and key_low elements of the Kadm_vals structure are longs - use an appropriate format to printf. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13299 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/kadmin/v4server/ChangeLog')
-rw-r--r--src/kadmin/v4server/ChangeLog27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/kadmin/v4server/ChangeLog b/src/kadmin/v4server/ChangeLog
index c7f9b5365..7577bc5c0 100644
--- a/src/kadmin/v4server/ChangeLog
+++ b/src/kadmin/v4server/ChangeLog
@@ -1,3 +1,30 @@
+2001-06-07 Ezra Peisach <epeisach@mit.edu>
+
+ * acl_files.c, admin_server.c, kadm_funcs.c, kadm_ser_wrap.c:
+ Explicitly declare function return types and cleanup assignments
+ in conditionals.
+
+ * kadm_server.c: Include kadm_server.h and cleanup assignments in
+ conditionals.
+
+ * kadm_server.h: Include kadm5/admin.h, kadm.h, krb_db.h for
+ structure defintions so that many prototypes may be added to this
+ file.
+
+ * kadm_stream.c: Include kadm_server.h for prototypes. Explicitly
+ declare functions as ints.
+ (stream_to_vals) Assumption made that pointer to long the same
+ size as krb5_ui_4 fixed.
+
+ * kadm_supp.c: Include sys/param.h early so that MAXHOSTNAMELEN is
+ not defined by kadm.h and later redefined. In prin_vals(),
+ key_high and key_low elements of the Kadm_vals structure are longs
+ - use an appropriate format to printf.
+
+2001-06-04 Ezra Peisach <epeisach@rna.mit.edu>
+
+ * kadm_ser_wrap.c, kadm_server.c: Cleanup assignments in conditionals.
+
2000-10-23 Tom Yu <tlyu@mit.edu>
* kadm_ser_wrap.c (kadm_ser_in): Update call to mk_priv().