summaryrefslogtreecommitdiffstats
path: root/src/plugins/preauth/cksum_body
Commit message (Expand)AuthorAgeFilesLines
* Simplify and fix kdcpreauth request_body callbackGreg Hudson2011-11-141-12/+1
* Hide gak_fct interface and arguments in clpreauthGreg Hudson2011-10-151-38/+6
* Make kdcpreauth edata method respond via callbackGreg Hudson2011-10-151-6/+16
* Use type-safe callbacks in preauth interfaceGreg Hudson2011-10-061-40/+23
* Remove edata code in sample preauth pluginsGreg Hudson2011-10-051-29/+2
* Use an opaque handle in the kdcpreauth callbackGreg Hudson2011-10-051-19/+10
* Make kdcpreauth verify respond via callbackGreg Hudson2011-10-031-19/+27
* Convert preauth_plugin.h to new plugin frameworkGreg Hudson2011-06-172-63/+81
* Use for loops for recursion in the Windows build, cutting down on theGreg Hudson2010-11-281-1/+1
* Move array decl from mixed within code down into the block where it'sKen Raeburn2010-02-201-8/+11
* Make plugins/cksum_body more likely to build, and remove the empty srcGreg Hudson2010-02-191-2/+2
* Mark and reindent plugins, except for pkinit, which needs a littleGreg Hudson2009-11-241-235/+236
* Consolidate Makefile variables now that we have only a single globalGreg Hudson2009-11-222-4/+2
* make mark-cstyleTom Yu2009-10-311-1/+1
* move generated dependencies out of Makefile.inKen Raeburn2009-01-052-9/+7
* Convert many uses of sprintf to snprintf or asprintfGreg Hudson2008-12-011-2/+3
* Add PKINIT supportKevin Coffman2007-08-011-15/+125
* Configure cksum_body and wpse in top-level configure script. (Still don't bu...Ken Raeburn2007-05-313-17/+11
* Remove traces of enable_shared, enable_static, enable_profiled, andKen Raeburn2007-03-251-2/+0
* Remove separate KRB5_BUILD_LIBRARY_WITH_DEPS macro, just use KRB5_BUILD_LIBRARYKen Raeburn2007-03-251-1/+1
* get_init_creds_opt extensibilityTom Yu2007-01-301-1/+38
* allow server preauth plugin verify_padata function to return e-dataKevin Coffman2006-11-131-1/+28
* Add "get_data" function to the client preauth plugin interfaceKevin Coffman2006-11-091-0/+2
* Modify the preath plugin interface so that a plugin's context isKevin Coffman2006-11-012-24/+23
* Patch to split client plugin from server pluginSam Hartman2006-10-132-3/+8
* Preauthentication Plugin FrameworkSam Hartman2006-10-034-0/+546