From: Alexandra Ellwood Date: Thu, 13 Apr 2000 22:06:38 +0000 (+0000) Subject: 2000-4-13 Alexandra Ellwood X-Git-Tag: krb5-1.3-alpha1~2145 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3a1ac0c3413047434ec1fb329f471bacc422fb5b;p=krb5.git 2000-4-13 Alexandra Ellwood * krb5-int.h: 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. * win-mac.h: Set up the macintosh build to use KerberosLogin. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12168 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/ChangeLog b/src/include/ChangeLog index a4166cd56..d4a9d5a72 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -1,3 +1,10 @@ +2000-4-13 Alexandra Ellwood + + * krb5-int.h: 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. + * win-mac.h: Set up the macintosh build to use KerberosLogin. + 2000-03-25 Miro Jurisic * k5-int.h: Fixed protos for krb5_locate_srv_* (naddrs is int*)