From: Marshall Vale Date: Tue, 8 Feb 2000 23:21:27 +0000 (+0000) Subject: * init_os_ctx.c: Added changes for the Mac for limited support of Application Support... X-Git-Tag: krb5-1.2-beta1~93 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=22c2539e208a87f31b4145ac8473b325496eb826;p=krb5.git * init_os_ctx.c: Added changes for the Mac for limited support of Application Support folder as a location for the krb5 configuration file git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12027 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/krb5/os/ChangeLog b/src/lib/krb5/os/ChangeLog index b50565daf..46d777644 100644 --- a/src/lib/krb5/os/ChangeLog +++ b/src/lib/krb5/os/ChangeLog @@ -1,3 +1,13 @@ +2000-02-08 Marshall Vale + + * init_os_ctx.c (os_get_default_config_files.c): Added + Application Support folder to list of locations to look + for krb5 configuration file. Only looks at top level which + needs to be improved. + (GetMacProfileFileSpec): Added a parameter to declare which + folder constants to use for file spec creation. Previously it + had assumed just the Preferences folder. + 2000-02-07 Scott McGuire * changepw.c (krb5_locate_kpasswd): fixed memory trashing