summaryrefslogtreecommitdiffstats
path: root/src/kdc/kdc_preauth.c
Commit message (Expand)AuthorAgeFilesLines
* Use k5calloc instead of k5alloc where appropriateGreg Hudson2013-07-111-1/+1
* Add server-side otp preauth pluginNathaniel McCallum2013-07-111-0/+2
* Make AS requests work with no client keyGreg Hudson2013-05-031-0/+6
* Don't send empty etype info from KDCGreg Hudson2013-05-031-0/+5
* Add kdcpreauth callback to check for client keysGreg Hudson2013-05-031-2/+18
* Add and use k5memdup, k5memdup0 helpersGreg Hudson2013-02-091-3/+1
* Separate clpreauth and kdcpreauth interfacesGreg Hudson2012-12-191-1/+1
* Fix various integer issuesGreg Hudson2012-12-101-2/+1
* Add loop() kdcpreauth methodNathaniel McCallum2012-10-231-2/+19
* Eliminate some KDC globalsTom Yu2012-10-151-11/+11
* Fix KDC heap corruption vuln [CVE-2012-1015]Tom Yu2012-08-011-1/+2
* Remove orphaned Apple PKINIT supportGreg Hudson2012-04-261-505/+0
* Make verto context available to kdcpreauth modulesGreg Hudson2011-11-151-1/+8
* Simplify and fix kdcpreauth request_body callbackGreg Hudson2011-11-141-4/+3
* Use zero-filled states for all async ops in KDCGreg Hudson2011-10-281-5/+4
* Refactor salt computation into libkdb5Greg Hudson2011-10-241-97/+52
* Fix handling of null edata method in KDC preauthGreg Hudson2011-10-201-1/+1
* Make reindentTom Yu2011-10-171-1/+1
* Make kdcpreauth edata method respond via callbackGreg Hudson2011-10-151-89/+160
* Make get_preauth_hint_list respond via callbackGreg Hudson2011-10-151-3/+6
* Remove enc-timestamp code from kdc_preauth.cGreg Hudson2011-10-151-124/+0
* Use built-in modules for encrypted timestampGreg Hudson2011-10-071-0/+3
* Add get_string, free_string kdcpreauth callbacksGreg Hudson2011-10-061-0/+15
* Use type-safe callbacks in preauth interfaceGreg Hudson2011-10-061-159/+87
* Use an opaque handle in the kdcpreauth callbackGreg Hudson2011-10-051-108/+95
* Create e_data as pa_data in KDC interfacesGreg Hudson2011-10-041-40/+30
* Make kdcpreauth verify respond via callbackGreg Hudson2011-10-031-142/+225
* Make check_padata() respond via a callbackGreg Hudson2011-10-031-12/+23
* Recast encrypted challenge as linked built-insGreg Hudson2011-09-231-3/+4
* If the client offers the alg agility KDF, use itSam Hartman2011-09-211-0/+2
* Reindent per krb5-batch-reindent.el.Ken Raeburn2011-09-041-1/+1
* Convert preauth_plugin.h to new plugin frameworkGreg Hudson2011-06-171-335/+247
* Mark up strings for translationGreg Hudson2011-06-101-5/+5
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-091-7/+3
* Remove some declarations from kdc_preauth.c which are no longer neededGreg Hudson2011-03-021-9/+0
* krb5_get_error_message cannot return NULL, and returns "Success" onGreg Hudson2010-11-011-6/+4
* securID code fixesSam Hartman2010-10-191-0/+1
* Add an error to be returned by a preauth mechanism indicating that the KDC sh...Sam Hartman2010-10-011-0/+1
* Remove support for the old pa-sam-challenge and pa-sam-responseSam Hartman2010-10-011-725/+0
* kdb: store mkey list in context and permit NULL mkey for kdb_dbe_decrypt_key_...Sam Hartman2010-09-151-59/+6
* Remove count parameters from get_principal, put_principal,Greg Hudson2010-07-061-10/+7
* Rename krb5_dbekd_encrypt_key_data and krb5_dbekd_decrypt_key_data toGreg Hudson2010-07-021-10/+9
* Followon fixes to r23712:Greg Hudson2010-02-101-4/+4
* enc_padata can include empty sequenceSam Hartman2010-02-091-31/+35
* Make preauth_module_dir override, rather than supplement, theGreg Hudson2010-01-071-33/+10
* Add preauth_module_dir support to the KDC preauth module loaderGreg Hudson2010-01-041-3/+44
* Anonymous support for KerberosSam Hartman2009-12-281-3/+6
* fast negotiation projecSam Hartman2009-12-141-17/+14
* Clean up some open-parenthesis problems, and reindentTom Yu2009-11-161-22/+22
* Post-great-reindent check. Part IZhanna Tsitkov2009-11-121-123/+148