Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix bug where we try to dlclose() modules we didn't load. | Stef Walter | 2011-02-21 | 1 | -1/+2 |
| | |||||
* | Reference implementation of PKCS#11 URIs | Stef Walter | 2011-02-19 | 10 | -14/+2146 |
| | |||||
* | Add p11_kit_strerror() method and internationalization. | Stef Walter | 2011-02-18 | 19 | -6/+2523 |
| | |||||
* | 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. | ||||
* | Add a proper pkg-config file. | Stef Walter | 2011-02-17 | 4 | -16/+38 |
| | |||||
* | Only allow colon between name and value. | Stef Walter | 2011-02-17 | 2 | -4/+4 |
| | |||||
* | Configuration tests. | Stef Walter | 2011-01-30 | 7 | -22/+158 |
| | |||||
* | Add testing and start testing hash table functionality. | Stef Walter | 2011-01-26 | 12 | -5/+1191 |
| | |||||
* | Reinitialize modules after fork(). | Stef Walter | 2011-01-24 | 3 | -4/+66 |
| | |||||
* | Initial implementation with new config system. | Stef Walter | 2011-01-24 | 10 | -937/+1558 |
| | |||||
* | Rename to p11-kit. | Stef Walter | 2011-01-24 | 5 | -177/+177 |
| | | | | A less pretentios, better description of what's going on. | ||||
* | Rework public library API so that we can initialize arbitrary | Stef Walter | 2011-01-22 | 2 | -271/+502 |
| | | | | modules. | ||||
* | Rough idea of possible library functions. | Stef Walter | 2011-01-22 | 3 | -54/+314 |
| | |||||
* | Initial implementation of p11-unity | Stef Walter | 2011-01-21 | 14 | -0/+3718 |