summaryrefslogtreecommitdiff
path: root/trust/token.c
Commit message (Expand)AuthorAgeFilesLines
* MOVED TO: https://github.com/p11-glue/p11-kitHEADmasterStef Walter2016-11-291-909/+0
* trust: Fix leak in token loading error pathStef Walter2014-08-081-0/+1
* trust: Fix unlikely use of uninitialized memory in token loadingStef Walter2014-08-081-3/+3
* trust: Add support for removing trust token objectsStef Walter2013-08-291-1/+86
* trust: Do reload object removals inside a loading blockStef Walter2013-08-291-0/+4
* trust: Add index callback for when an object is removedStef Walter2013-08-291-0/+1
* trust: Prefer parsing the persist format to PEMStef Walter2013-08-281-2/+2
* trust: Correctly rewrite other objects in a modifiable persist fileStef Walter2013-08-281-1/+1
* Avoid multiple stat() calls for same fileStef Walter2013-08-281-1/+1
* Don't use _GNU_SOURCE and fix strerror_r usageStef Walter2013-07-231-1/+1
* Fix various memory leaks exposed by 'make leakcheck'Stef Walter2013-07-231-2/+8
* Use simple serial automake test harnessStef Walter2013-07-231-2/+1
* Avoid using the non-thread-safe strerror() functionStef Walter2013-07-181-12/+7
* Fixes for some recent win32 regressionsStef Walter2013-07-181-1/+9
* Remove erroneous comments about readdir() and thread-safetyStef Walter2013-07-171-1/+0
* trust: Fix various issues writing objects in trust tokenStef Walter2013-07-081-49/+117
* trust: Support token directory paths in user's home directoryStef Walter2013-07-081-1/+1
* trust: Explicitly specify which formats parser should parseStef Walter2013-07-081-0/+2
* trust: Initial support for writing out token objectsStef Walter2013-07-031-21/+197
* trust: If token path is a file, don't try loading subdirectoriesStef Walter2013-07-031-8/+15
* trust: Rename p11_index_batch() to p11_index_load()Stef Walter2013-07-031-2/+2
* trust: Implement reloading of token dataStef Walter2013-07-031-68/+263
* trust: Correctly reflect the CK_TOKEN_INFO writability flagsStef Walter2013-06-141-0/+47
* More compatible path munging and handling codeStef Walter2013-04-031-1/+2
* Separate library init from message codeStef Walter2013-04-031-1/+1
* trust: Predictable behavior with duplicate certificates in tokenStef Walter2013-03-201-15/+4
* trust: Use descriptive labels for tokensStef Walter2013-03-191-2/+20
* trust: Remove the temporary built in distrust objectsStef Walter2013-03-191-148/+0
* trust: Add a builder which builds objects out of parsed dataStef Walter2013-03-151-5/+16
* trust: Refactor to include concept of the indexStef Walter2013-03-151-20/+12
* trust: Make each configured path its own tokenStef Walter2013-03-151-41/+23
* trust: Rework input path treatmentStef Walter2013-03-151-26/+52
* trust: Use the new NSS PKCS#11 extension codesStef Walter2013-03-081-3/+3
* Hard code distrust temporarily.Stef Walter2013-03-081-1/+149
* trust: Refactor how we load builtin objectsStef Walter2013-03-081-11/+13
* Some debug info about which files are being loadedStef Walter2013-02-051-2/+15
* Add the builtin roots NSS specific objectStef Walter2013-02-051-1/+27
* Add basic trust moduleStef Walter2013-02-051-0/+256