Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add the log-calls module config option | Stef Walter | 2013-05-21 | 1 | -0/+19 |
| | | | | | If 'log-calls = yes' is set then all the PKCS#11 modules are logged to stderr. | ||||
* | p11-kit: Managed PKCS#11 module loading | Stef Walter | 2013-05-21 | 1 | -0/+24 |
| | | | | | | | | | Support a new managed style module loading for PKCS#11 modules. This allows us to better coordinate between multiple callers of the same PKCS#11 modules and provide hooks into their behavior. This meant redoing the public facing API. The old methods are now deprecated, marked and documented as such. | ||||
* | manual: Use a consistent docbook version | Stef Walter | 2013-04-04 | 1 | -2/+2 |
| | |||||
* | p11-kit: New priority option and change trust-policy option | Stef Walter | 2013-03-15 | 1 | -5/+15 |
| | | | | | | | | | | | | | | * Sort loaded modules appropriately using the 'priority' option. This allows us to have a predictable order for callers, when callers iterate through modules. * Modules default to having an 'priority' option of '0'. * If modules have the same order value, then sort by name. * The above assumes the role of ordering trust-policy sources. * Change the trust-policy option to a boolean * Some of this code will be rearranged when the managed branch is merged. https://bugs.freedesktop.org/show_bug.cgi?id=61978 | ||||
* | doc: Move manual into doc/manual subdirectory | Stef Walter | 2013-03-12 | 1 | -0/+207 |