summaryrefslogtreecommitdiffstats
path: root/src/plugins/preauth
Commit message (Expand)AuthorAgeFilesLines
...
* move generated dependencies out of Makefile.inKen Raeburn2009-01-056-77/+87
* make dependSam Hartman2008-12-021-15/+23
* Convert many uses of sprintf to snprintf or asprintfGreg Hudson2008-12-013-5/+7
* Convert many uses of strcpy/strcat (and sometimes sprintf) to acceptedGreg Hudson2008-11-051-6/+9
* Use strdup in place of malloc/strcpy in many placesGreg Hudson2008-10-201-6/+2
* Use $(DL_LIB) instead of explicit -ldlKen Raeburn2008-05-191-1/+1
* Include k5-platform.hKen Raeburn2007-11-041-0/+2
* Include k5-platform.hKen Raeburn2007-10-301-0/+2
* delete unused configure.inTom Yu2007-10-231-19/+0
* Set close-on-exec flag in most places where file descriptors areKen Raeburn2007-10-222-0/+3
* Remove these files that were not intended to be moved onto the trunkKevin Coffman2007-08-062-281/+0
* Add PKINIT supportKevin Coffman2007-08-0120-28/+14264
* Configure cksum_body and wpse in top-level configure script. (Still don't bu...Ken Raeburn2007-05-316-34/+22
* Remove traces of enable_shared, enable_static, enable_profiled, andKen Raeburn2007-03-252-4/+0
* Remove separate KRB5_BUILD_LIBRARY_WITH_DEPS macro, just use KRB5_BUILD_LIBRARYKen Raeburn2007-03-252-2/+2
* get_init_creds_opt extensibilityTom Yu2007-01-302-1/+55
* allow server preauth plugin verify_padata function to return e-dataKevin Coffman2006-11-132-2/+46
* Add "get_data" function to the client preauth plugin interfaceKevin Coffman2006-11-092-0/+4
* Modify the preath plugin interface so that a plugin's context isKevin Coffman2006-11-014-66/+98
* Patch to split client plugin from server pluginSam Hartman2006-10-134-6/+16
* Preauthentication Plugin FrameworkSam Hartman2006-10-038-0/+940