summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/ccache/cc_file.c
Commit message (Expand)AuthorAgeFilesLines
* Assume mutex locking cannot failGreg Hudson2013-05-141-73/+21
* Simplify principal access within libkrb5Greg Hudson2013-04-081-8/+8
* Fix an error case in krb5int_fcc_new_uniqueGreg Hudson2013-03-281-1/+0
* Move a bunch of stuff out of k5-int.hGreg Hudson2013-03-241-2/+2
* Use POSIX constants instead of S_IREAD/S_IWRITEGreg Hudson2011-11-221-2/+2
* Remove unneeded cccol behaviorsGreg Hudson2011-09-051-53/+34
* Add new cache collection APIsGreg Hudson2011-09-051-0/+2
* Add the DIR ccache typeGreg Hudson2011-09-051-27/+35
* Mark up strings for translationGreg Hudson2011-06-101-3/+3
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-091-5/+1
* Negative enctypes improperly read from ccachesGreg Hudson2010-05-131-1/+2
* Clean up a bunch of signed/unsigned comparison warningsGreg Hudson2009-11-021-13/+11
* In lib/krb5/ccache, ensure that function definition headers haveGreg Hudson2009-10-311-4/+4
* make mark-cstyleTom Yu2009-10-311-1350/+1351
* Implement GSS naming extensions and authdata verificationGreg Hudson2009-10-091-2/+2
* Use {load,store}_{16,32}_be for big-endian integersKen Raeburn2009-08-211-17/+4
* In krb5_fcc_read, remove an assert which could never trigger (becauseGreg Hudson2009-04-231-1/+0
* krb5_fcc_generate_new was destroying a locked mutex in the err_outGreg Hudson2009-04-131-0/+1
* Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn2009-02-021-1/+1
* Get rid of casts of free() argument to char*, except where it'sKen Raeburn2009-02-021-3/+3
* Start to phase out krb5_xfree macro, which just casts its argument toKen Raeburn2009-01-281-11/+11
* Move cc_mutex code from k5-int.h - where it is globally available to cc-int.hEzra Peisach2008-12-011-1/+1
* Use snprintf instead of strcpy/strcat in many placesGreg Hudson2008-10-231-2/+1
* Merge 1.7 work on auxiliary ccache functions necessary for KIM. Adds krb5_cc_...Justin Anderson2008-09-221-101/+296
* In parsing authorization data, if run out of memory, the authorizationEzra Peisach2008-08-161-0/+1
* In parsing principal - if run out memory - clean up after ourselves. Ezra Peisach2008-08-141-2/+9
* krb5_fcc_read_addrs returns pointer to released memory on malloc failreEzra Peisach2008-08-141-0/+1
* krb5_fcc_resolve file locking error on malloc failuerEzra Peisach2008-08-141-1/+2
* Reduce code duplication: krb5_fcc_store_int32 vs krb5_fcc_store_ui_4Ken Raeburn2008-08-021-18/+1
* Check return value from k5_mutex_lock() to partially mitigate someTom Yu2008-07-161-1/+3
* Set close-on-exec flag in most places where file descriptors areKen Raeburn2007-10-221-0/+3
* Removed NOP line of code from krb5_fcc_next_cred()Alexandra Ellwood2007-10-031-1/+0
* krb5_fcc_generate_new is non-functionalEzra Peisach2007-09-051-40/+87
* krb5_fcc_generate_new() doesn't work with mkstemp()Tom Yu2007-08-041-46/+44
* Remove debugging message accidentally left inKen Raeburn2007-07-041-1/+0
* Save a detailed message for FCC_NOFILE including the file nameKen Raeburn2007-07-041-2/+13
* Move (BSD-licensed) mkstemp from libdb2 to libkrb5support, and renameKen Raeburn2007-06-201-4/+0
* Change struct _krb5_context.os_context into a single element instead of array[1]Ken Raeburn2007-05-211-2/+2
* * src/lib/krb5/ccache/cc_file.c: Adapted patch from RolandTom Yu2006-12-011-8/+24
* cursor for iterating over ccachesTom Yu2006-10-051-0/+6
* Fixed by having krb5_fcc_interpret call krb5_set_error_message to incorporateKen Raeburn2006-06-081-0/+3
* ksu keeps old ccache lockedKen Raeburn2005-06-151-1/+2
* Delete definitions of unused macros NEED_SOCKETS and NEED_LOWLEVEL_IOKen Raeburn2005-04-131-2/+0
* * cc_file.c (struct _krb5_fcc_data): Fields disk_file_lock, file_is_lockedKen Raeburn2005-01-141-40/+5
* Memory leaks in ccache due to thread integrationEzra Peisach2004-12-251-0/+4
* Create a ccache get-flags operation.Ken Raeburn2004-11-161-0/+26
* * cc_file.c (struct _krb5_fcc_data): Add new mutex disk_file_lock and flagKen Raeburn2004-08-161-9/+57
* * cc_file.c: Add buffering on reading.Ken Raeburn2004-08-151-10/+85
* * cc_file.c (dereference): Lock mutex around call to krb5_fcc_close_fileKen Raeburn2004-08-151-1/+4
* Only open a credential cache file once, even if multiple krb5_ccache objectsKen Raeburn2004-08-131-77/+146