summaryrefslogtreecommitdiffstats
path: root/src/plugins/preauth
Commit message (Expand)AuthorAgeFilesLines
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-095-17/+15
* Make dependGreg Hudson2011-02-252-13/+11
* When building PKINIT against OpenSSL 1.0 or later, use the CMS APIs forGreg Hudson2011-01-261-46/+93
* SA-2010-007 Checksum vulnerabilities (CVE-2010-1324 and others)Greg Hudson2010-11-301-10/+1
* Use for loops for recursion in the Windows build, cutting down on theGreg Hudson2010-11-285-5/+5
* WhitespaceGreg Hudson2010-10-243-68/+57
* SecurID build supportSam Hartman2010-10-192-2/+19
* securID error handling fixSam Hartman2010-10-192-29/+29
* securID code fixesSam Hartman2010-10-193-18/+35
* Add additional NRL copyrightSam Hartman2010-10-051-0/+13
* Copyright statements, whitespace, and other code formattingGreg Hudson2010-10-023-666/+772
* Add empty src/plugins/preauth/securid_sam2/deps to allow build to work againTom Yu2010-10-011-0/+0
* Initial securid2 support.Sam Hartman2010-10-015-0/+1005
* In the PKINIT OpenSSL crypto code, use a signed int to hold the resultGreg Hudson2010-09-151-3/+3
* In the PKINIT OpenSSL code, ensure that appropriate cerficiate fieldsGreg Hudson2010-09-151-0/+2
* Use correct CRL stack macros in pkinit OpenSSL code. Patch from OlafGreg Hudson2010-09-151-3/+3
* Make dependGreg Hudson2010-09-082-8/+10
* X509_verify_cert can return without setting cert_ctx.current_cert. IfGreg Hudson2010-09-081-2/+5
* In PKINIT, notice if DH_compute_key() returns a value less than theGreg Hudson2010-06-141-2/+18
* Adjust the PKINIT DH debugging code:Greg Hudson2010-06-141-7/+8
* make dependGreg Hudson2010-06-072-13/+14
* Straighten the if-ladder in encrypted challenge's process_preauth,Greg Hudson2010-03-251-7/+6
* Move array decl from mixed within code down into the block where it'sKen Raeburn2010-02-201-8/+11
* Update export list for 2007 plugin interface changeKen Raeburn2010-02-201-2/+2
* Move array decl from mixed within code down into the block where it'sKen Raeburn2010-02-201-8/+11
* 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