Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Store last failure message per thread. | Stef Walter | 2011-06-09 | 1 | -12/+34 |
| | | | | * Add p11_kit_message() function to get last message. | ||||
* | Refactor configuration | Stef Walter | 2011-06-08 | 1 | -305/+61 |
| | | | | | * Move configuration loading into conf.c * Have user modules with same name merge/override modules in system. | ||||
* | Ignore files without a 'module' value. | Stef Walter | 2011-06-08 | 1 | -7/+4 |
| | | | | * Just skip loading these. | ||||
* | Fix more memory errors and leaks in module code. | Stef Walter | 2011-06-07 | 1 | -4/+12 |
| | |||||
* | Set the return value properly in p11_kit_load_initialize_module() | Stef Walter | 2011-05-30 | 1 | -0/+3 |
| | |||||
* | Add p11_kit_load_initialize_module() function. | Stef Walter | 2011-05-27 | 1 | -24/+143 |
| | | | | | * This function will load a module from a file path, and then initialize it. | ||||
* | Rename module arguments from 'funcs' to 'module' | Stef Walter | 2011-05-27 | 1 | -122/+122 |
| | |||||
* | Change around installation of headers, pkg-config, and file names | Stef Walter | 2011-05-27 | 1 | -0/+1195 |
* Install headers to ${prefix}/include/p11-kit-1/p11-kit/ * This solves problems with other projects that have their own pkcs11.h files. * Change the pkg-config file name to p11-kit-1.pc * Change the source file names. |