summaryrefslogtreecommitdiff
path: root/common/constants.h
Commit message (Collapse)AuthorAgeFilesLines
* MOVED TO: https://github.com/p11-glue/p11-kitHEADmasterStef Walter2016-11-291-82/+0
| | | | | | | | | This repository has moved to GitHub to allow further contributions and more flexibility who can merge changes. More details here: https://lists.freedesktop.org/archives/p11-glue/2016-November/000626.html
* common: Add support for multiple field names (ie: nicks) per constantStef Walter2014-09-101-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 optionStef Walter2013-05-211-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 valuesStef Walter2013-03-151-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