Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move debug and library code into the common/ subdirectory | Stef Walter | 2013-01-09 | 1 | -110/+0 |
| | | | | | | | | | | | 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. | ||||
* | Add enable-in and disable-in options to module config | Stef Walter | 2012-04-01 | 1 | -0/+110 |
* These can be used to load certain modules in certain programs, or prevent loading in others. * Useful for a key manager like seahorse, so we can load extra modules (think NSS) that other modules shouldn't load. |