summaryrefslogtreecommitdiffstats
path: root/src/include/krb5/preauth_plugin.h
Commit message (Expand)AuthorAgeFilesLines
* Separate clpreauth and kdcpreauth interfacesGreg Hudson2012-12-191-597/+29
* Add loop() kdcpreauth methodNathaniel McCallum2012-10-231-1/+12
* Fix verto_ctx declaration in preauth_plugin.hGreg Hudson2012-10-231-1/+1
* Add "pa_config_data" configuration to ccachesNalin Dahyabhai2012-10-171-0/+16
* Add responder support to get_as_key()Nathaniel McCallum2012-10-121-0/+3
* Add responder feature for initial cred exchangesNathaniel McCallum2012-09-111-1/+36
* Allow preauth mechs to work with clock skewGreg Hudson2012-04-171-0/+18
* Clean up client-side preauth error data handlingGreg Hudson2011-11-211-5/+10
* Improve documentation in preauth_plugin.hGreg Hudson2011-11-191-6/+15
* Make verto context available to kdcpreauth modulesGreg Hudson2011-11-151-0/+5
* Simplify and fix kdcpreauth request_body callbackGreg Hudson2011-11-141-8/+5
* Hide gak_fct interface and arguments in clpreauthGreg Hudson2011-10-151-25/+14
* Make kdcpreauth edata method respond via callbackGreg Hudson2011-10-151-10/+20
* Documentation pass over preauth_plugin.hGreg Hudson2011-10-121-38/+37
* Add get_string, free_string kdcpreauth callbacksGreg Hudson2011-10-061-0/+10
* Use type-safe callbacks in preauth interfaceGreg Hudson2011-10-061-77/+61
* Use an opaque handle in the kdcpreauth callbackGreg Hudson2011-10-051-16/+16
* Create e_data as pa_data in KDC interfacesGreg Hudson2011-10-041-6/+20
* Make kdcpreauth verify respond via callbackGreg Hudson2011-10-031-4/+9
* Cosmetic fixes to preauth_plugin.h from Linus NordbergGreg Hudson2011-06-221-2/+2
* Convert preauth_plugin.h to new plugin frameworkGreg Hudson2011-06-171-370/+346
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-091-4/+2
* No comma at end of enumerator listKen Raeburn2009-12-311-2/+2
* Reindent include directory, reformatting prototypes as necessary.Greg Hudson2009-11-141-111/+110
* make mark-cstyleTom Yu2009-10-311-1/+1
* Implement FAST from draft-ietf-krb-wg-preauth-frameworkSam Hartman2009-03-311-5/+24
* Add PKINIT supportKevin Coffman2007-08-011-128/+263
* get_init_creds_opt extensibilityTom Yu2007-01-301-1/+47
* fix warning in preauth_plugin.h headerKen Raeburn2006-11-161-1/+1
* allow server preauth plugin verify_padata function to return e-dataKevin Coffman2006-11-131-1/+2
* Add "get_data" function to the client preauth plugin interfaceKevin Coffman2006-11-091-0/+22
* Modify the preath plugin interface so that a plugin's context isKevin Coffman2006-11-011-21/+35
* * preauth_plugin.h: Don't use an enum in a public apiSam Hartman2006-10-131-1/+1
* Patch to split client plugin from server pluginSam Hartman2006-10-131-73/+85
* drop comma at end of enum listKen Raeburn2006-10-071-1/+1
* Preauthentication Plugin FrameworkSam Hartman2006-10-031-0/+277