aboutsummaryrefslogtreecommitdiff
path: root/src/kdc/kdc_util.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-31make mark-cstyleTom Yu1-1254/+1254
2009-10-29remove times underflow/overflow checks, they break testsLuke Howard1-7/+2
2009-10-27Heimdal DB bridge plugin for KDC back endGreg Hudson1-12/+55
2009-10-21Allow the constrained delegation authorization method to use the evidence tic...Luke Howard1-1/+5
2009-10-21remove some unneeded extensions from the Novell backend authdata SPILuke Howard1-9/+1
2009-10-09Implement GSS naming extensions and authdata verificationGreg Hudson1-0/+2
2009-09-13Implement s4u extensionsGreg Hudson1-105/+375
2009-08-21Change "vague-errors" compile-time conditionals into run-timeKen Raeburn1-10/+14
2009-06-26Check for principal expiration prior to checking for passwordTom Yu1-16/+16
2009-04-16Send explicit salt for SALTTYPE_NORMAL keysGreg Hudson1-0/+7
2009-04-03Merge fast branch at 22166 onto trunkSam Hartman1-2/+2
2009-03-31Implement FAST from draft-ietf-krb-wg-preauth-frameworkSam Hartman1-12/+22
2009-03-16Verify return code from krb5_db_set_mkey_listZhanna Tsitkov1-4/+6
2009-03-16Call kdb_set_mkey_list from the KDCSam Hartman1-0/+1
2009-02-02Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn1-3/+1
2009-02-02Get rid of casts of free() argument to char*, except where it'sKen Raeburn1-1/+1
2009-01-30Master Key Migration ProjectWill Fiveash1-1/+21
2009-01-14Pass s4u name and c_flags to log_tgs_req. If values are supplied, logKen Raeburn1-3/+20
2009-01-13/tmp/3Ken Raeburn1-80/+30
2009-01-12Add a call to limit_string that appears to have been accidentally removedSam Hartman1-0/+1
2009-01-12Patch from Luke Howard:Sam Hartman1-7/+28
2009-01-12Patch from Luke HowardSam Hartman1-5/+2
2009-01-06Patch from Luke HowardSam Hartman1-38/+23
2009-01-06Fix capitalizationSam Hartman1-2/+2
2009-01-03xrealm_non_transitive not trust_non_transitiveSam Hartman1-2/+2
2009-01-03Merge mskrb-integ onto trunkSam Hartman1-61/+671
2008-12-22Collect ticket-request logging calls together in one place for easierKen Raeburn1-0/+120
2008-11-05Convert many uses of strcpy/strcat (and sometimes sprintf) to acceptedGreg Hudson1-17/+16
2008-06-27misc memory leaksKen Raeburn1-1/+5
2007-12-22Wrap krb5_db_get_principal function with get_principal (which willKen Raeburn1-3/+24
2007-07-12Avoid unchecked sprintf in some KDC-side programsKen Raeburn1-6/+7
2007-05-10Define and use some inline helper functions for comparing data and authdata s...Ken Raeburn1-27/+15
2007-04-03MITKRB5-SA-2007-002: buffer overflow in krb5_klog_syslogTom Yu1-0/+1
2006-10-12(add_to_transited): Change the current logic to keep all array referencesKen Raeburn1-15/+25
2006-10-11Add bounds-checking assertions before automatic array referenceKen Raeburn1-0/+2
2004-02-13Fix logic errorSam Hartman1-1/+1
2004-02-06Do not consider TGS options to be critical; ignore unknown optionsSam Hartman1-6/+3
2003-05-22Provide an explicit list of options not to be allowed in AS requestsSam Hartman1-5/+4
2003-05-10Rename the local_subkey and remote_subkey fields in the auth_contextTom Yu1-2/+2
2003-04-01Red Hat's krb5_princ_size fixesKen Raeburn1-2/+4
2002-10-28Don't include trailing null in the transited encoding produced by the KDC.Sam Hartman1-2/+2
2002-09-11protoizeKen Raeburn1-78/+34
2002-04-06call krb5_c_ versions of enctype/cksumtype checking routinesKen Raeburn1-3/+3
2001-12-11 * kdc_util.c (subrealm, add_to_transited): Unsigned vs. signed intEzra Peisach1-7/+7
2001-10-25 * do_as_req.c (process_as_req: Treat SUPPORT_DESMD5 as if it wereTom Yu1-2/+6
2001-10-13 * kdc_util.c (ktypes2str, rep_etypes2str): Clean up somewhatTom Yu1-15/+30
2001-06-19 * kdc_util.c (ktypes2str): New function; construct a stringTom Yu1-0/+66
2001-06-04 * kdc_util.c (add_to_transited): Add braces to provide unambiguousEzra Peisach1-32/+32
2000-10-17 * kdc_preauth.c (get_etype_info): Initialize length ofEzra Peisach1-1/+1
2000-06-30pullup from 1.2-beta4Ken Raeburn1-13/+23