summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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-1910-14/+2146
|
* Add p11_kit_strerror() method and internationalization.Stef Walter2011-02-1819-6/+2523
|
* 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-174-16/+38
|
* Only allow colon between name and value.Stef Walter2011-02-172-4/+4
|
* Configuration tests.Stef Walter2011-01-307-22/+158
|
* Add testing and start testing hash table functionality.Stef Walter2011-01-2612-5/+1191
|
* Reinitialize modules after fork().Stef Walter2011-01-243-4/+66
|
* Initial implementation with new config system.Stef Walter2011-01-2410-937/+1558
|
* Rename to p11-kit.Stef Walter2011-01-245-177/+177
| | | | 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-223-54/+314
|
* Initial implementation of p11-unityStef Walter2011-01-2114-0/+3718