Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't rely on loading order for duplicate modules | Stef Walter | 2012-07-26 | 1 | -3/+3 |
| | | | | | | | | * We had relied on module 'two' loading before 'two-duplicate' in the conf tests. However this isn't always the case, and the name of the module can end up as 'two-duplicate' https://bugzilla.gnome.org/show_bug.cgi?id=44740 | ||||
* | Use '.module' extension on module configs | Stef Walter | 2012-07-24 | 1 | -2/+2 |
| | | | | | | | | | | | | | * 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 | ||||
* | Add tests for enable-in and disable-in | Stef Walter | 2012-04-02 | 1 | -11/+145 |
| | |||||
* | Build some test modules for testing main p11-kit functionality | Stef Walter | 2012-04-02 | 1 | -0/+111 |
* And put together a test for duplicate modules |