summaryrefslogtreecommitdiff
path: root/tests/files
Commit message (Collapse)AuthorAgeFilesLines
* Move debug and library code into the common/ subdirectoryStef Walter2013-01-0923-141/+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.
* Don't rely on loading order for duplicate modulesStef Walter2012-07-263-2/+6
| | | | | | | | * 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 correct shared library extension on windowsStef Walter2012-07-265-0/+18
| | | | | | | | * The windows shared libraries have the .dll extension * This means we also need separate directories for the test module configs on win32 https://bugzilla.gnome.org/show_bug.cgi?id=44740
* Use '.module' extension on module configsStef Walter2012-07-246-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 bytesStef Walter2012-06-291-0/+53
| | | | * p11_kit_pin_file_callback() only returns pins up to 4096 bytes now
* Add tests for enable-in and disable-inStef Walter2012-04-023-2/+9
|
* Build some test modules for testing main p11-kit functionalityStef Walter2012-04-024-3/+6
| | | | * And put together a test for duplicate modules
* Add P11KitPin structure, which encapsulates a returned pin.Stef Walter2011-07-061-0/+1
| | | | | * Lets us use variable size buffers. * Helps minimize copying.
* Complete testing of global config files and directories.Stef Walter2011-06-0911-0/+47
|
* Only allow colon between name and value.Stef Walter2011-02-171-2/+2
|
* Configuration tests.Stef Walter2011-01-301-0/+6