summaryrefslogtreecommitdiff
path: root/module/p11-kit-lib.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix for previous commit.Stef Walter2011-03-311-2/+2
| | | | Actually use the alloc_module_unlocked() function.
* Custom initialization and finalization arguments cannot be supported.Stef Walter2011-03-311-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 Walter2011-02-211-1/+2
|
* Add p11_kit_strerror() method and internationalization.Stef Walter2011-02-181-2/+2
|
* Properly read user-config setting.Stef Walter2011-02-171-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 Walter2011-01-301-4/+4
|
* Reinitialize modules after fork().Stef Walter2011-01-241-4/+47
|
* Initial implementation with new config system.Stef Walter2011-01-241-0/+810