summaryrefslogtreecommitdiff
path: root/p11-kit/tests/files/system-modules/one.module
Commit message (Collapse)AuthorAgeFilesLines
* Don't load configs from user directory when setuidStef Walter2013-07-181-1/+2
| | | | | | | 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
* p11-kit: Add P11_KIT_MODULE_TRUSTED flagStef Walter2013-07-041-1/+2
| | | | | A new flag to pass to p11_kit_modules_load() and related functions which limits loaded modules to ones with "trust-policy: yes".
* Move debug and library code into the common/ subdirectoryStef Walter2013-01-091-0/+3
Start using p11_ as our internal prefix rather than _p11_. We explicitly export p11_kit_ so this is fine as far as visibility. Move the threading, mutex, and module compat, dict, and array code into the common directory too. Take this opportunity to clean up a bit of internal API as well, since so many lines are being touched internally.