|   |
  |
Fri Aug 3 20:02:49 2007 |
tlyu - Ticket created
|
|
|
| |
  |
From: tlyu@mit.edu
Subject: SVN Commit
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.
Commit By: tlyu
Revision: 19749
Changed Files:
_U trunk/
U trunk/src/lib/krb5/ccache/cc_file.c
|
Download (untitled) 323b
|
|   |
  |
Fri Aug 3 20:02:52 2007 |
tlyu - Requestor tlyu@mit.edu added
|
|
|
|   |
  |
Fri Aug 3 20:02:52 2007 |
tlyu - Status changed from new to resolved
|
|
|
|   |
  |
Fri Aug 3 20:02:53 2007 |
tlyu - Tags pullup added
|
|
|
|   |
  |
Fri Aug 3 20:02:53 2007 |
tlyu - Component krb5-libs added
|
|
|
|   |
  |
Fri Aug 3 20:02:54 2007 |
tlyu - Target_Version 1.6.3 added
|
|
|
|   |
  |
Fri Aug 3 20:05:26 2007 |
tlyu - Version_Fixed 1.6.3 added
|
|
|
|   |
  |
Fri Aug 3 20:05:27 2007 |
tlyu - Correspondence added
|
|
|
| |
  |
From: tlyu@mit.edu
Subject: SVN Commit
back-port r19749 from trunk
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.
Commit By: tlyu
Revision: 19750
Changed Files:
_U branches/krb5-1-6/
U branches/krb5-1-6/src/lib/krb5/ccache/cc_file.c
|
Download (untitled) 380b
|