| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use an opaque handle in the kdcpreauth callback | Greg Hudson | 2011-10-05 | 1 | -108/+95 |
| * | Create e_data as pa_data in KDC interfaces | Greg Hudson | 2011-10-04 | 1 | -40/+30 |
| * | Make kdcpreauth verify respond via callback | Greg Hudson | 2011-10-03 | 1 | -142/+225 |
| * | Make check_padata() respond via a callback | Greg Hudson | 2011-10-03 | 1 | -12/+23 |
| * | Recast encrypted challenge as linked built-ins | Greg Hudson | 2011-09-23 | 1 | -3/+4 |
| * | If the client offers the alg agility KDF, use it | Sam Hartman | 2011-09-21 | 1 | -0/+2 |
| * | Reindent per krb5-batch-reindent.el. | Ken Raeburn | 2011-09-04 | 1 | -1/+1 |
| * | Convert preauth_plugin.h to new plugin framework | Greg Hudson | 2011-06-17 | 1 | -335/+247 |
| * | Mark up strings for translation | Greg Hudson | 2011-06-10 | 1 | -5/+5 |
| * | Adjust most C source files to match the new standards for copyright | Greg Hudson | 2011-03-09 | 1 | -7/+3 |
| * | Remove some declarations from kdc_preauth.c which are no longer needed | Greg Hudson | 2011-03-02 | 1 | -9/+0 |
| * | krb5_get_error_message cannot return NULL, and returns "Success" on | Greg Hudson | 2010-11-01 | 1 | -6/+4 |
| * | securID code fixes | Sam Hartman | 2010-10-19 | 1 | -0/+1 |
| * | Add an error to be returned by a preauth mechanism indicating that the KDC sh... | Sam Hartman | 2010-10-01 | 1 | -0/+1 |
| * | Remove support for the old pa-sam-challenge and pa-sam-response | Sam Hartman | 2010-10-01 | 1 | -725/+0 |
| * | kdb: store mkey list in context and permit NULL mkey for kdb_dbe_decrypt_key_... | Sam Hartman | 2010-09-15 | 1 | -59/+6 |
| * | Remove count parameters from get_principal, put_principal, | Greg Hudson | 2010-07-06 | 1 | -10/+7 |
| * | Rename krb5_dbekd_encrypt_key_data and krb5_dbekd_decrypt_key_data to | Greg Hudson | 2010-07-02 | 1 | -10/+9 |
| * | Followon fixes to r23712: | Greg Hudson | 2010-02-10 | 1 | -4/+4 |
| * | enc_padata can include empty sequence | Sam Hartman | 2010-02-09 | 1 | -31/+35 |
| * | Make preauth_module_dir override, rather than supplement, the | Greg Hudson | 2010-01-07 | 1 | -33/+10 |
| * | Add preauth_module_dir support to the KDC preauth module loader | Greg Hudson | 2010-01-04 | 1 | -3/+44 |
| * | Anonymous support for Kerberos | Sam Hartman | 2009-12-28 | 1 | -3/+6 |
| * | fast negotiation projec | Sam Hartman | 2009-12-14 | 1 | -17/+14 |
| * | Clean up some open-parenthesis problems, and reindent | Tom Yu | 2009-11-16 | 1 | -22/+22 |
| * | Post-great-reindent check. Part I | Zhanna Tsitkov | 2009-11-12 | 1 | -123/+148 |
| * | make mark-cstyle | Tom Yu | 2009-10-31 | 1 | -1773/+1774 |
| * | Implement s4u extensions | Greg Hudson | 2009-09-13 | 1 | -19/+0 |
| * | Fix vector initialization error in KDC preauth code | Greg Hudson | 2009-05-24 | 1 | -3/+2 |
| * | Do not return PREAUTH_FAILED on unknown preauth | Sam Hartman | 2009-04-30 | 1 | -9/+3 |
| * | Send explicit salt for SALTTYPE_NORMAL keys | Greg Hudson | 2009-04-16 | 1 | -12/+12 |
| * | Merge fast branch at 22166 onto trunk | Sam Hartman | 2009-04-03 | 1 | -1/+15 |
| * | Implement FAST from draft-ietf-krb-wg-preauth-framework | Sam Hartman | 2009-03-31 | 1 | -2/+46 |
| * | Report verbose error messages from KDC | Greg Hudson | 2009-03-11 | 1 | -23/+24 |
| * | Master Key Migration Project | Will Fiveash | 2009-01-30 | 1 | -8/+80 |
| * | Restore behavior of returning KRB5APP_ERR_BAD_INTEGRITY from | Sam Hartman | 2009-01-12 | 1 | -1/+1 |
| * | Add message hash support to the replay interface, using extension | Greg Hudson | 2009-01-12 | 1 | -0/+1 |
| * | No C++ style comments in C code please | Ken Raeburn | 2009-01-05 | 1 | -4/+4 |
| * | Merge mskrb-integ onto trunk | Sam Hartman | 2009-01-03 | 1 | -9/+202 |
| * | Apply a patch from Apple to correct a few memory leaks | Greg Hudson | 2008-11-03 | 1 | -5/+2 |
| * | partial rewrite of the ASN.1 encoders | Ken Raeburn | 2008-10-25 | 1 | -8/+6 |
| * | Apple PKINIT patch commit | Alexandra Ellwood | 2008-05-30 | 1 | -0/+502 |
| * | Wrap krb5_db_get_principal function with get_principal (which will | Ken Raeburn | 2007-12-22 | 1 | -2/+2 |
| * | Add PKINIT support | Kevin Coffman | 2007-08-01 | 1 | -57/+98 |
| * | Return edata from non-"PA_REQUIRED" preauth types | Kevin Coffman | 2006-12-01 | 1 | -15/+47 |
| * | skip all modules in plugin if init function fails | Kevin Coffman | 2006-11-29 | 1 | -4/+16 |
| * | allow server preauth plugin verify_padata function to return e-data | Kevin Coffman | 2006-11-13 | 1 | -10/+38 |
| * | Modify the preath plugin interface so that a plugin's context is | Kevin Coffman | 2006-11-01 | 1 | -45/+53 |
| * | Eliminate some warnings: missing "const", unused variables, success | Ken Raeburn | 2006-10-13 | 1 | -7/+5 |
| * | * preauth_plugin.h: Don't use an enum in a public api | Sam Hartman | 2006-10-13 | 1 | -10/+10 |