Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix for previous commit. | Stef Walter | 2011-03-31 | 1 | -2/+2 |
| | | | | Actually use the alloc_module_unlocked() function. | ||||
* | Custom initialization and finalization arguments cannot be supported. | Stef Walter | 2011-03-31 | 1 | -95/+98 |
| | | | | | | When multiple consumers are using a PKCS#11 module, initialization (and finalization) arguments cannot be supported. The first one calling would win out, and the others would get unexpected behavior. | ||||
* | Fix bug where we try to dlclose() modules we didn't load. | Stef Walter | 2011-02-21 | 1 | -1/+2 |
| | |||||
* | Add p11_kit_strerror() method and internationalization. | Stef Walter | 2011-02-18 | 1 | -2/+2 |
| | |||||
* | Properly read user-config setting. | Stef Walter | 2011-02-17 | 1 | -41/+146 |
| | | | | | | * Unless the system 'user-config' setting is 'none' we allow the user to override or merge all settings, including the 'user-config' setting. | ||||
* | Configuration tests. | Stef Walter | 2011-01-30 | 1 | -4/+4 |
| | |||||
* | Reinitialize modules after fork(). | Stef Walter | 2011-01-24 | 1 | -4/+47 |
| | |||||
* | Initial implementation with new config system. | Stef Walter | 2011-01-24 | 1 | -0/+810 |