| Commit message (Expand) | Author | Age | Files | Lines |
* | Reduce boilerplate in makefiles | Greg Hudson | 2013-05-16 | 1 | -1/+1 |
* | Fix windows build | Ben Kaduk | 2013-05-16 | 1 | -0/+1 |
* | Move a bunch of stuff out of k5-int.h | Greg Hudson | 2013-03-24 | 1 | -4/+5 |
* | Improve error translation for CCAPIv3 routines | Ben Kaduk | 2012-08-29 | 1 | -8/+9 |
* | krb5_stdccv3_get_principal error handling fixup | Kevin Wasserman | 2012-07-16 | 1 | -1/+3 |
* | Define USE_CCAPI_V3 in krb5/ccache on windows | Kevin Wasserman | 2012-07-16 | 1 | -1/+0 |
* | Implement switch_to for ccapiv3 | Kevin Wasserman | 2012-07-11 | 2 | -0/+27 |
* | Adjust most C source files to match the new standards for copyright | Greg Hudson | 2011-03-09 | 1 | -9/+8 |
* | Use for loops for recursion in the Windows build, cutting down on the | Greg Hudson | 2010-11-28 | 1 | -1/+1 |
* | fast negotiation projec | Sam Hartman | 2009-12-14 | 1 | -2/+5 |
* | Consolidate Makefile variables now that we have only a single global | Greg Hudson | 2009-11-22 | 2 | -13/+11 |
* | make mark-cstyle | Tom Yu | 2009-10-31 | 6 | -1313/+1318 |
* | Some fixups and stubs for building ccapi on UNIX, and dependencies. | Ken Raeburn | 2009-02-18 | 3 | -3/+26 |
* | Fixed memory leak in krb5_stdccv3_remove | Zhanna Tsitkov | 2008-12-13 | 1 | -1/+5 |
* | Use strdup in place of malloc/strcpy in many places | Greg Hudson | 2008-10-20 | 1 | -9/+4 |
* | Merge 1.7 work on auxiliary ccache functions necessary for KIM. Adds krb5_cc_... | Justin Anderson | 2008-09-22 | 2 | -4/+106 |
* | Conditionalize building of CCAPI ccache type on USE_CCAPI | Alexandra Ellwood | 2008-08-15 | 4 | -13/+22 |
* | Windows 64-bit CCAPI DLL name | Jeffrey Altman | 2007-08-29 | 1 | -0/+4 |
* | Avoid use of unchecked sprintf in libraries. Use asprintf if the | Ken Raeburn | 2007-07-12 | 1 | -1/+1 |
* | Move CCAPI sources to krb5 repository | Alexandra Ellwood | 2007-05-31 | 1 | -2/+2 |
* | Added KDC timesyncing support to the CCAPI ccache backend for CCAPI v5 and | Alexandra Ellwood | 2007-01-18 | 1 | -10/+72 |
* | krb5_cc_remove should work for the CCAPI | Alexandra Ellwood | 2006-12-05 | 4 | -111/+96 |
* | Implemented CCAPI v3 specific ccache collection cursor | Justin Anderson | 2006-11-29 | 2 | -3/+143 |
* | krb5_stdccv3_generate_new returns NULL ccache | Alexandra Ellwood | 2006-11-16 | 1 | -3/+3 |
* | cursor for iterating over ccaches | Tom Yu | 2006-10-05 | 1 | -2/+14 |
* | cc_err_xlate: Updated error mappings to generate the same errors as ccapiv2. | Alexandra Ellwood | 2006-08-16 | 1 | -8/+14 |
* | stdcc.c: fix v2 version of krb5_stdcc_resolve() | Jeffrey Altman | 2006-07-17 | 1 | -1/+4 |
* | Cleaned up CCAPI v3 code to remove memory leaks. Fixed crashes in | Alexandra Ellwood | 2006-07-11 | 4 | -762/+933 |
* | stdcc.c: undo change which broke the opening of ccaches | Jeffrey Altman | 2006-06-30 | 1 | -3/+2 |
* | fix stdcc.c to build without USE_CCAPI_V3 | Jeffrey Altman | 2006-06-30 | 1 | -0/+5 |
* | krb5_stdccv3_setup is ok | Jeffrey Altman | 2006-06-22 | 1 | -1/+2 |
* | Use the old exported names for setup and shutdown | Jeffrey Altman | 2006-06-22 | 1 | -2/+2 |
* | This commit updates lib/krb5/ccache/ccapi to support CCAPI Version 3 | Jeffrey Altman | 2006-06-22 | 5 | -97/+1177 |
* | Remove ChangeLog files from the source tree. From now on, the | Sam Hartman | 2006-04-11 | 1 | -237/+0 |
* | * Makefile.in (DEFS): Make empty. | Ken Raeburn | 2006-04-04 | 3 | -0/+8 |
* | This commit ensures that all files in the library include | Jeffrey Altman | 2005-11-15 | 3 | -2/+6 |
* | Create a ccache get-flags operation. | Ken Raeburn | 2004-11-16 | 3 | -0/+27 |
* | Delete preprocessor tests for macintosh, __MWERKS__, applec, and THINK_C, all | Ken Raeburn | 2004-06-22 | 2 | -23/+4 |
* | delete ##WIN16## lines from makefiles | Ken Raeburn | 2003-07-17 | 2 | -1/+4 |
* | * stdcc.h, stdcc_util.h: Removed Mac header goober | Alexandra Ellwood | 2003-03-06 | 3 | -4/+8 |
* | More const for ops tables | Ken Raeburn | 2003-01-08 | 2 | -1/+5 |
* | * Makefile.in: Revert $(S)=>/ change, for Windows support | Ken Raeburn | 2002-08-29 | 2 | -1/+5 |
* | Change $(S)=>/ and $(U)=>.. globally | Ken Raeburn | 2002-08-23 | 2 | -1/+5 |
* | * winccld.c: Include k5-int.h to get hidden ops struct. | Tom Yu | 2002-06-20 | 6 | -8/+36 |
* | Include errno.h | Danilo Almeida | 2002-04-01 | 2 | -0/+5 |
* | Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone; | Ken Raeburn | 2001-10-10 | 2 | -16/+20 |
* | Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA... | Ken Raeburn | 2001-10-06 | 6 | -9/+14 |
* | Danilo says we can get rid of the DLLIMP stuff now | Ken Raeburn | 2001-10-04 | 3 | -15/+19 |
* | * stdcc.c, stdcc.h (krb5_stdcc_get_name): Declare as returning | Ezra Peisach | 2000-10-03 | 3 | -2/+7 |
* | * stdcc.h: Include k5-int.h to get krb5_ccache definition | Danilo Almeida | 2000-07-20 | 2 | -0/+5 |