Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | common: Add support for multiple field names (ie: nicks) per constant | Stef Walter | 2014-09-10 | 1 | -1/+1 |
| | | | | | | This allows us to have old/new names for a given constant. https://bugs.freedesktop.org/show_bug.cgi?id=83495 | ||||
* | Add the log-calls module config option | Stef Walter | 2013-05-21 | 1 | -0/+8 |
| | | | | | If 'log-calls = yes' is set then all the PKCS#11 modules are logged to stderr. | ||||
* | attrs: Add info functions for constant names and values | Stef Walter | 2013-03-15 | 1 | -0/+74 |
* For retrieving the name and/or nick of constants * The nick is what we'll use in the file format https://bugs.freedesktop.org/show_bug.cgi?id=62329 |