aboutsummaryrefslogtreecommitdiff
path: root/src/kdc
AgeCommit message (Expand)AuthorFilesLines
2010-08-26Merge trunk changes from r24202 to r24258 to plugins2 branchGreg Hudson1-1/+12
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 Hudson2-79/+16
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 Hudson3-83/+7
2010-07-08Create a KRB5_KDB_FLAG_ALIAS_OK to control whether plugin modulesGreg Hudson2-0/+3
2010-07-07Add a missing break in the parsing of krb5kdc's -P option. ReportedGreg Hudson1-0/+1
2010-07-06Remove count parameters from get_principal, put_principal,Greg Hudson5-305/+173
2010-07-03Use KRB5_PLUGIN_OP_NOTSUPP uniformly as the error code for operationsGreg Hudson3-5/+5
2010-07-02Remove verify_master_key from the DAL table, as well as its associatedGreg Hudson1-17/+0
2010-07-02Rename krb5_dbekd_encrypt_key_data and krb5_dbekd_decrypt_key_data toGreg Hudson4-23/+20
2010-07-02Remove the set_master_key and get_master_key DAL interfaces and theirGreg Hudson1-5/+0
2010-06-07make dependGreg Hudson1-62/+66
2010-05-24Don't include nul characters in the text we send with krb-errorGreg Hudson2-2/+2
2010-05-04Eliminate the unused realm_dbname field from krb5_realm_paramsGreg Hudson2-3/+0
2010-04-30memory leak in process_tgs_req in r23724Tom Yu1-1/+3
2010-04-22Eliminate a non-useful NULL check in the KDC's dispatch() function.Greg Hudson1-1/+1
2010-04-20Fix CVE-2010-1230 (MITKRB5-SA-2010-004) double-free in KDC triggeredTom Yu1-0/+2
2010-03-17Merge users/raeburn/branches/network-mergeKen Raeburn9-1829/+177
2010-03-16handle NT_SRV_INST in service principal referralsTom Yu1-0/+1
2010-03-05Ignore improperly encoded signedpath AD elementsGreg Hudson1-1/+5
2010-02-18The TGS code was not freeing authdata. This is an old leak which wasGreg Hudson1-2/+3
2010-02-16MITKRB5-SA-2010-001 CVE-2010-0283 KDC denial of serviceTom Yu3-1/+8
2010-02-10Followon fixes to r23712:Greg Hudson5-9/+14
2010-02-09enc_padata can include empty sequenceSam Hartman5-84/+61
2010-02-05Fix cross-realm handling of AD-SIGNEDPATHGreg Hudson3-7/+19
2010-01-27Get rid of kdb_ext.h and allow out-of-tree KDB pluginsGreg Hudson2-56/+48
2010-01-12Simplify and fix FAST check for keyed checksum typeGreg Hudson1-15/+4
2010-01-07Always treat anonymous as preauth requiredSam Hartman1-0/+1
2010-01-07Make preauth_module_dir override, rather than supplement, theGreg Hudson1-33/+10
2010-01-04Add preauth_module_dir support to the KDC preauth module loaderGreg Hudson1-3/+44
2010-01-03Ignore some routing messages indicating changes that don't affect ourKen Raeburn1-0/+24
2010-01-01Change db_args from being a global to only defined in the functionEzra Peisach2-16/+16
2010-01-01Add gcc printf attribute for kdc_err prototypeEzra Peisach1-1/+5
2010-01-01Add a new -P option to krb5kdc and kadmind which, if given, specifiesRuss Allbery2-2/+40
2009-12-31Fix spelling and hyphen errors in man pagesRuss Allbery1-1/+1
2009-12-31No comma at end of enumerator listKen Raeburn1-1/+1
2009-12-30Move krb5int_get_domain_realm_mapping into kdc_util.c as this function is a h...Zhanna Tsitkov2-2/+64
2009-12-29MITKRB5-SA-2009-003 CVE-2009-3295 KDC null deref in referralsTom Yu1-1/+1
2009-12-28Whitespace fixes for new anonymous supportGreg Hudson2-4/+6
2009-12-28Anonymous support for KerberosSam Hartman4-6/+32
2009-12-14fast negotiation projecSam Hartman6-36/+119
2009-12-03Reformat new commentsKen Raeburn1-14/+20
2009-12-03fix slow behavior on Mac OS X with link-local addressesKen Raeburn1-10/+48
2009-11-30Fix memory leakSam Hartman1-1/+2
2009-11-24KDC MUST NOT accept ap-request armor in FAST TGSSam Hartman1-0/+5
2009-11-22Consolidate Makefile variables now that we have only a single globalGreg Hudson2-116/+115