summaryrefslogtreecommitdiffstats
path: root/src/kdc/kdc_util.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fast negotiation projecSam Hartman2009-12-141-0/+61
* make mark-cstyleTom Yu2009-10-311-1254/+1254
* remove times underflow/overflow checks, they break testsLuke Howard2009-10-291-7/+2
* Heimdal DB bridge plugin for KDC back endGreg Hudson2009-10-271-12/+55
* Allow the constrained delegation authorization method to use the evidence tic...Luke Howard2009-10-211-1/+5
* remove some unneeded extensions from the Novell backend authdata SPILuke Howard2009-10-211-9/+1
* Implement GSS naming extensions and authdata verificationGreg Hudson2009-10-091-0/+2
* Implement s4u extensionsGreg Hudson2009-09-131-105/+375
* Change "vague-errors" compile-time conditionals into run-timeKen Raeburn2009-08-211-10/+14
* Check for principal expiration prior to checking for passwordTom Yu2009-06-261-16/+16
* Send explicit salt for SALTTYPE_NORMAL keysGreg Hudson2009-04-161-0/+7
* Merge fast branch at 22166 onto trunkSam Hartman2009-04-031-2/+2
* Implement FAST from draft-ietf-krb-wg-preauth-frameworkSam Hartman2009-03-311-12/+22
* Verify return code from krb5_db_set_mkey_listZhanna Tsitkov2009-03-161-4/+6
* Call kdb_set_mkey_list from the KDCSam Hartman2009-03-161-0/+1
* Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn2009-02-021-3/+1