aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/preauth/cksum_body
AgeCommit message (Expand)AuthorFilesLines
2016-07-28Use single-colon rules in makefilesGreg Hudson1-2/+2
2013-05-16Reduce boilerplate in makefilesGreg Hudson1-14/+0
2012-12-19Separate clpreauth and kdcpreauth interfacesGreg Hudson1-2/+3
2011-11-14Simplify and fix kdcpreauth request_body callbackGreg Hudson1-12/+1
2011-10-15Hide gak_fct interface and arguments in clpreauthGreg Hudson1-38/+6
2011-10-15Make kdcpreauth edata method respond via callbackGreg Hudson1-6/+16
2011-10-06Use type-safe callbacks in preauth interfaceGreg Hudson1-40/+23
2011-10-05Remove edata code in sample preauth pluginsGreg Hudson1-29/+2
2011-10-05Use an opaque handle in the kdcpreauth callbackGreg Hudson1-19/+10
2011-10-03Make kdcpreauth verify respond via callbackGreg Hudson1-19/+27
2011-06-17Convert preauth_plugin.h to new plugin frameworkGreg Hudson2-63/+81
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-19Make plugins/cksum_body more likely to build, and remove the empty srcGreg Hudson1-2/+2
2009-11-24Mark and reindent plugins, except for pkinit, which needs a littleGreg Hudson1-235/+236
2009-11-22Consolidate Makefile variables now that we have only a single globalGreg Hudson2-4/+2
2009-10-31make mark-cstyleTom Yu1-1/+1
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-15/+125
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-1/+38
2006-11-13allow server preauth plugin verify_padata function to return e-dataKevin Coffman1-1/+28
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-24/+23
2006-10-13Patch to split client plugin from server pluginSam Hartman2-3/+8
2006-10-03Preauthentication Plugin FrameworkSam Hartman4-0/+546