From 8f23166639fa0cb8e8294dd22f75f5bda4a80243 Mon Sep 17 00:00:00 2001 From: Ezra Peisach Date: Thu, 29 Jun 2000 00:30:54 +0000 Subject: [PATCH] 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 --- src/lib/krb5/ccache/ChangeLog | 27 ++++++++++++++++----------- src/lib/krb5/ccache/ccdefault.c | 2 +- 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 + + * ccdefault.c: Add newline at end of file (compiler warning) + 2000-5-31 Alexandra Ellwood - * 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 - * 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 - * 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 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 +} -- 2.26.2