summaryrefslogtreecommitdiff
path: root/trust/module.c
Commit message (Expand)AuthorAgeFilesLines
* MOVED TO: https://github.com/p11-glue/p11-kitHEADmasterStef Walter2016-11-291-1837/+0
* makefile: Rename DATADIR to not conflict with Win32 defineMichael Cronenworth2014-10-051-1/+1
* trust: More appropriate rv when non-modifiable object deletedStef Walter2013-09-051-1/+1
* Declare static variables const where it makes senseStef Walter2013-07-181-2/+2
* trust: Support token directory paths in user's home directoryStef Walter2013-07-081-0/+1
* trust: Initial support for writing out token objectsStef Walter2013-07-031-5/+13
* trust: Implement reloading of token dataStef Walter2013-07-031-1/+4
* trust: Writable module PKCS#11 token functionsStef Walter2013-06-171-21/+67
* trust: Correctly reflect the CK_TOKEN_INFO writability flagsStef Walter2013-06-141-1/+4
* Merge branch 'stable'Stef Walter2013-06-051-5/+25
|\
| * trust: Fix crash when C_Initialize args are NULLStef Walter2013-06-051-1/+4
| * trust: Fix reinitialization of trust moduleStef Walter2013-06-051-4/+21
* | 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