aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/preauth/wpse
AgeCommit message (Expand)AuthorFilesLines
2016-07-28Use single-colon rules in makefilesGreg Hudson1-2/+2
2013-05-16Reduce boilerplate in makefilesGreg Hudson1-15/+1
2011-10-15Hide gak_fct interface and arguments in clpreauthGreg Hudson1-5/+1
2011-10-15Make kdcpreauth edata method respond via callbackGreg Hudson1-6/+5
2011-10-06Use type-safe callbacks in preauth interfaceGreg Hudson1-4/+4
2011-10-05Remove edata code in sample preauth pluginsGreg Hudson1-15/+1
2011-10-05Use an opaque handle in the kdcpreauth callbackGreg Hudson1-8/+6
2011-10-03Make kdcpreauth verify respond via callbackGreg Hudson1-14/+20
2011-06-17Convert preauth_plugin.h to new plugin frameworkGreg Hudson2-61/+79
2010-11-28Use for loops for recursion in the Windows build, cutting down on theGreg Hudson1-1/+1
2010-02-20Move array decl from mixed within code down into the block where it'sKen Raeburn1-8/+11
2010-02-20Update export list for 2007 plugin interface changeKen Raeburn1-2/+2
2009-11-24Mark and reindent plugins, except for pkinit, which needs a littleGreg Hudson1-142/+143
2009-11-22Consolidate Makefile variables now that we have only a single globalGreg Hudson2-4/+2
2009-01-05move generated dependencies out of Makefile.inKen Raeburn2-9/+7
2008-12-01Convert many uses of sprintf to snprintf or asprintfGreg Hudson1-2/+3
2007-08-01Add PKINIT supportKevin Coffman1-13/+74
2007-05-31Configure cksum_body and wpse in top-level configure script. (Still don't bu...Ken Raeburn3-17/+11
2007-03-25Remove traces of enable_shared, enable_static, enable_profiled, andKen Raeburn1-2/+0
2007-03-25Remove separate KRB5_BUILD_LIBRARY_WITH_DEPS macro, just use KRB5_BUILD_LIBRARYKen Raeburn1-1/+1
2007-01-30get_init_creds_opt extensibilityTom Yu1-0/+17
2006-11-13allow server preauth plugin verify_padata function to return e-dataKevin Coffman1-1/+18
2006-11-09Add "get_data" function to the client preauth plugin interfaceKevin Coffman1-0/+2
2006-11-01Modify the preath plugin interface so that a plugin's context isKevin Coffman2-42/+75
2006-10-13Patch to split client plugin from server pluginSam Hartman2-3/+8
2006-10-03Preauthentication Plugin FrameworkSam Hartman4-0/+394