summaryrefslogtreecommitdiff
path: root/trust/module.c
Commit message (Expand)AuthorAgeFilesLines
* Pull the argv parsing code into its own fileStef Walter2013-05-211-74/+4
* trust: Fix logic for matching invalid NSS serial numbersStef Walter2013-04-031-47/+73
* More compatible path munging and handling codeStef Walter2013-04-031-2/+3
* Separate library init from message codeStef Walter2013-04-031-0/+1
* Don't complain when applications call C_Logout or C_LoginStef Walter2013-03-281-2/+30
* Fix memory leaks reported by 'make leakcheck'Stef Walter2013-03-201-2/+3
* trust: Use descriptive labels for tokensStef Walter2013-03-191-13/+50
* trust: Don't use POSIX or GNU basename()Stef Walter2013-03-191-2/+3
* trust: Provide better debugging of trust module functionsStef Walter2013-03-181-5/+15
* trust: Handle incorrectly encoded CKA_SERIAL_NUMBER lookupsStef Walter2013-03-181-0/+47
* trust: Refactor to include concept of the indexStef Walter2013-03-151-50/+61
* trust: Make each configured path its own tokenStef Walter2013-03-151-53/+149
* trust: Rework input path treatmentStef Walter2013-03-151-14/+7
* Fix syntax errors in OS_WIN32 ifdefsStef Walter2013-03-031-2/+4
* Only do shared object and DLL initialization in librariesStef Walter2013-02-201-0/+55
* Add basic trust moduleStef Walter2013-02-051-0/+1517