| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix KDC heap corruption vuln [CVE-2012-1015] | Tom Yu | 2012-08-01 | 1 | -0/+1 |
| * | Add comment documenting make_toolong_error() | Tom Yu | 2012-07-11 | 1 | -0/+4 |
| * | Include all default etypes in gic_keytab requests | Greg Hudson | 2012-07-02 | 1 | -14/+0 |
| * | Try harder to make keytab-based AS requests work | Greg Hudson | 2012-07-01 | 1 | -1/+16 |
| * | Fix memory leak in dbentry_supports_enctype in KDC | Greg Hudson | 2012-06-07 | 1 | -9/+8 |
| * | Add control over session key enctype negotiation | Nicolas Williams | 2012-06-06 | 1 | -47/+37 |
| * | Make cross-TGT key rollover work from AD to MIT | Greg Hudson | 2012-04-02 | 1 | -45/+140 |
| * | Make krb5_find_authdata public | Greg Hudson | 2011-10-25 | 1 | -4/+4 |
| * | Refactor salt computation into libkdb5 | Greg Hudson | 2011-10-24 | 1 | -56/+0 |
| * | Create e_data as pa_data in KDC interfaces | Greg Hudson | 2011-10-04 | 1 | -5/+4 |
| * | Reindent per krb5-batch-reindent.el. | Ken Raeburn | 2011-09-04 | 1 | -1/+1 |
| * | Fix accidental KDC use of replay cache | Greg Hudson | 2011-08-08 | 1 | -0/+4 |
| * | Mark up strings for translation | Greg Hudson | 2011-06-10 | 1 | -20/+17 |
| * | typo fix | Luke Howard | 2011-04-02 | 1 | -1/+1 |
| * | Adjust most C source files to match the new standards for copyright | Greg Hudson | 2011-03-09 | 1 | -5/+1 |
| * | Implement restrict_anonymous_to_tgt realm flag | Greg Hudson | 2010-12-01 | 1 | -0/+26 |
| * | Remove KDC replay cache | Greg Hudson | 2010-10-19 | 1 | -84/+1 |
| * | kdb: store mkey list in context and permit NULL mkey for kdb_dbe_decrypt_key_... | Sam Hartman | 2010-09-15 | 1 | -23/+1 |
| * | Fix an account lockout error-handling regression by converting the | Greg Hudson | 2010-08-29 | 1 | -11/+23 |
| * | Add check_allowed_to_delegate to the DAL with a corresponding libkdb5 | Greg Hudson | 2010-07-15 | 1 | -33/+4 |
| * | Add refresh_config to the DAL with a corresponding libkdb5 API, | Greg Hudson | 2010-07-15 | 1 | -3/+1 |
| * | Addendum to r24185: make audit_as_req return void, since it's an | Greg Hudson | 2010-07-13 | 1 | -2/+2 |
| * | Add audit_as_req to the DAL with a corresponding libkdb5 API, | Greg Hudson | 2010-07-13 | 1 | -27/+2 |
| * | Add check_policy_as and check_policy_tgs to the DAL table with | Greg Hudson | 2010-07-13 | 1 | -6/+14 |
| * | Add check_transited_realms to the DAL table with a corresponding | Greg Hudson | 2010-07-12 | 1 | -25/+4 |
| * | Add sign_authdata to the DAL table with a corresponding libkdb5 API, | Greg Hudson | 2010-07-12 | 1 | -54/+0 |
| * | Remove count parameters from get_principal, put_principal, | Greg Hudson | 2010-07-06 | 1 | -72/+38 |
| * | Use KRB5_PLUGIN_OP_NOTSUPP uniformly as the error code for operations | Greg Hudson | 2010-07-03 | 1 | -2/+2 |
| * | Rename krb5_dbekd_encrypt_key_data and krb5_dbekd_decrypt_key_data to | Greg Hudson | 2010-07-02 | 1 | -3/+2 |
| * | Merge users/raeburn/branches/network-merge | Ken Raeburn | 2010-03-17 | 1 | -0/+48 |
| * | Followon fixes to r23712: | Greg Hudson | 2010-02-10 | 1 | -1/+1 |
| * | enc_padata can include empty sequence | Sam Hartman | 2010-02-09 | 1 | -27/+15 |
| * | Fix cross-realm handling of AD-SIGNEDPATH | Greg Hudson | 2010-02-05 | 1 | -0/+11 |
| * | Move krb5int_get_domain_realm_mapping into kdc_util.c as this function is a h... | Zhanna Tsitkov | 2009-12-30 | 1 | -1/+61 |
| * | fast negotiation projec | Sam Hartman | 2009-12-14 | 1 | -0/+61 |
| * | make mark-cstyle | Tom Yu | 2009-10-31 | 1 | -1254/+1254 |
| * | remove times underflow/overflow checks, they break tests | Luke Howard | 2009-10-29 | 1 | -7/+2 |
| * | Heimdal DB bridge plugin for KDC back end | Greg Hudson | 2009-10-27 | 1 | -12/+55 |
| * | Allow the constrained delegation authorization method to use the evidence tic... | Luke Howard | 2009-10-21 | 1 | -1/+5 |
| * | remove some unneeded extensions from the Novell backend authdata SPI | Luke Howard | 2009-10-21 | 1 | -9/+1 |
| * | Implement GSS naming extensions and authdata verification | Greg Hudson | 2009-10-09 | 1 | -0/+2 |
| * | Implement s4u extensions | Greg Hudson | 2009-09-13 | 1 | -105/+375 |
| * | Change "vague-errors" compile-time conditionals into run-time | Ken Raeburn | 2009-08-21 | 1 | -10/+14 |
| * | Check for principal expiration prior to checking for password | Tom Yu | 2009-06-26 | 1 | -16/+16 |
| * | Send explicit salt for SALTTYPE_NORMAL keys | Greg Hudson | 2009-04-16 | 1 | -0/+7 |
| * | Merge fast branch at 22166 onto trunk | Sam Hartman | 2009-04-03 | 1 | -2/+2 |
| * | Implement FAST from draft-ietf-krb-wg-preauth-framework | Sam Hartman | 2009-03-31 | 1 | -12/+22 |
| * | Verify return code from krb5_db_set_mkey_list | Zhanna Tsitkov | 2009-03-16 | 1 | -4/+6 |
| * | Call kdb_set_mkey_list from the KDC | Sam Hartman | 2009-03-16 | 1 | -0/+1 |
| * | Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ... | Ken Raeburn | 2009-02-02 | 1 | -3/+1 |