summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>2000-06-29 00:30:54 +0000
committerEzra Peisach <epeisach@mit.edu>2000-06-29 00:30:54 +0000
commit8f23166639fa0cb8e8294dd22f75f5bda4a80243 (patch)
treefcca349c0f57c1e2b5b5cfe971bdb8d6d1933abe /src
parentf393eaf8f843ad63fef1fef91fb2ff5a9da7cc0d (diff)
downloadkrb5-8f23166639fa0cb8e8294dd22f75f5bda4a80243.tar.gz
krb5-8f23166639fa0cb8e8294dd22f75f5bda4a80243.tar.xz
krb5-8f23166639fa0cb8e8294dd22f75f5bda4a80243.zip
ccdefault.c: Add newline at end of file (compiler warning)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12453 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/lib/krb5/ccache/ChangeLog27
-rw-r--r--src/lib/krb5/ccache/ccdefault.c2
2 files changed, 17 insertions, 12 deletions
diff --git a/src/lib/krb5/ccache/ChangeLog b/src/lib/krb5/ccache/ChangeLog
index 0646a6524..472e550ba 100644
--- a/src/lib/krb5/ccache/ChangeLog
+++ b/src/lib/krb5/ccache/ChangeLog
@@ -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>
diff --git a/src/lib/krb5/ccache/ccdefault.c b/src/lib/krb5/ccache/ccdefault.c
index 964f6f9ad..72e24557b 100644
--- a/src/lib/krb5/ccache/ccdefault.c
+++ b/src/lib/krb5/ccache/ccdefault.c
@@ -116,4 +116,4 @@ krb5int_cc_default(context, ccache)
#endif
return krb5_cc_default (context, ccache);
-} \ No newline at end of file
+}