aboutsummaryrefslogtreecommitdiff
path: root/src/kdc/kdc_preauth.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-27Add etype-info2 to MORE_PREAUTH_DATA_REQUIREDGreg Hudson1-0/+52
2015-08-27Refactor finish_check_padata() in KDCGreg Hudson1-36/+37
2015-08-26Add secure cookie supportGreg Hudson1-6/+18
2015-07-22Add kdcpreauth callback for auth indicatorsGreg Hudson1-1/+9
2015-07-09Fix kdcpreauth counting bugGreg Hudson1-1/+1
2015-07-08Test client_keyblock kdcpreauth callbackGreg Hudson1-1/+1
2015-07-08Add client_keyblock kdcpreauth callbackGreg Hudson1-2/+9
2015-07-08Only include one key in etype-infoGreg Hudson1-221/+48
2015-01-28Support KDC_ERR_MORE_PREAUTH_DATA_REQUIREDNathaniel McCallum1-0/+2
2013-07-11Use k5calloc instead of k5alloc where appropriateGreg Hudson1-1/+1
2013-07-11Add server-side otp preauth pluginNathaniel McCallum1-0/+2
2013-05-03Make AS requests work with no client keyGreg Hudson1-0/+6
2013-05-03Don't send empty etype info from KDCGreg Hudson1-0/+5
2013-05-03Add kdcpreauth callback to check for client keysGreg Hudson1-2/+18
2013-02-09Add and use k5memdup, k5memdup0 helpersGreg Hudson1-3/+1
2012-12-19Separate clpreauth and kdcpreauth interfacesGreg Hudson1-1/+1
2012-12-10Fix various integer issuesGreg Hudson1-2/+1
2012-10-23Add loop() kdcpreauth methodNathaniel McCallum1-2/+19
2012-10-15Eliminate some KDC globalsTom Yu1-11/+11
2012-08-01Fix KDC heap corruption vuln [CVE-2012-1015]Tom Yu1-1/+2
2012-04-26Remove orphaned Apple PKINIT supportGreg Hudson1-505/+0
2011-11-15Make verto context available to kdcpreauth modulesGreg Hudson1-1/+8
2011-11-14Simplify and fix kdcpreauth request_body callbackGreg Hudson1-4/+3
2011-10-28Use zero-filled states for all async ops in KDCGreg Hudson1-5/+4
2011-10-24Refactor salt computation into libkdb5Greg Hudson1-97/+52
2011-10-20Fix handling of null edata method in KDC preauthGreg Hudson1-1/+1
2011-10-17Make reindentTom Yu1-1/+1
2011-10-15Make kdcpreauth edata method respond via callbackGreg Hudson1-89/+160
2011-10-15Make get_preauth_hint_list respond via callbackGreg Hudson1-3/+6
2011-10-15Remove enc-timestamp code from kdc_preauth.cGreg Hudson1-124/+0
2011-10-07Use built-in modules for encrypted timestampGreg Hudson1-0/+3
2011-10-06Add get_string, free_string kdcpreauth callbacksGreg Hudson1-0/+15
2011-10-06Use type-safe callbacks in preauth interfaceGreg Hudson1-159/+87
2011-10-05Use an opaque handle in the kdcpreauth callbackGreg Hudson1-108/+95
2011-10-04Create e_data as pa_data in KDC interfacesGreg Hudson1-40/+30
2011-10-03Make kdcpreauth verify respond via callbackGreg Hudson1-142/+225
2011-10-03Make check_padata() respond via a callbackGreg Hudson1-12/+23
2011-09-23Recast encrypted challenge as linked built-insGreg Hudson1-3/+4
2011-09-21If the client offers the alg agility KDF, use itSam Hartman1-0/+2
2011-09-04Reindent per krb5-batch-reindent.el.Ken Raeburn1-1/+1
2011-06-17Convert preauth_plugin.h to new plugin frameworkGreg Hudson1-335/+247
2011-06-10Mark up strings for translationGreg Hudson1-5/+5
2011-03-09Adjust most C source files to match the new standards for copyrightGreg Hudson1-7/+3
2011-03-02Remove some declarations from kdc_preauth.c which are no longer neededGreg Hudson1-9/+0
2010-11-01krb5_get_error_message cannot return NULL, and returns "Success" onGreg Hudson1-6/+4
2010-10-19securID code fixesSam Hartman1-0/+1
2010-10-01Add an error to be returned by a preauth mechanism indicating that the KDC sh...Sam Hartman1-0/+1
2010-10-01Remove support for the old pa-sam-challenge and pa-sam-responseSam Hartman1-725/+0
2010-09-15kdb: store mkey list in context and permit NULL mkey for kdb_dbe_decrypt_key_...Sam Hartman1-59/+6
2010-07-06Remove count parameters from get_principal, put_principal,Greg Hudson1-10/+7