svn rev #18227: branches/krb5-1-5/src/ lib/krb5/os/ util/profile/

tlyu@MIT.EDU tlyu at MIT.EDU
Mon Jun 26 16:57:14 EDT 2006


Commit By: tlyu
Log Message: 
ticket: 3925
version_fixed: 1.5

pull up r18209 from trunk

 r18209 at cathode-dark-space:  raeburn | 2006-06-23 22:39:52 -0400
 ticket: 3925
 
 Fix krb5_get_profile to create a new profile duplicating the list of
 files from the one in the provided context, instead of constructing
 and checking the file list from scratch.  Uses a new function in the
 profile library, not put into the public API yet.
 
 * util/profile/prof_init.c (profile_copy): New function.
 * util/profile/prof_int.h (profile_copy): Declare it.
 * lib/krb5/os/Makefile.in (LOCALINCLUDES): Look in the profile source dir.
 * lib/krb5/os/init_os_ctx.c (krb5_get_profile): Replace all the previous code
 with a call to profile_copy.
 



Changed Files:
U   branches/krb5-1-5/src/lib/krb5/os/Makefile.in
U   branches/krb5-1-5/src/lib/krb5/os/init_os_ctx.c
U   branches/krb5-1-5/src/util/profile/prof_init.c
U   branches/krb5-1-5/src/util/profile/prof_int.h



More information about the cvs-krb5 mailing list