summaryrefslogtreecommitdiff
path: root/doc/manual/pkcs11.conf.xml
Commit message (Collapse)AuthorAgeFilesLines
* modules: Add option to control module visibility from proxyDaiki Ueno2018-04-061-0/+2
| | | | | | This enables to control whether a module will be loaded from the proxy module. The configuration reuses the "enable-in" and "disable-in" options, with a special literal "p11-kit-proxy" as the value.
* doc: Replace links to freedesktop.org to github pagesDaiki Ueno2018-02-261-1/+1
|
* Fix typo in pkcs11.confStef Walter2016-08-091-1/+1
| | | | Pointed out by David Woodhouse
* manual: Fix typos in documentationLudovic Rousseau2015-10-191-4/+4
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=92520
* p11-kit: Remove the 'isolated' option for nowStef Walter2014-10-011-9/+2
| | | | | | 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.
* p11-kit: Add a new 'isolate' pkcs11 config optionStef Walter2014-07-081-0/+8
| | | | | | | This sets 'remote' appropriately to run the module in a separate process. https://bugs.freedesktop.org/show_bug.cgi?id=80472
* p11-kit: Cleanup and add documentation for 'remote' optionStef Walter2014-07-081-0/+13
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=54105
* doc: Add identifiers to doc sections so gtk-doc doesn't autogen themStef Walter2013-07-181-3/+3
|
* Support expanding $XDG_CONFIG_HOME in user config pathsStef Walter2013-07-181-5/+9
| | | | | | | | | | If ~/.config is specified as a prefix to a configured path, then it is expanded to the $XDG_CONFIG_HOME if that exists Add --with-user-config ./configure option to configure a different user config directory. Interpolate the right directories into documentation.
* Don't load configs from user directory when setuidStef Walter2013-07-181-0/+3
| | | | | | | When running as setuid() or setgid() don't access the user's home directory, or use $HOME environment variables. https://bugzilla.redhat.com/show_bug.cgi?id=985014
* Add the log-calls module config optionStef Walter2013-05-211-0/+19
| | | | | If 'log-calls = yes' is set then all the PKCS#11 modules are logged to stderr.
* p11-kit: Managed PKCS#11 module loadingStef Walter2013-05-211-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 versionStef Walter2013-04-041-2/+2
|
* p11-kit: New priority option and change trust-policy optionStef Walter2013-03-151-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 subdirectoryStef Walter2013-03-121-0/+207