Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add enable-in and disable-in options to module config | Stef Walter | 2012-04-01 | 1 | -0/+2 |
| | | | | | | | | * These can be used to load certain modules in certain programs, or prevent loading in others. * Useful for a key manager like seahorse, so we can load extra modules (think NSS) that other modules shouldn't load. | ||||
* | Store last failure message per thread. | Stef Walter | 2011-06-09 | 1 | -0/+8 |
| | | | | * Add p11_kit_message() function to get last message. | ||||
* | Add p11_kit_space_strdup() function, and rename p11_kit_space_strlen() | Stef Walter | 2011-06-07 | 1 | -0/+6 |
| | | | | * Print out module info in p11-kit tool. | ||||
* | Remove unstable API markers. | Stef Walter | 2011-06-07 | 1 | -9/+0 |
| | |||||
* | Allow use with CRYPTOKI_GNU style use of PKCS#11 | Stef Walter | 2011-05-30 | 1 | -1/+10 |
| | |||||
* | Add p11_kit_load_initialize_module() function. | Stef Walter | 2011-05-27 | 1 | -0/+3 |
| | | | | | * 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 | -4/+4 |
| | |||||
* | Change around installation of headers, pkg-config, and file names | Stef Walter | 2011-05-27 | 1 | -1/+1 |
| | | | | | | | | * 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. | ||||
* | Fix up copyright lines. | Stef Walter | 2011-04-01 | 1 | -1/+1 |
| | |||||
* | Add C++ header guards, and require API instability acknowledgement. | Stef Walter | 2011-03-31 | 1 | -0/+17 |
| | |||||
* | Documentation and API cleanup. | Stef Walter | 2011-03-31 | 1 | -0/+59 |
* Rename source directory * More consistent with return values from URI functions. * Allow formatting URI to take a uri type. |