summaryrefslogtreecommitdiff
path: root/module
Commit message (Collapse)AuthorAgeFilesLines
* Documentation and API cleanup.Stef Walter2011-03-3116-6310/+0
| | | | | | * Rename source directory * More consistent with return values from URI functions. * Allow formatting URI to take a uri type.
* WIPStef Walter2011-03-312-0/+162
|
* 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-314-103/+104
| | | | | | 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.
* Add uri function for listing which attribute types are present.Stef Walter2011-02-212-1/+26
|
* Fix bug where we try to dlclose() modules we didn't load.Stef Walter2011-02-211-1/+2
|
* Reference implementation of PKCS#11 URIsStef Walter2011-02-197-13/+1089
|
* Add p11_kit_strerror() method and internationalization.Stef Walter2011-02-184-5/+249
|
* 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.
* Add a proper pkg-config file.Stef Walter2011-02-172-5/+22
|
* Only allow colon between name and value.Stef Walter2011-02-171-2/+2
|
* Configuration tests.Stef Walter2011-01-303-17/+22
|
* Add testing and start testing hash table functionality.Stef Walter2011-01-263-4/+32
|
* Reinitialize modules after fork().Stef Walter2011-01-243-4/+66
|
* Initial implementation with new config system.Stef Walter2011-01-249-936/+1556
|
* Rename to p11-kit.Stef Walter2011-01-243-174/+174
| | | | A less pretentios, better description of what's going on.
* Rework public library API so that we can initialize arbitraryStef Walter2011-01-222-271/+502
| | | | modules.
* Rough idea of possible library functions.Stef Walter2011-01-222-53/+310
|
* Initial implementation of p11-unityStef Walter2011-01-215-0/+3476