aboutsummaryrefslogtreecommitdiff
path: root/src/kdc/kdc_util.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-09Adjust most C source files to match the new standards for copyrightGreg Hudson1-5/+1
2010-12-01Implement restrict_anonymous_to_tgt realm flagGreg Hudson1-0/+26
2010-10-19Remove KDC replay cacheGreg Hudson1-84/+1
2010-09-15kdb: store mkey list in context and permit NULL mkey for kdb_dbe_decrypt_key_...Sam Hartman1-23/+1
2010-08-29Fix an account lockout error-handling regression by converting theGreg Hudson1-11/+23
2010-07-15Add check_allowed_to_delegate to the DAL with a corresponding libkdb5Greg Hudson1-33/+4
2010-07-15Add refresh_config to the DAL with a corresponding libkdb5 API,Greg Hudson1-3/+1
2010-07-13Addendum to r24185: make audit_as_req return void, since it's anGreg Hudson1-2/+2
2010-07-13Add audit_as_req to the DAL with a corresponding libkdb5 API,Greg Hudson1-27/+2
2010-07-13Add check_policy_as and check_policy_tgs to the DAL table withGreg Hudson1-6/+14
2010-07-12Add check_transited_realms to the DAL table with a correspondingGreg Hudson1-25/+4
2010-07-12Add sign_authdata to the DAL table with a corresponding libkdb5 API,Greg Hudson1-54/+0
2010-07-06Remove count parameters from get_principal, put_principal,Greg Hudson1-72/+38
2010-07-03Use KRB5_PLUGIN_OP_NOTSUPP uniformly as the error code for operationsGreg Hudson1-2/+2
2010-07-02Rename krb5_dbekd_encrypt_key_data and krb5_dbekd_decrypt_key_data toGreg Hudson1-3/+2
2010-03-17Merge users/raeburn/branches/network-mergeKen Raeburn1-0/+48
2010-02-10Followon fixes to r23712:Greg Hudson1-1/+1
2010-02-09enc_padata can include empty sequenceSam Hartman1-27/+15
2010-02-05Fix cross-realm handling of AD-SIGNEDPATHGreg Hudson1-0/+11
2009-12-30Move krb5int_get_domain_realm_mapping into kdc_util.c as this function is a h...Zhanna Tsitkov1-1/+61
2009-12-14fast negotiation projecSam Hartman1-0/+61
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