summaryrefslogtreecommitdiff
path: root/doc/manual/p11-kit-sharing.xml
Commit message (Collapse)AuthorAgeFilesLines
* manual: Fix typos in documentationLudovic Rousseau2015-10-191-2/+2
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=92520
* p11-kit: Remove the 'isolated' option for nowStef Walter2014-10-011-2/+3
| | | | | | This option was not completed in time, and as implemented suffers from limitations that the module is not really completely isolated as it still runs under the same user id as the calling process.
* doc: Fix missing tag in p11-kit-sharing.xmlStef Walter2014-08-111-0/+1
|
* p11-kit: Add a new 'isolate' pkcs11 config optionStef Walter2014-07-081-0/+4
| | | | | | | This sets 'remote' appropriately to run the module in a separate process. https://bugs.freedesktop.org/show_bug.cgi?id=80472
* Add the log-calls module config optionStef Walter2013-05-211-0/+5
| | | | | If 'log-calls = yes' is set then all the PKCS#11 modules are logged to stderr.
* Manage C_CloseAllSessions function for multiple callersStef Walter2013-05-211-0/+6
| | | | | | Make C_CloseAllSessions work for different callers. Track the sessions that each caller opens and close just those when C_CloseAllSessiosn is called.
* p11-kit: Managed PKCS#11 module loadingStef Walter2013-05-211-47/+47
| | | | | | | | | 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 versionStef Walter2013-04-041-2/+3
|
* doc: Move manual into doc/manual subdirectoryStef Walter2013-03-121-0/+92