RT RT/krbdev.mit.edu: Ticket #5624 krb5_fcc_generate_new() doesn't work with mkstemp() Signed in as guest.
[Logout]

[Home] [Search] [Configuration]

[Display] [History] [Basics] [Dates] [People] [Links] [Jumbo]

 
 

 The Basics  
Id
5624
Status
resolved
Worked
0 min
Priority
0/0
Queue
krb5
 

 Keyword Selections  
Component
  • krb5-libs
Version_reported
Version_Fixed
  • 1.6.3
Target_Version
  • 1.6.3
Tags
  • pullup
 

 Relationships  
Depends on:
Depended on by:
Parents:
Children:

Refers to:
Referred to by:
 
 Dates  
Created: Fri Aug 3 20:02:49 2007
Starts: Not set
Started: Fri Aug 3 20:02:52 2007
Last Contact: Not set
Due: Not set
Updated: Fri Aug 3 20:05:32 2007 by tlyu
 

 People  
Owner
 tlyu
Requestors
 tlyu@mit.edu
Cc
 
AdminCc
 
 

 More about Tom Yu  
Comments about this user:
No comment entered about this user
This user's 25 highest priority tickets:
 

History   Display mode: [Brief headers] [Full headers]
      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