aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/preauth
AgeCommit message (Expand)AuthorFilesLines
2009-01-23Add some output parameter initializations n order to eliminate someGreg Hudson1-0/+3
2009-01-05Oops. Don't include openssl install paths from my local machine.Ken Raeburn1-19/+3
2009-01-05move generated dependencies out of Makefile.inKen Raeburn6-77/+87
2008-12-02make dependSam Hartman1-15/+23
2008-12-01Convert many uses of sprintf to snprintf or asprintfGreg Hudson3-5/+7
2008-11-05Convert many uses of strcpy/strcat (and sometimes sprintf) to acceptedGreg Hudson1-6/+9
2008-10-20Use strdup in place of malloc/strcpy in many placesGreg Hudson1-6/+2
2008-05-19Use $(DL_LIB) instead of explicit -ldlKen Raeburn1-1/+1
2007-11-04Include k5-platform.hKen Raeburn1-0/+2
2007-10-30Include k5-platform.hKen Raeburn1-0/+2
2007-10-23delete unused configure.inTom Yu1-19/+0
2007-10-22Set close-on-exec flag in most places where file descriptors areKen Raeburn2-0/+3
2007-08-06Remove these files that were not intended to be moved onto the trunkKevin Coffman2-281/+0
2007-08-01Add PKINIT supportKevin Coffman20-28/+14264
2007-05-31Configure cksum_body and wpse in top-level configure script. (Still don't bu...Ken Raeburn6-34/+22
2007-03-25Remove traces of enable_shared, enable_static, enable_profiled, andKen Raeburn2-4/+0
2007-03-25Remove separate KRB5_BUILD_LIBRARY_WITH_DEPS macro, just use KRB5_BUILD_LIBRARYKen Raeburn2-2/+2
2007-01-30get_init_creds_opt extensibilityTom Yu2-1/+55
2006-11-13allow server preauth plugin verify_padata function to return e-dataKevin Coffman2-2/+46
2006-11-09Add "get_data" function to the client preauth plugin interfaceKevin Coffman2-0/+4
2006-11-01Modify the preath plugin interface so that a plugin's context isKevin Coffman4-66/+98
2006-10-13Patch to split client plugin from server pluginSam Hartman4-6/+16
2006-10-03Preauthentication Plugin FrameworkSam Hartman8-0/+940