git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14833 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-04-18 19:20:55 +00:00
parent 050cc7b7f3
commit 5dc1001c37

View File

@@ -1,5 +1,14 @@
2005-04-18 Love H<>rnquist <20>strand <lha@it.su.se>
* lib/krb5/acache.c (acc_resolve): if open_default_ccache failed
with ccErrCCacheNotFound try again with create_default_ccache,
this fixes the problem where the security server apperenly haven't
started yet on Mac OS X
* lib/krb5/get_default_principal.c
(_krb5_get_default_principal_local): add, for use of functions
that in ccache layer to avoid recursive calls.
* lib/hdb/hdb-ldap.c: drop <ctype.h>, no longer use any of the is*
macros in this file