| Commit message (Expand) | Author | Age | Files | Lines |
* | Use LsaDeregisterLogonProcess(), not CloseHandle() | Sam Hartman | 2011-12-02 | 1 | -9/+9 |
* | krb5_lcc_store() now ignores config credentials | Sam Hartman | 2011-12-02 | 1 | -0/+9 |
* | Use POSIX constants instead of S_IREAD/S_IWRITE | Greg Hudson | 2011-11-22 | 1 | -2/+2 |
* | Get rid of periods in Python test success messages | Greg Hudson | 2011-11-03 | 1 | -1/+1 |
* | Fix krb5_cc_set_config | Greg Hudson | 2011-10-20 | 1 | -8/+6 |
* | Make reindent | Tom Yu | 2011-10-17 | 1 | -1/+1 |
* | Windows fixes: add KRB5_CALLCONV where needed | Sam Hartman | 2011-09-28 | 1 | -1/+1 |
* | Fix some error-handling bugs in cc_dir.c | Greg Hudson | 2011-09-07 | 1 | -4/+9 |
* | Add krb5_cc_select() API and pluggable interface | Greg Hudson | 2011-09-05 | 6 | -1/+558 |
* | Add ccache collection support to tools | Greg Hudson | 2011-09-05 | 1 | -1/+1 |
* | Remove unneeded cccol behaviors | Greg Hudson | 2011-09-05 | 5 | -499/+146 |
* | Add new cache collection APIs | Greg Hudson | 2011-09-05 | 8 | -0/+107 |
* | Add the DIR ccache type | Greg Hudson | 2011-09-05 | 6 | -27/+754 |
* | Fix signed/unsigned warnings in tests | Ezra Peisach | 2011-08-24 | 1 | -1/+2 |
* | Don't destroy dst on error in krb5_cc_move | Greg Hudson | 2011-06-23 | 1 | -2/+0 |
* | Mark up strings for translation | Greg Hudson | 2011-06-10 | 1 | -3/+3 |
* | In krb5_cc_move if something went wrong, free the dst credential cache | Zhanna Tsitkov | 2011-03-29 | 1 | -2/+8 |
* | If the new configuration data that is passed to krb5_cc_set_config is NULL, j... | Zhanna Tsitkov | 2011-03-29 | 1 | -45/+51 |
* | Move doxygen comments from source to header. Updated comments and added some ... | Zhanna Tsitkov | 2011-03-18 | 1 | -42/+2 |
* | Adjust most C source files to match the new standards for copyright | Greg Hudson | 2011-03-09 | 19 | -89/+46 |
* | Make depend | Greg Hudson | 2011-02-25 | 1 | -43/+36 |
* | Use for loops for recursion in the Windows build, cutting down on the | Greg Hudson | 2010-11-28 | 2 | -2/+2 |
* | Make depend | Greg Hudson | 2010-09-08 | 1 | -30/+37 |
* | make depend | Greg Hudson | 2010-06-07 | 1 | -49/+54 |
* | Trace logging | Greg Hudson | 2010-06-07 | 2 | -0/+14 |
* | In krb5_cc_set_config, don't call krb5_cc_remove_cred; it's redundant | Greg Hudson | 2010-05-28 | 1 | -4/+0 |
* | Negative enctypes improperly read from ccaches | Greg Hudson | 2010-05-13 | 1 | -1/+2 |
* | Add krb5_cc_dup() to make it possible to copy ccache handles | Greg Hudson | 2010-04-08 | 1 | -0/+6 |
* | Update dependencies | Ken Raeburn | 2010-01-03 | 1 | -8/+9 |
* | Factor out copying and counting of zero-terminated enctype lists into | Greg Hudson | 2010-01-01 | 1 | -3/+2 |
* | Convert C++ style comments into traditional C comments | Ken Raeburn | 2009-12-31 | 1 | -5/+5 |
* | fast negotiation projec | Sam Hartman | 2009-12-14 | 2 | -2/+164 |
* | Reindent | Zhanna Tsitkov | 2009-11-30 | 2 | -39/+29 |
* | Consolidate Makefile variables now that we have only a single global | Greg Hudson | 2009-11-22 | 4 | -109/+105 |
* | Clean up a bunch of signed/unsigned comparison warnings | Greg Hudson | 2009-11-02 | 2 | -14/+12 |
* | In lib/krb5/ccache, ensure that function definition headers have | Greg Hudson | 2009-10-31 | 4 | -16/+28 |
* | make mark-cstyle | Tom Yu | 2009-10-31 | 25 | -4803/+4825 |
* | Move destest to builtin/des, because it depends on overriding some | Tom Yu | 2009-10-10 | 1 | -36/+42 |
* | 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 |