| Commit message (Expand) | Author | Age | Files | Lines |
* | makefile: Rename DATADIR to not conflict with Win32 define | Michael Cronenworth | 2014-10-05 | 1 | -1/+1 |
* | trust: More appropriate rv when non-modifiable object deleted | Stef Walter | 2013-09-05 | 1 | -1/+1 |
* | Declare static variables const where it makes sense | Stef Walter | 2013-07-18 | 1 | -2/+2 |
* | trust: Support token directory paths in user's home directory | Stef Walter | 2013-07-08 | 1 | -0/+1 |
* | trust: Initial support for writing out token objects | Stef Walter | 2013-07-03 | 1 | -5/+13 |
* | trust: Implement reloading of token data | Stef Walter | 2013-07-03 | 1 | -1/+4 |
* | trust: Writable module PKCS#11 token functions | Stef Walter | 2013-06-17 | 1 | -21/+67 |
* | trust: Correctly reflect the CK_TOKEN_INFO writability flags | Stef Walter | 2013-06-14 | 1 | -1/+4 |
* | Merge branch 'stable' | Stef Walter | 2013-06-05 | 1 | -5/+25 |
|\ |
|
| * | trust: Fix crash when C_Initialize args are NULL | Stef Walter | 2013-06-05 | 1 | -1/+4 |
| * | trust: Fix reinitialization of trust module | Stef Walter | 2013-06-05 | 1 | -4/+21 |
* | | Pull the argv parsing code into its own file | Stef Walter | 2013-05-21 | 1 | -74/+4 |
|/ |
|
* | trust: Fix logic for matching invalid NSS serial numbers | Stef Walter | 2013-04-03 | 1 | -47/+73 |
* | More compatible path munging and handling code | Stef Walter | 2013-04-03 | 1 | -2/+3 |
* | Separate library init from message code | Stef Walter | 2013-04-03 | 1 | -0/+1 |
* | Don't complain when applications call C_Logout or C_Login | Stef Walter | 2013-03-28 | 1 | -2/+30 |
* | Fix memory leaks reported by 'make leakcheck' | Stef Walter | 2013-03-20 | 1 | -2/+3 |
* | trust: Use descriptive labels for tokens | Stef Walter | 2013-03-19 | 1 | -13/+50 |
* | trust: Don't use POSIX or GNU basename() | Stef Walter | 2013-03-19 | 1 | -2/+3 |
* | trust: Provide better debugging of trust module functions | Stef Walter | 2013-03-18 | 1 | -5/+15 |
* | trust: Handle incorrectly encoded CKA_SERIAL_NUMBER lookups | Stef Walter | 2013-03-18 | 1 | -0/+47 |
* | trust: Refactor to include concept of the index | Stef Walter | 2013-03-15 | 1 | -50/+61 |
* | trust: Make each configured path its own token | Stef Walter | 2013-03-15 | 1 | -53/+149 |
* | trust: Rework input path treatment | Stef Walter | 2013-03-15 | 1 | -14/+7 |
* | Fix syntax errors in OS_WIN32 ifdefs | Stef Walter | 2013-03-03 | 1 | -2/+4 |
* | Only do shared object and DLL initialization in libraries | Stef Walter | 2013-02-20 | 1 | -0/+55 |
* | Add basic trust module | Stef Walter | 2013-02-05 | 1 | -0/+1517 |