ccdefault.c: Add newline at end of file (compiler warning)
authorEzra Peisach <epeisach@mit.edu>
Thu, 29 Jun 2000 00:30:54 +0000 (00:30 +0000)
committerEzra Peisach <epeisach@mit.edu>
Thu, 29 Jun 2000 00:30:54 +0000 (00:30 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12453 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/ccache/ChangeLog
src/lib/krb5/ccache/ccdefault.c

index 0646a65249b152319682695852aea8138c3acc0c..472e550bac5594800e5cc6c62575c7aba318680a 100644 (file)
@@ -1,22 +1,27 @@
+2000-06-28  Ezra Peisach  <epeisach@mit.edu>
+
+       * ccdefault.c: Add newline at end of file (compiler warning)
+
 2000-5-31      Alexandra Ellwood <lxs@mit.edu>
 
-       * ccdefault.c: Changed kerberosPrincipal_V5 to kerberosVersion_V5 to reflect 
-       the new constant name.
+       * ccdefault.c: Changed kerberosPrincipal_V5 to kerberosVersion_V5
+       to reflect the new constant name.
 
 2000-4-26      Alexandra Ellwood <lxs@mit.edu>
 
-       * ccdefault.c: Added version number to internal Kerberos Login Library 
-       routine.
+       * ccdefault.c: Added version number to internal Kerberos Login
+       Library routine.
 
 2000-4-13      Alexandra Ellwood <lxs@mit.edu>
 
-       * ccdefault.c: Added Kerberos Login library support (with ifdefs to control 
-       whether or not it is on.  Also added support to store a krb5_principal in the
-       os_context along with the default ccache name (if known, this principal is 
-       the same as the last time we looked at the ccache.
-       * ccdefname.c: Added support to store a krb5_principal in the os_context 
-       along with the default ccache name (if known, this principal is the same 
-       as the last time we looked at the ccache.
+       * ccdefault.c: Added Kerberos Login library support (with ifdefs
+       to control whether or not it is on.  Also added support to store a
+       krb5_principal in the os_context along with the default ccache
+       name (if known, this principal is the same as the last time we
+       looked at the ccache.  * ccdefname.c: Added support to store a
+       krb5_principal in the os_context along with the default ccache
+       name (if known, this principal is the same as the last time we
+       looked at the ccache.
 
 1999-10-26  Wilfredo Sanchez  <tritan@mit.edu>
 
index 964f6f9ad980a18ccb51fa69e26cfed5240716eb..72e24557b9d15f84fe2321b67bdcdf6ea48779ec 100644 (file)
@@ -116,4 +116,4 @@ krb5int_cc_default(context, ccache)
 #endif
 
     return krb5_cc_default (context, ccache);
-}
\ No newline at end of file
+}