summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Make kdcpreauth verify respond via callbackGreg Hudson2011-10-034-63/+76
* Update dependenciesEzra Peisach2011-09-261-5/+25
* Move static function prototypes from header to individual file so headerEzra Peisach2011-09-262-132/+133
* Remove variables set but not usedEzra Peisach2011-09-263-7/+2
* Remove the correct execuatble and object file on make cleanEzra Peisach2011-09-261-1/+1
* Recast encrypted challenge as linked built-insGreg Hudson2011-09-234-458/+0
* fix pkinit warningsSam Hartman2011-09-212-7/+7
* Fix typo in pkinit_kdf_test error messageSam Hartman2011-09-211-1/+1
* Add newlines to end of status messagesSam Hartman2011-09-211-2/+2
* If the client offers the alg agility KDF, use itSam Hartman2011-09-215-15/+152
* Reordered pkinit_server_return_padata(), so that the alg-agilitySam Hartman2011-09-211-8/+20
* Fix Openssl 1.0 function capitalization in pkinitSam Hartman2011-09-201-2/+2
* Make pkinit_kdf_test.c compileGreg Hudson2011-09-191-1/+1
* Formatting fixesGreg Hudson2011-09-197-44/+37
* reindentSam Hartman2011-09-193-71/+71
* Remove the ticket from the pkinit-alg-agility KDF function, to matchSam Hartman2011-09-193-47/+28
* Implement encoding and decoding for supportedKDFs and kdfIDSam Hartman2011-09-191-1/+3
* * Extend auth_packSam Hartman2011-09-191-0/+9
* Refactor to use oid instead of algorithm_id in KDF interfaceSam Hartman2011-09-193-12/+16
* pkinit_crypto_openssl: fix signed vs unsigned comparisonSam Hartman2011-09-191-0/+1
* implementation of new function and test program for pkinit agility.Sam Hartman2011-09-195-3/+475
* In pkinit_crypto_openssl.c, modified pkinit_octetstring2key() toSam Hartman2011-09-191-4/+4
* pkinit: client: Use SignedData for anonymousSam Hartman2011-09-193-207/+234
* Fix pkinit warningsSam Hartman2011-09-193-5/+5
* Support pkinit: SignedData with no signers (KDC)Sam Hartman2011-09-192-187/+209
* Initialize some more variablesKen Raeburn2011-09-051-1/+1
* Fix "may be used uninitialized" warnings in db2 code, even though allKen Raeburn2011-09-056-9/+11
* Silence various "may be used uninitialized" warnings from GCC causedKen Raeburn2011-09-051-1/+1
* Change output type of pkinit_init_kdc_req_context so as not to requireKen Raeburn2011-09-051-3/+3
* Reindent per krb5-batch-reindent.el.Ken Raeburn2011-09-045-59/+61
* Get rid of variables triggering gcc's "defined but not used"Ken Raeburn2011-09-043-12/+0
* Clean up some ldap #define'sZhanna Tsitkov2011-08-105-11/+7
* Define KRB5_TL_DB_ARGS unconditionally in kdb.hGreg Hudson2011-07-261-3/+0
* make dependEzra Peisach2011-07-011-20/+26
* Get static linking working again, mostlyGreg Hudson2011-06-282-4/+2
* Fix multiple libkdb_ldap memory leaksGreg Hudson2011-06-234-43/+40
* Use AI_ADDRCONFIG for more efficient getaddrinfoGreg Hudson2011-06-231-0/+1
* Convert preauth_plugin.h to new plugin frameworkGreg Hudson2011-06-1711-328/+389
* Add setlocale() calls to main functionsGreg Hudson2011-06-101-0/+1
* Mark up strings for translationGreg Hudson2011-06-1021-431/+541
* only reset greeting if provided attribute is urn:greet:greetingLuke Howard2011-04-011-0/+3
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-0956-159/+75
* Make dependGreg Hudson2011-02-255-155/+123
* KDC denial of service attacks [MITKRB5-SA-2011-002 CVE-2011-0281 CVE-2011-028...Tom Yu2011-02-094-17/+30
* When building PKINIT against OpenSSL 1.0 or later, use the CMS APIs forGreg Hudson2011-01-261-46/+93
* Fix edge case in LDAP last_admin_unlock processingGreg Hudson2011-01-211-0/+1
* Eliminate some unused variable warningsGreg Hudson2010-12-201-1/+0
* 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-2822-22/+22
* After a failed kdb5_util load, make a subsequent load operation workGreg Hudson2010-11-062-631/+483