Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use '.module' extension on module configs | Stef Walter | 2012-07-24 | 6 | -5/+7 |
| | | | | | | | | | | | | | * And want alphanumeric/_.- filenames * Currently this is just a warning, soon it will be enforced * The name of a module does not include the extension Andreas Metzler and Ubuntu both worked on this patch, and I've made some more changes. See https://bugs.launchpad.net/ubuntu/+source/p11-kit/+bug/911436 https://bugs.freedesktop.org/show_bug.cgi?id=52158 | ||||
* | Don't allow reading of pin files larger than 4096 bytes | Stef Walter | 2012-06-29 | 1 | -0/+53 |
| | | | | * p11_kit_pin_file_callback() only returns pins up to 4096 bytes now | ||||
* | Add tests for enable-in and disable-in | Stef Walter | 2012-04-02 | 3 | -2/+9 |
| | |||||
* | Build some test modules for testing main p11-kit functionality | Stef Walter | 2012-04-02 | 4 | -3/+6 |
| | | | | * And put together a test for duplicate modules | ||||
* | Add P11KitPin structure, which encapsulates a returned pin. | Stef Walter | 2011-07-06 | 1 | -0/+1 |
| | | | | | * Lets us use variable size buffers. * Helps minimize copying. | ||||
* | Complete testing of global config files and directories. | Stef Walter | 2011-06-09 | 11 | -0/+47 |
| | |||||
* | Only allow colon between name and value. | Stef Walter | 2011-02-17 | 1 | -2/+2 |
| | |||||
* | Configuration tests. | Stef Walter | 2011-01-30 | 1 | -0/+6 |