| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Patch to split client plugin from server plugin | Sam Hartman | 2006-10-13 | 1 | -24/+24 |
* | Don't segfault if a preauth plugin module fails to load | Kevin Coffman | 2006-10-10 | 1 | -1/+2 |
* | * kdc_preauth.c (return_padata): Allocate a padata context if not | Sam Hartman | 2006-10-05 | 1 | -0/+3 |
* | Preauthentication Plugin Framework | Sam Hartman | 2006-10-03 | 1 | -49/+670 |
* | krb5 1.5 alpha - memory leaks in krb5kdc due to not freeing error messages | Ezra Peisach | 2006-06-01 | 1 | -4/+6 |
* | Partial merge from Novell LDAP integration branch, not including the | Ken Raeburn | 2006-04-13 | 1 | -3/+5 |
* | * kdc_preauth.c (verify_enc_timestamp): Initialize decrypt_err | Ken Raeburn | 2006-04-10 | 1 | -1/+1 |
* | * kdc_preauth.c (etype_info_as_rep_helper): New function; shared | Tom Yu | 2005-10-13 | 1 | -10/+76 |
* | * kdc_preauth.c (return_etype_info2): Apply patch from Will | Tom Yu | 2005-10-12 | 1 | -1/+2 |
* | Free unparsed names in SAM response handling | Sam Hartman | 2004-03-15 | 1 | -0/+2 |
* | Remove ENCTYPE_LOCAL_DES3_HMAC_SHA1 | Sam Hartman | 2004-02-24 | 1 | -1/+0 |
* | When generating etype_info2 for DES style keys, use s2kparams to | Sam Hartman | 2003-05-24 | 1 | -10/+29 |
* | Memory leak in kdc etype_info2 preauth | Ezra Peisach | 2003-05-23 | 1 | -2/+8 |
* | Allow the KDC to return bad integrity errors to the client on preauth | Sam Hartman | 2003-05-14 | 1 | -0/+1 |
* | * IMplement etype_info in KDC. If the request contains any new | Sam Hartman | 2003-05-12 | 1 | -4/+126 |
* | Reorganize kdc_preauth enctype handling | Sam Hartman | 2003-05-07 | 1 | -39/+75 |
* | etype info handling infinite loop | Sam Hartman | 2003-04-09 | 1 | -2/+4 |
* | * kdc_preauth.c (verify_enc_timestamp): Save decryption error, in | Tom Yu | 2003-03-28 | 1 | -1/+13 |
* | Fix typo that caused infinite loop in previous patch | Sam Hartman | 2003-02-21 | 1 | -1/+1 |
* | The client sorts the enctype list returned by etype_info ordering | Sam Hartman | 2003-02-15 | 1 | -1/+20 |
* | Timestamp preauth should return clock skew errors | Sam Hartman | 2003-01-21 | 1 | -1/+9 |
* | protoize | Ken Raeburn | 2002-09-11 | 1 | -67/+31 |
* | Fix etype info; wrong termination condition used in get_etype_info | Sam Hartman | 2002-06-24 | 1 | -1/+1 |
* | * kdc_preauth.c: Include prototypes for mit_des_fixup_key_parity | Ezra Peisach | 2001-06-21 | 1 | -0/+9 |
* | * kdc_preauth.c: Include adm_proto.h for krb5_klog_syslog() | Ezra Peisach | 2001-06-08 | 1 | -0/+1 |
* | * kdc_util.c (add_to_transited): Add braces to provide unambiguous | Ezra Peisach | 2001-06-04 | 1 | -1/+2 |
* | * do_as_req.c, do_tgs_req.c, kdc_preauth.c, kdc_util.h, kerberos_v4.c, main.c, | Ken Raeburn | 2001-04-10 | 1 | -18/+18 |
* | * kdc_preauth.c (get_etype_info): Initialize length of | Ezra Peisach | 2000-10-17 | 1 | -2/+2 |
* | * main.c: Move kdc_initialize_rcache() to kdc_util.c | Tom Yu | 2000-03-01 | 1 | -6/+1 |
* | * kdc_preauth.c (verify_sam_response): Declare and set rc_lifetime | Tom Yu | 2000-03-01 | 1 | -0/+6 |
* | * kdc_preauth.c (return_sam_data): Just return 0 if no input preauth data is ... | Ken Raeburn | 2000-02-07 | 1 | -0/+3 |
* | * kdc_preauth.c (get_preauth_hint_list): Log a message if preauth is required | Ken Raeburn | 2000-02-07 | 1 | -1/+13 |
* | Frank Cusack's patches, first two sets. Should be no incompatible changes, | Ken Raeburn | 2000-02-07 | 1 | -20/+241 |
* | copyright notice updates from 1.1 branch | Ken Raeburn | 1999-09-24 | 1 | -1/+4 |
* | kdc_preauth.c (check_padata): If preauth fails because the preauth | Theodore Tso | 1999-01-27 | 1 | -0/+7 |
* | pull up 3des implementation from the marc-3des branch | Marc Horowitz | 1998-10-30 | 1 | -76/+180 |
* | kdc_preauth.c (get_preauth_hint_list): Don't add the pseudo preauth | Theodore Tso | 1998-02-20 | 1 | -1/+5 |
* | * do_tgs_req.c (process_tgs_req): Initialize authtime to 0 so it | Ezra Peisach | 1997-08-18 | 1 | -3/+0 |
* | * kdc_preauth.c (get_sam_edata): Don't goto cleanup if SAM is not | Tom Yu | 1997-07-15 | 1 | -5/+3 |