| Commit message (Expand) | Author | Age | Files | Lines |
* | KDC memory leak in FAST error path | Greg Hudson | 2011-03-17 | 1 | -1/+2 |
* | Adjust most C source files to match the new standards for copyright | Greg Hudson | 2011-03-09 | 1 | -2/+1 |
* | Remove KDC replay cache | Greg Hudson | 2010-10-19 | 1 | -3/+0 |
* | Add sign_authdata to the DAL table with a corresponding libkdb5 API, | Greg Hudson | 2010-07-12 | 1 | -15/+0 |
* | Remove count parameters from get_principal, put_principal, | Greg Hudson | 2010-07-06 | 1 | -16/+3 |
* | Merge users/raeburn/branches/network-merge | Ken Raeburn | 2010-03-17 | 1 | -12/+8 |
* | Followon fixes to r23712: | Greg Hudson | 2010-02-10 | 1 | -1/+1 |
* | enc_padata can include empty sequence | Sam Hartman | 2010-02-09 | 1 | -2/+3 |
* | Fix cross-realm handling of AD-SIGNEDPATH | Greg Hudson | 2010-02-05 | 1 | -0/+1 |
* | Get rid of kdb_ext.h and allow out-of-tree KDB plugins | Greg Hudson | 2010-01-27 | 1 | -1/+0 |
* | Add gcc printf attribute for kdc_err prototype | Ezra Peisach | 2010-01-01 | 1 | -1/+5 |
* | No comma at end of enumerator list | Ken Raeburn | 2009-12-31 | 1 | -1/+1 |
* | Move krb5int_get_domain_realm_mapping into kdc_util.c as this function is a h... | Zhanna Tsitkov | 2009-12-30 | 1 | -1/+3 |
* | fast negotiation projec | Sam Hartman | 2009-12-14 | 1 | -4/+9 |
* | Clean up some open-parenthesis problems, and reindent | Tom Yu | 2009-11-16 | 1 | -21/+21 |
* | Typo fix | Zhanna Tsitkov | 2009-11-12 | 1 | -1/+1 |
* | Post-great-reindent check. Part II | Zhanna Tsitkov | 2009-11-12 | 1 | -160/+184 |
* | make mark-cstyle | Tom Yu | 2009-10-31 | 1 | -178/+179 |
* | Heimdal DB bridge plugin for KDC back end | Greg Hudson | 2009-10-27 | 1 | -6/+17 |
* | remove some unneeded extensions from the Novell backend authdata SPI | Luke Howard | 2009-10-21 | 1 | -3/+1 |
* | Implement GSS naming extensions and authdata verification | Greg Hudson | 2009-10-09 | 1 | -0/+1 |
* | Implement s4u extensions | Greg Hudson | 2009-09-13 | 1 | -2/+19 |
* | Merge fast branch at 22166 onto trunk | Sam Hartman | 2009-04-03 | 1 | -2/+12 |
* | Implement FAST from draft-ietf-krb-wg-preauth-framework | Sam Hartman | 2009-03-31 | 1 | -1/+35 |
* | Report verbose error messages from KDC | Greg Hudson | 2009-03-11 | 1 | -3/+4 |
* | Pass s4u name and c_flags to log_tgs_req. If values are supplied, log | Ken Raeburn | 2009-01-14 | 1 | -0/+1 |
* | /tmp/3 | Ken Raeburn | 2009-01-13 | 1 | -1/+2 |
* | Patch from Luke Howard: | Sam Hartman | 2009-01-12 | 1 | -0/+1 |
* | Merge mskrb-integ onto trunk | Sam Hartman | 2009-01-03 | 1 | -8/+101 |
* | Collect ticket-request logging calls together in one place for easier | Ken Raeburn | 2008-12-22 | 1 | -0/+15 |
* | In the KDC, remove krb4 request handling support and fakeka code | Greg Hudson | 2008-12-15 | 1 | -10/+0 |
* | Incorporate Apple's patch | Ken Raeburn | 2008-08-25 | 1 | -0/+9 |
* | Wrap krb5_db_get_principal function with get_principal (which will | Ken Raeburn | 2007-12-22 | 1 | -1/+12 |
* | * kdc_util.h (CONVERT_INTO_DB, CONVERT_OUTOF_DB): Unused macros deleted | Ken Raeburn | 2007-01-02 | 1 | -4/+0 |
* | allow server preauth plugin verify_padata function to return e-data | Kevin Coffman | 2006-11-13 | 1 | -1/+1 |
* | Preauthentication Plugin Framework | Sam Hartman | 2006-10-03 | 1 | -5/+17 |
* | ipv4+ipv6 messages can trip up KDC replay detection | Ken Raeburn | 2006-04-29 | 1 | -4/+2 |
* | Don't include kdb.h from k5-int.h; instead, include it in the handful | Ken Raeburn | 2006-04-13 | 1 | -0/+2 |
* | * kdc_util.h (sockaddr2p): Don't declare | Ken Raeburn | 2004-09-24 | 1 | -3/+0 |
* | Disable krb4 cross-realm in krb524d and krb5kdc. Provide an option to | Sam Hartman | 2003-03-17 | 1 | -0/+1 |
* | * kdc_util.h, replay.c, main.c: Pass global krb5_context to | Ezra Peisach | 2003-01-12 | 1 | -1/+1 |
* | * main.c: On exit, free more allocated memory, including: | Ezra Peisach | 2003-01-03 | 1 | -0/+1 |
* | Reduce or localize dependencies on address families. | Ken Raeburn | 2002-07-05 | 1 | -0/+8 |
* | * network.c (process_packet): Now static. Drop unused "portnum" argument. | Ken Raeburn | 2002-07-02 | 1 | -1/+0 |
* | * kdc_util.h (inet_ntop): Delete declaration | Ken Raeburn | 2002-07-02 | 1 | -4/+0 |
* | * dispatch.c (dispatch): Remove arg "portnum"; update callers. | Ken Raeburn | 2002-06-26 | 1 | -4/+0 |
* | * kdc_util.c (ktypes2str): New function; construct a string | Tom Yu | 2001-06-19 | 1 | -0/+6 |
* | * 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 | -63/+63 |
* | * kdc_util.h: Add prototype for process_v4_mode() for main.c to use | Ezra Peisach | 2001-03-08 | 1 | -0/+1 |
* | * sock2p.c: New file. | Ken Raeburn | 2000-03-14 | 1 | -0/+7 |