Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reimplement and remove apache licensed bits of code. | Stef Walter | 2011-07-27 | 1 | -32/+32 |
| | | | | | | | | | | * Reimplement the various bits of the hash table that were still based on the apache apr code. Use different algorithms for hashing, lookup and other stuff. * Use this as an opportunity to cleanup that code and make it more legible. https://bugzilla.redhat.com/show_bug.cgi?id=725905 | ||||
* | Complete testing of global config files and directories. | Stef Walter | 2011-06-09 | 1 | -0/+262 |
| | |||||
* | Store last failure message per thread. | Stef Walter | 2011-06-09 | 1 | -7/+6 |
| | | | | * Add p11_kit_message() function to get last message. | ||||
* | Refactor configuration | Stef Walter | 2011-06-08 | 1 | -9/+31 |
| | | | | | * Move configuration loading into conf.c * Have user modules with same name merge/override modules in system. | ||||
* | Free string output of conf-test | Stef Walter | 2011-06-07 | 1 | -0/+1 |
| | |||||
* | Configuration tests. | Stef Walter | 2011-01-30 | 1 | -0/+121 |