]> git.ipfire.org Git - thirdparty/krb5.git/commit
Remove cc_file.c global lookup table
authorGreg Hudson <ghudson@mit.edu>
Tue, 7 Oct 2014 00:09:27 +0000 (20:09 -0400)
committerGreg Hudson <ghudson@mit.edu>
Mon, 3 Nov 2014 16:40:41 +0000 (11:40 -0500)
commit21c6d59c9b5b08cbd2c87a96a719b0ac511cce51
treee25570be611581341da4015fb2e804fd675aa5d7
parentec3a2e9ea2d4fdb2e00fc7b2a6bfed7feac10880
Remove cc_file.c global lookup table

The FILE ccache type maintains a global reference-counted table of
handles, which is perhaps an imperfect workaround for POSIX
per-process file locks.  Remove this table, since we plan to maintain
read fds in cursors and use O_APPEND writes to render locking less
important.
src/lib/krb5/ccache/cc_file.c