summaryrefslogtreecommitdiffstats
path: root/src/kadmin/cli/ChangeLog
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>2001-02-26 19:14:29 +0000
committerEzra Peisach <epeisach@mit.edu>2001-02-26 19:14:29 +0000
commitc6f0ee6a28dda43ac267105323e98afcd2aa69ca (patch)
tree69f0c5647e335f9cf2084437bcfbac51f2d24100 /src/kadmin/cli/ChangeLog
parent4036994d4fe71c6c10383e7ffd5e70c5de261a45 (diff)
downloadkrb5-c6f0ee6a28dda43ac267105323e98afcd2aa69ca.tar.gz
krb5-c6f0ee6a28dda43ac267105323e98afcd2aa69ca.tar.xz
krb5-c6f0ee6a28dda43ac267105323e98afcd2aa69ca.zip
* ss_wrapper.c: Include kadmin.h
* kadmin.c, keytab.c: Warning cleanup of shadowing variables, missing prototypes, assignments within conditionals. variables type mismatches. * getdate.y: Prototypes in file are for getdate_yylex() and getdaye_yyerror() and not yylex()/yyerror(). * kadmin.h: New header file with ss callback prototypes and global variables. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13026 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/kadmin/cli/ChangeLog')
-rw-r--r--src/kadmin/cli/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/kadmin/cli/ChangeLog b/src/kadmin/cli/ChangeLog
index 0ad1e07ada..74563c60f2 100644
--- a/src/kadmin/cli/ChangeLog
+++ b/src/kadmin/cli/ChangeLog
@@ -1,3 +1,18 @@
+Mon Feb 26 13:25:50 2001 Ezra Peisach <epeisach@mit.edu>
+
+ * ss_wrapper.c: Include kadmin.h.
+
+ * kadmin.c, keytab.c: Warning cleanup of shadowing variables,
+ missing prototypes, assignments within conditionals. variables
+ type mismatches.
+
+ * getdate.y: Prototypes in file are for getdate_yylex() and
+ getdaye_yyerror() and not yylex()/yyerror().
+
+ * kadmin.h: New header file with ss callback prototypes and global
+ variables.
+
+
2000-10-17 Ezra Peisach <epeisach@mit.edu>
* kadmin.c (kadmin_cpw): Argument to krb5_read_password changed to