Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Documentation and API cleanup. | Stef Walter | 2011-03-31 | 16 | -6310/+0 |
| | | | | | | * Rename source directory * More consistent with return values from URI functions. * Allow formatting URI to take a uri type. | ||||
* | WIP | Stef Walter | 2011-03-31 | 2 | -0/+162 |
| | |||||
* | 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 | 4 | -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 Walter | 2011-02-21 | 2 | -1/+26 |
| | |||||
* | 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 | 7 | -13/+1089 |
| | |||||
* | Add p11_kit_strerror() method and internationalization. | Stef Walter | 2011-02-18 | 4 | -5/+249 |
| | |||||
* | 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 | 2 | -5/+22 |
| | |||||
* | Only allow colon between name and value. | Stef Walter | 2011-02-17 | 1 | -2/+2 |
| | |||||
* | Configuration tests. | Stef Walter | 2011-01-30 | 3 | -17/+22 |
| | |||||
* | Add testing and start testing hash table functionality. | Stef Walter | 2011-01-26 | 3 | -4/+32 |
| | |||||
* | Reinitialize modules after fork(). | Stef Walter | 2011-01-24 | 3 | -4/+66 |
| | |||||
* | Initial implementation with new config system. | Stef Walter | 2011-01-24 | 9 | -936/+1556 |
| | |||||
* | Rename to p11-kit. | Stef Walter | 2011-01-24 | 3 | -174/+174 |
| | | | | 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 | 2 | -53/+310 |
| | |||||
* | Initial implementation of p11-unity | Stef Walter | 2011-01-21 | 5 | -0/+3476 |