svn rev #19749: trunk/ src/lib/krb5/ccache/

tlyu@MIT.EDU tlyu at MIT.EDU
Fri Aug 3 20:02:44 EDT 2007


Commit By: tlyu
Log Message: 
ticket: new
subject: krb5_fcc_generate_new() doesn't work with mkstemp()
tags: pullup
target_version: 1.6.3
component: krb5-libs

If mkstemp() is available, the new ccache file gets created but the
subsequent open(O_CREAT|O_EXCL) call fails because the file was
already created by mkstemp().  Apply patch from Apple to keep the file
descriptor open.




Changed Files:
_U  trunk/
U   trunk/src/lib/krb5/ccache/cc_file.c



More information about the cvs-krb5 mailing list