summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add basic trust moduleStef Walter2013-02-0560-47/+6580
* Add basic checksum algorithmsStef Walter2013-02-056-2/+766
* Remove the unused err() function and friendsStef Walter2013-02-052-187/+0
* Tweak style of the manualStef Walter2013-02-054-7/+27
* Add documentation about contributing to p11-kitStef Walter2013-02-056-83/+241
* Add a p11-kit tool manual pageStef Walter2013-02-055-35/+130
* Change the documentation configure arg to --enable-docStef Walter2013-02-052-19/+24
* Add a /usr/share/p11-kit/modules directory for package module configsStef Walter2013-02-0510-12/+31
* Make the p11-kit tool have distinct commandsStef Walter2013-02-054-42/+459
* Add p11_kit_be_loud() function for use in tests and toolsStef Walter2013-02-053-0/+17
* Add internal function for turning on messagesStef Walter2013-02-052-0/+10
* Add more mock-module implementationStef Walter2013-02-049-1243/+3835
* Further tweaks and cleanup for functions dealing with PKCS#11 attributesStef Walter2013-02-043-70/+910
* Add generic buffer codeStef Walter2013-02-046-56/+515
* Use the stdbool.h C99 bool typeStef Walter2013-01-2320-234/+311
* Only initialize p11-kit libraries onceStef Walter2013-01-092-6/+14
* Set strict debug preconditions during testingStef Walter2013-01-097-0/+10
* Add common functions for manipulating CK_ATTRIBUTE arraysStef Walter2013-01-098-154/+977
* Move the pkcs11.h header files into common directoryStef Walter2013-01-095-1374/+1577
* Build common code into noinst librariesStef Walter2013-01-095-43/+37
* Move debug and library code into the common/ subdirectoryStef Walter2013-01-0970-1651/+1746
* Fix leak when initializing the proxy modulePankaj Sharma2013-01-091-0/+2
* Documentation fixes for PIN functionsStef Walter2013-01-091-6/+6
* Fix file descriptor leak in p11_kit_pin_file_callback()Pankaj Sharma2013-01-091-0/+2
* Distribute HACKING in the tarballStef Walter2013-01-081-1/+3
* Fix documentation warnings.Stef Walter2013-01-073-5/+9
* Guarantee that the key is freed when replacedStef Walter2013-01-073-35/+102
* Don't complain if we cannot access ~/.pkcs11/pkcs11.confStef Walter2012-11-142-9/+34
* Refuse to load the p11-kit-proxy.so as a registered moduleStef Walter2012-09-183-9/+13
* Don't fail initialization if last initialized module failsStef Walter2012-09-181-4/+6
* Release version 0.14Stef Walter2012-09-062-1/+9
* Change the default of 'user-config' to merge.Stef Walter2012-09-063-5/+5
* configure.ac: Fix bogus comma, and fix up spacingAntoine Jacoutot2012-08-231-5/+5
* Use AC_LANG_PROGRAM to detect program_invocation_short_name functionalityAntoine Jacoutot2012-08-211-2/+7
* Fix build on solarisRob McMahon2012-07-312-1/+7
* Always encode the "id" attribute in URIsDan Winship2012-07-282-11/+15
* Initialize mutexes correctly in mock moduleStef Walter2012-07-262-1/+6
* Fix warning on windowsStef Walter2012-07-261-1/+1
* Don't rely on loading order for duplicate modulesStef Walter2012-07-265-6/+15
* Use Windows thread ids instead of handles for comparisonsStef Walter2012-07-262-6/+11
* Use correct shared library extension on windowsStef Walter2012-07-268-1/+37
* Use '.module' extension on module configsStef Walter2012-07-2410-20/+82
* Fix compiler warning about uninitialized variableStef Walter2012-07-241-1/+1
* Don't use strict aliasing during compilationStef Walter2012-07-241-1/+2
* Fix getprogname() running under wineStef Walter2012-07-171-2/+5
* Use EFBIG as the error code when pin file is too largeStef Walter2012-07-172-2/+2
* Don't define duplicate symbolsStef Walter2012-07-171-1/+1
* Release version 0.13Stef Walter2012-07-162-1/+15
* Don't allow reading of pin files larger than 4096 bytesStef Walter2012-06-293-7/+91
* Win32 build fixesStef Walter2012-06-294-30/+10