| Commit message (Expand) | Author | Age | Files | Lines |
* | make mark-cstyle | Tom Yu | 2009-10-31 | 18 | -5676/+5687 |
* | In process_tgs_req, fully initialize e_data since we may copy it in | Greg Hudson | 2009-10-29 | 1 | -2/+1 |
* | remove times underflow/overflow checks, they break tests | Luke Howard | 2009-10-29 | 1 | -7/+2 |
* | Print a "starting..." message on stderr if running in nofork mode, for | Tom Yu | 2009-10-28 | 1 | -0/+2 |
* | Heimdal DB bridge plugin for KDC back end | Greg Hudson | 2009-10-27 | 6 | -44/+121 |
* | Account lockout | Greg Hudson | 2009-10-25 | 3 | -54/+4 |
* | Allow the constrained delegation authorization method to use the evidence tic... | Luke Howard | 2009-10-21 | 1 | -1/+5 |
* | simplify logic fix introduced in r22960 for S4U2Self | Luke Howard | 2009-10-21 | 1 | -4/+2 |
* | remove some unneeded extensions from the Novell backend authdata SPI | Luke Howard | 2009-10-21 | 3 | -41/+3 |
* | ensure that forwardable flag is propagated along S4U2Self referral path | Luke Howard | 2009-10-21 | 1 | -1/+8 |
* | Increment authdata SPI to V2 (V1 was experimental) to account for additional | Luke Howard | 2009-10-21 | 1 | -3/+3 |
* | Increment authdata SPI to V2 (V1 was experimental) to account | Luke Howard | 2009-10-21 | 1 | -24/+24 |
* | Move destest to builtin/des, because it depends on overriding some | Tom Yu | 2009-10-10 | 1 | -37/+44 |
* | Implement GSS naming extensions and authdata verification | Greg Hudson | 2009-10-09 | 4 | -25/+33 |
* | Initialize several variables - so that on error cleanup - we do not try to free | Ezra Peisach | 2009-09-14 | 1 | -1/+3 |
* | Implement s4u extensions | Greg Hudson | 2009-09-13 | 5 | -147/+464 |
* | Change "vague-errors" compile-time conditionals into run-time | Ken Raeburn | 2009-08-21 | 3 | -18/+22 |
* | r22529@squish: raeburn | 2009-08-12 13:49:45 -0400 | Ken Raeburn | 2009-08-12 | 4 | -39/+46 |
* | Get "make depend" to work in an unbuilt source tree, since bad deps | Greg Hudson | 2009-08-03 | 1 | -1/+1 |
* | Check for principal expiration prior to checking for password | Tom Yu | 2009-06-26 | 1 | -16/+16 |
* | Fix vector initialization error in KDC preauth code | Greg Hudson | 2009-05-24 | 1 | -3/+2 |
* | Remove spurious assertion in handle_authdata | Greg Hudson | 2009-05-22 | 1 | -1/+0 |
* | Add a comment to the r22168 change since it's not obvious why we're | Greg Hudson | 2009-05-20 | 1 | -0/+11 |
* | Do not return PREAUTH_FAILED on unknown preauth | Sam Hartman | 2009-04-30 | 1 | -9/+3 |
* | Move KRB5_KDB_OK_AS_DELEGATE from kdb_ext.h to kdb.h. Add kadmin | Greg Hudson | 2009-04-27 | 1 | -4/+1 |
* | Send explicit salt for SALTTYPE_NORMAL keys | Greg Hudson | 2009-04-16 | 2 | -12/+19 |
* | Require fast_req checksum to be keyed | Sam Hartman | 2009-04-14 | 1 | -1/+19 |
* | kdc: handle_referral_params does not return ENOMEM errors | Ezra Peisach | 2009-04-09 | 1 | -1/+1 |
* | Fall through on error return | Ezra Peisach | 2009-04-08 | 1 | -3/+4 |
* | Implement KDC side of TGS FAST | Sam Hartman | 2009-04-05 | 1 | -3/+10 |
* | fix logic errors | Sam Hartman | 2009-04-04 | 1 | -1/+1 |
* | Handle authdata encrypted in subkey | Sam Hartman | 2009-04-03 | 1 | -0/+7 |
* | Merge fast branch at 22166 onto trunk | Sam Hartman | 2009-04-03 | 6 | -23/+123 |
* | Initialize request state in the TGS path | Sam Hartman | 2009-03-31 | 1 | -0/+5 |
* | make depend | Sam Hartman | 2009-03-31 | 1 | -0/+11 |
* | Implement FAST from draft-ietf-krb-wg-preauth-framework | Sam Hartman | 2009-03-31 | 8 | -29/+598 |
* | Verify return code from krb5_db_set_mkey_list | Zhanna Tsitkov | 2009-03-16 | 2 | -5/+12 |
* | Call kdb_set_mkey_list from the KDC | Sam Hartman | 2009-03-16 | 2 | -1/+2 |
* | Report verbose error messages from KDC | Greg Hudson | 2009-03-11 | 5 | -128/+142 |
* | Removed unneeded printf's | Zhanna Tsitkov | 2009-03-09 | 1 | -2/+0 |
* | Correct the return code | Zhanna Tsitkov | 2009-02-23 | 1 | -1/+2 |
* | Adjust to the return value of isflagset routine | Zhanna Tsitkov | 2009-02-20 | 1 | -2/+1 |
* | Fix in handle_referral_params | Zhanna Tsitkov | 2009-02-19 | 1 | -9/+10 |
* | Be less verbose about routing-socket messages | Ken Raeburn | 2009-02-13 | 1 | -4/+15 |
* | regenerate | Ken Raeburn | 2009-02-04 | 1 | -4/+4 |
* | Use macros for config parameters | Zhanna Tsitkov | 2009-02-04 | 2 | -18/+18 |
* | Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ... | Ken Raeburn | 2009-02-02 | 2 | -6/+4 |
* | Get rid of casts of free() argument to char*, except where it's | Ken Raeburn | 2009-02-02 | 1 | -1/+1 |
* | reapply memchr patch | Ken Raeburn | 2009-02-02 | 1 | -6/+2 |
* | small storage leak in KDC startup | Ken Raeburn | 2009-02-02 | 1 | -1/+0 |