| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Implement GSS naming extensions and authdata verification | Greg Hudson | 2009-10-09 | 2 | -4/+4 |
| * | Re-run make depend without autoconf.h in the source tree | Greg Hudson | 2009-09-16 | 1 | -74/+68 |
| * | Crypto modularity proj.: Move prf and random-to-key ops from backend to krb | Zhanna Tsitkov | 2009-09-16 | 1 | -68/+74 |
| * | Use {load,store}_{16,32}_be for big-endian integers | Ken Raeburn | 2009-08-21 | 1 | -17/+4 |
| * | Update comments to reflect reality and the fact that this is not a file based | Ezra Peisach | 2009-06-21 | 1 | -20/+28 |
| * | In krb5_fcc_read, remove an assert which could never trigger (because | Greg Hudson | 2009-04-23 | 1 | -1/+0 |
| * | krb5_fcc_generate_new was destroying a locked mutex in the err_out | Greg Hudson | 2009-04-13 | 1 | -0/+1 |
| * | Remove dead assignment of variables that are never used | Ezra Peisach | 2009-04-12 | 2 | -5/+1 |
| * | Some fixups and stubs for building ccapi on UNIX, and dependencies. | Ken Raeburn | 2009-02-18 | 4 | -4/+27 |
| * | Add test for krb5_cc_get_principal and ensure returned value correct | Ezra Peisach | 2009-02-11 | 1 | -1/+22 |
| * | In krb5_ccache_internalize: fix resource leaks, fix several cases | Greg Hudson | 2009-02-10 | 1 | -25/+46 |
| * | In the ccache serialization code, remove some unnecessary checks for | Greg Hudson | 2009-02-10 | 1 | -4/+3 |
| * | 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 |