summaryrefslogtreecommitdiffstats
path: root/src/kdc/kdc_util.c
Commit message (Expand)AuthorAgeFilesLines
* Move kdc log routines into a separate fileZhanna Tsitkov2013-12-201-196/+0
* Support authoritative KDB check_transited methodsGreg Hudson2013-09-251-8/+6
* Make it possible to renew aliased service ticketsGreg Hudson2013-08-291-3/+3
* Refactor KDC renewable ticket handlingGreg Hudson2013-06-061-8/+48
* Avoid passing null pointers to memcpy/memcmpGreg Hudson2013-04-081-5/+10
* Fix minor KDC memory leaksGreg Hudson2013-03-261-1/+3
* Remove KDC macros for realm config fieldsGreg Hudson2013-01-151-4/+5
* Get rid of adm.hGreg Hudson2013-01-101-1/+1
* Fix various integer issuesGreg Hudson2012-12-101-1/+2
* Don't unparse principal names in process_tgs_req()Tom Yu2012-10-151-21/+80
* Clean up domain->realm referralsTom Yu2012-10-151-59/+0
* Move validate_tgs_request() to a separate fileTom Yu2012-10-151-332/+2
* Refactor validate_tgs_request()Tom Yu2012-10-151-199/+257
* Move add_to_transited to a separate fileTom Yu2012-10-151-380/+0
* Eliminate some KDC globalsTom Yu2012-10-151-93/+103
* Enforce TGS principals having 2 componentsTom Yu2012-10-151-9/+13
* Fix KDC heap corruption vuln [CVE-2012-1015]Tom Yu2012-08-011-0/+1
* Add comment documenting make_toolong_error()Tom Yu2012-07-111-0/+4
* Include all default etypes in gic_keytab requestsGreg Hudson2012-07-021-14/+0
* Try harder to make keytab-based AS requests workGreg Hudson2012-07-011-1/+16
* Fix memory leak in dbentry_supports_enctype in KDCGreg Hudson2012-06-071-9/+8
* Add control over session key enctype negotiationNicolas Williams2012-06-061-47/+37
* Make cross-TGT key rollover work from AD to MITGreg Hudson2012-04-021-45/+140
* Make krb5_find_authdata publicGreg Hudson2011-10-251-4/+4
* Refactor salt computation into libkdb5Greg Hudson2011-10-241-56/+0
* Create e_data as pa_data in KDC interfacesGreg Hudson2011-10-041-5/+4
* Reindent per krb5-batch-reindent.el.Ken Raeburn2011-09-041-1/+1
* Fix accidental KDC use of replay cacheGreg Hudson2011-08-081-0/+4
* Mark up strings for translationGreg Hudson2011-06-101-20/+17
* typo fixLuke Howard2011-04-021-1/+1
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-091-5/+1
* Implement restrict_anonymous_to_tgt realm flagGreg Hudson2010-12-011-0/+26
* Remove KDC replay cacheGreg Hudson2010-10-191-84/+1
* kdb: store mkey list in context and permit NULL mkey for kdb_dbe_decrypt_key_...Sam Hartman2010-09-151-23/+1
* Fix an account lockout error-handling regression by converting theGreg Hudson2010-08-291-11/+23
* Add check_allowed_to_delegate to the DAL with a corresponding libkdb5Greg Hudson2010-07-151-33/+4
* Add refresh_config to the DAL with a corresponding libkdb5 API,Greg Hudson2010-07-151-3/+1
* Addendum to r24185: make audit_as_req return void, since it's anGreg Hudson2010-07-131-2/+2
* Add audit_as_req to the DAL with a corresponding libkdb5 API,Greg Hudson2010-07-131-27/+2
* Add check_policy_as and check_policy_tgs to the DAL table withGreg Hudson2010-07-131-6/+14
* Add check_transited_realms to the DAL table with a correspondingGreg Hudson2010-07-121-25/+4
* Add sign_authdata to the DAL table with a corresponding libkdb5 API,Greg Hudson2010-07-121-54/+0
* Remove count parameters from get_principal, put_principal,Greg Hudson2010-07-061-72/+38
* Use KRB5_PLUGIN_OP_NOTSUPP uniformly as the error code for operationsGreg Hudson2010-07-031-2/+2
* Rename krb5_dbekd_encrypt_key_data and krb5_dbekd_decrypt_key_data toGreg Hudson2010-07-021-3/+2
* Merge users/raeburn/branches/network-mergeKen Raeburn2010-03-171-0/+48
* Followon fixes to r23712:Greg Hudson2010-02-101-1/+1
* enc_padata can include empty sequenceSam Hartman2010-02-091-27/+15
* Fix cross-realm handling of AD-SIGNEDPATHGreg Hudson2010-02-051-0/+11
* Move krb5int_get_domain_realm_mapping into kdc_util.c as this function is a h...Zhanna Tsitkov2009-12-301-1/+61