| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix a memory leak (unlikely to happen in practice) in krb5_mcc_store; | Greg Hudson | 2009-02-10 | 1 | -5/+6 |
* | Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ... | Ken Raeburn | 2009-02-02 | 1 | -1/+1 |
* | Get rid of casts of free() argument to char*, except where it's | Ken Raeburn | 2009-02-02 | 2 | -6/+6 |
* | Start to phase out krb5_xfree macro, which just casts its argument to | Ken Raeburn | 2009-01-28 | 4 | -44/+44 |
* | move generated dependencies out of Makefile.in | Ken Raeburn | 2009-01-05 | 2 | -128/+126 |
* | Mem leak fix | Zhanna Tsitkov | 2008-12-18 | 1 | -1/+2 |
* | Fixed memory leak in krb5_stdccv3_remove | Zhanna Tsitkov | 2008-12-13 | 1 | -1/+5 |
* | When storing info into cred cache, remove any dups. | Zhanna Tsitkov | 2008-12-05 | 1 | -4/+9 |
* | make depend | Ezra Peisach | 2008-12-01 | 1 | -1/+1 |
* | Move cc_mutex code from k5-int.h - where it is globally available to cc-int.h | Ezra Peisach | 2008-12-01 | 2 | -1/+31 |
* | Don't build dependencies for v4rcp.c. | Ken Raeburn | 2008-11-04 | 1 | -66/+72 |
* | Only prompt automatically from GUI apps | Alexandra Ellwood | 2008-10-29 | 1 | -1/+2 |
* | Use snprintf instead of strcpy/strcat in many places | Greg Hudson | 2008-10-23 | 1 | -2/+1 |
* | Use strdup in place of malloc/strcpy in many places | Greg Hudson | 2008-10-20 | 2 | -13/+5 |
* | Finished KLL to KIM shim. | Alexandra Ellwood | 2008-10-01 | 1 | -18/+36 |
* | Merge 1.7 work on auxiliary ccache functions necessary for KIM. Adds krb5_cc_... | Justin Anderson | 2008-09-22 | 9 | -181/+966 |
* | makedepend | Ken Raeburn | 2008-09-18 | 1 | -62/+68 |
* | Based on patch from lxs, with some changes: | Ken Raeburn | 2008-08-27 | 1 | -1/+1 |
* | Using gcov, it was noted that the tests were never including authdata | Ezra Peisach | 2008-08-17 | 1 | -8/+86 |
* | In parsing authorization data, if run out of memory, the authorization | Ezra Peisach | 2008-08-16 | 2 | -2/+6 |
* | Move internal cccursor structures/prototypes to the ccache private include | Ezra Peisach | 2008-08-16 | 3 | -2/+23 |
* | Conditionalize building of CCAPI ccache type on USE_CCAPI | Alexandra Ellwood | 2008-08-15 | 4 | -13/+22 |
* | Move prototype for krb5int_random_string from k5-int.h to cc-int.h as | Ezra Peisach | 2008-08-15 | 4 | -4/+6 |
* | In parsing principal - if run out memory - clean up after ourselves. | Ezra Peisach | 2008-08-14 | 2 | -2/+10 |
* | Error return from krb5int_random_string not tested in ccache code | Ezra Peisach | 2008-08-14 | 2 | -2/+13 |
* | krb5_fcc_read_addrs returns pointer to released memory on malloc failre | Ezra Peisach | 2008-08-14 | 1 | -0/+1 |
* | krb5_fcc_resolve file locking error on malloc failuer | Ezra Peisach | 2008-08-14 | 1 | -1/+2 |
* | Rewrite the building of the ccache-type linked list to be linear | Ken Raeburn | 2008-08-12 | 2 | -25/+37 |
* | Don't use memcmp for comparing structures of values | Ken Raeburn | 2008-08-07 | 1 | -2/+10 |
* | Use krb5int_random_string, load_32_be, load_16_be, store_32_be, and | Ken Raeburn | 2008-08-02 | 1 | -66/+6 |
* | Rename and export random_string from cc_memory.c | Ken Raeburn | 2008-08-02 | 1 | -5/+3 |
* | Reduce code duplication: krb5_fcc_store_int32 vs krb5_fcc_store_ui_4 | Ken Raeburn | 2008-08-02 | 1 | -18/+1 |
* | Another check for null return from krb5_cc_default_name | Ken Raeburn | 2008-07-21 | 1 | -11/+19 |
* | Check for null name to krb5_cc_resolve, and return an error | Ken Raeburn | 2008-07-21 | 1 | -1/+3 |
* | There are two mutex locking issues that Roland Dowdeswell noticed in | Jeffrey Altman | 2008-07-21 | 1 | -0/+13 |
* | ccdefault.c: | Jeffrey Altman | 2008-07-21 | 1 | -2/+4 |
* | Don't set LOCAL_SUBDIRS in many places and SUBDIRS in a few and | Ken Raeburn | 2008-07-20 | 1 | -1/+1 |
* | Check return value from k5_mutex_lock() to partially mitigate some | Tom Yu | 2008-07-16 | 1 | -1/+3 |
* | After malloc/realloc/calloc failures, return ENOMEM explicitly instead | Ken Raeburn | 2008-04-30 | 1 | -2/+2 |
* | Fix memory leak by delaying instantiation of lid until it's needed | Justin Anderson | 2008-03-04 | 1 | -7/+6 |
* | Set close-on-exec flag in most places where file descriptors are | Ken Raeburn | 2007-10-22 | 1 | -0/+3 |
* | Removed NOP line of code from krb5_fcc_next_cred() | Alexandra Ellwood | 2007-10-03 | 1 | -1/+0 |
* | Remove the broken optimization from UnicodeToANSI() that attempted | Jeffrey Altman | 2007-09-24 | 1 | -5/+3 |
* | MSLSA krb5_cc module fails to check success of UNICODE string conversions | Jeffrey Altman | 2007-09-24 | 1 | -13/+28 |
* | 64-bit Windows krb5int_cc_default calls to Leash | Jeffrey Altman | 2007-09-05 | 1 | -1/+6 |
* | krb5_fcc_generate_new is non-functional | Ezra Peisach | 2007-09-05 | 2 | -49/+104 |
* | Bail out if encoded "ticket" doesn't decode correctly. This allows | Tom Yu | 2007-09-04 | 1 | -1/+2 |
* | Make ccache handle referrals better by storing both server principal | Tom Yu | 2007-08-29 | 1 | -3/+40 |
* | Windows 64-bit CCAPI DLL name | Jeffrey Altman | 2007-08-29 | 1 | -0/+4 |
* | make depend | Ken Raeburn | 2007-08-16 | 1 | -60/+66 |