summaryrefslogtreecommitdiffstats
path: root/src/plugins/preauth
Commit message (Expand)AuthorAgeFilesLines
...
* Make plugins/cksum_body more likely to build, and remove the empty srcGreg Hudson2010-02-191-2/+2
* Other changes in this ticket guarantee that the padata argument toSam Hartman2010-01-041-1/+1
* NetBSD 5.0.1 uses an OpenSSL snapshot that describes itself as 0.9.9,Ken Raeburn2009-12-311-1/+1
* Remove an inoperable error check in return_pkinit_kxGreg Hudson2009-12-291-2/+0
* Whitespace fixes for new anonymous supportGreg Hudson2009-12-285-68/+90
* Anonymous support for KerberosSam Hartman2009-12-287-194/+358
* Mark and reindent the pkinit plugin code, except for the header filesGreg Hudson2009-11-258-4813/+4815
* Mark and reindent plugins, except for pkinit, which needs a littleGreg Hudson2009-11-244-553/+544
* Consolidate Makefile variables now that we have only a single globalGreg Hudson2009-11-228-58/+51
* make mark-cstyleTom Yu2009-10-3110-120/+118
* Bump the accessor version number since we made changes.Greg Hudson2009-10-281-2/+2
* not try to free random stack garbage on errorEzra Peisach2009-10-251-0/+2
* Move destest to builtin/des, because it depends on overriding someTom Yu2009-10-101-3/+4
* In anticipation of a new version of OpenSSL 1.0.0, support renamed API: EVP_P...Zhanna Tsitkov2009-10-081-1/+5
* Re-run make depend without autoconf.h in the source treeGreg Hudson2009-09-161-4/+8
* Minor code cleanups in pkinit plugin, mostly around malloc/freeGreg Hudson2009-08-187-262/+166
* Check for null characters in pkinit cert fieldsGreg Hudson2009-08-101-0/+7
* Narrow the contract of pkinit_client_profile by passing in the realmGreg Hudson2009-08-101-13/+14
* In pkinit_clnt.c, make private functions static. There and inGreg Hudson2009-08-102-118/+10
* Convert all uses of strtok() in libraries to strtok_r() for threadGreg Hudson2009-08-101-5/+5
* Remove pkinit_identity_process_option, which wasn't doing anythingGreg Hudson2009-08-102-84/+19
* Restore limited support for static linkingGreg Hudson2009-06-084-4/+12
* Temporarily disable FAST PKINIT for 1.7 releaseGreg Hudson2009-05-252-0/+35
* Uninitialized variable may cause unpredictable behavior in kdc_verify_preauthZhanna Tsitkov2009-04-301-238/+239
* Merge fast branch at 22166 onto trunkSam Hartman2009-04-031-2/+1
* make dependSam Hartman2009-03-312-30/+25
* Implement FAST from draft-ietf-krb-wg-preauth-frameworkSam Hartman2009-03-315-0/+505
* Revert r21880 which included k5-int.h in several pkinit source files.Greg Hudson2009-03-244-3/+20
* make dependSam Hartman2009-03-161-10/+29
* Include k5-int.h in several pkinit source files, in order to defineGreg Hudson2009-02-043-1/+3
* Use macros for config parametersZhanna Tsitkov2009-02-044-28/+28
* Add some output parameter initializations n order to eliminate someGreg Hudson2009-01-231-0/+3
* Oops. Don't include openssl install paths from my local machine.Ken Raeburn2009-01-051-19/+3
* 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