summaryrefslogtreecommitdiffstats
path: root/src/include/krb5/ChangeLog
diff options
context:
space:
mode:
authorChris Provenzano <proven@mit.edu>1995-12-12 06:09:05 +0000
committerChris Provenzano <proven@mit.edu>1995-12-12 06:09:05 +0000
commit104e46ea3bef5416eca66a04409ff16d2726e59e (patch)
tree0f60b15b0ed8ce8dfe223b816d53bdeaf26b718a /src/include/krb5/ChangeLog
parent2a65a59a95b97d8119f336f9e8e7df6ac56be8c8 (diff)
* adm.h: Added principal flag keywords KRB5_ADM_KW_SETFLAGS and
KRB5_ADM_KW_UNSETFLAGS because relative flag modification is just a good idea. * kdb.h: typedef kdb5_dispatch_table so prototypes that need it compile even if KDB5_DISPATCH isn't defined. * kdb_dbc.h: The start of the database context, which should be removed from the krb5_context. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7199 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/krb5/ChangeLog')
-rw-r--r--src/include/krb5/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/include/krb5/ChangeLog b/src/include/krb5/ChangeLog
index 7e62a3850..fcd82d764 100644
--- a/src/include/krb5/ChangeLog
+++ b/src/include/krb5/ChangeLog
@@ -1,3 +1,14 @@
+
+Tue Dec 12 00:59:17 1995 Chris Provenzano (proven@mit.edu)
+
+ * adm.h: Added principal flag keywords KRB5_ADM_KW_SETFLAGS and
+ KRB5_ADM_KW_UNSETFLAGS because relative flag modification
+ is just a good idea.
+ * kdb.h: typedef kdb5_dispatch_table so prototypes that need it
+ compile even if KDB5_DISPATCH isn't defined.
+ * kdb_dbc.h: The start of the database context, which should be
+ removed from the krb5_context.
+
Sun Dec 10 11:02:35 1995 Ezra Peisach <epeisach@kangaroo.mit.edu>
* adm_proto.h: Add prototype for krb5_input_flag_to_string.