summaryrefslogtreecommitdiff
path: root/p11-kit
Commit message (Expand)AuthorAgeFilesLines
* Mark p11_kit_message() as a stable functionStef Walter2013-05-211-2/+2
* Fix building of applications using CRYPTOKI_GNU styleStef Walter2013-05-211-1/+3
* Bump the version for deprecated function documentationStef Walter2013-05-211-9/+9
* Fix up Makefile.am files for automake 1.13 warningsStef Walter2013-05-212-2/+2
* Our own unit testing frameworkStef Walter2013-05-2114-1729/+1572
* Further reorganization of the core module trackingStef Walter2013-05-211-188/+161
* Add the log-calls module config optionStef Walter2013-05-217-16/+2234
* Manage C_CloseAllSessions function for multiple callersStef Walter2013-05-213-7/+268
* Update the proxy module to use managed PKCS#11 modulesStef Walter2013-05-218-256/+1410
* p11-kit: Managed PKCS#11 module loadingStef Walter2013-05-2118-364/+4355
* Use libffi to implement mixins for managed codeStef Walter2013-05-165-1/+3228
* Implement valgrind's hellgrind checks for threading problemsStef Walter2013-05-151-1/+1
* More compatible path munging and handling codeStef Walter2013-04-032-91/+7
* Separate library init from message codeStef Walter2013-04-0312-25/+29
* Don't use library locks from p11-kit toolStef Walter2013-04-031-0/+4
* Fix build with automake 1.13Stef Walter2013-04-031-1/+1
* Fix memory leaks reported by 'make leakcheck'Stef Walter2013-03-205-5/+7
* Add a bit of infrastructure for running valgrindStef Walter2013-03-201-1/+2
* Do not export (de)constructorAndreas Metzler2013-03-191-4/+4
* url: Split out the URL encoding and decoding functionsStef Walter2013-03-151-108/+12
* lexer: Make a lexer for our config file formatStef Walter2013-03-151-92/+39
* p11-kit: New priority option and change trust-policy optionStef Walter2013-03-1511-3/+101
* trust: Rework input path treatmentStef Walter2013-03-151-3/+0
* iter: Don't skip tokens that don't have CKF_TOKEN_INITIALIZEDStef Walter2013-03-082-37/+0
* Remove duplicate typedefStef Walter2013-03-041-2/+2
* Fix syntax errors in OS_WIN32 ifdefsStef Walter2013-03-032-3/+3
* Open files in binary mode on windowsStef Walter2013-03-032-2/+2
* Use putenv() instead of setenv()Stef Walter2013-03-037-7/+7
* Rename p11_module_xxx() compat functions to p11_dl_xxx()Stef Walter2013-03-031-5/+10
* Only do shared object and DLL initialization in librariesStef Walter2013-02-201-0/+54
* Respect destdir when creating package module config directoryAndreas Metzler2013-02-121-1/+1
* Fix various clang analyzer warningsStef Walter2013-02-063-3/+3
* Add public iterator API to p11-kitStef Walter2013-02-057-2/+2078
* Allow internal use of token and module info matchingStef Walter2013-02-052-20/+41
* Add basic trust moduleStef Walter2013-02-053-37/+4
* Add a /usr/share/p11-kit/modules directory for package module configsStef Walter2013-02-058-10/+26
* Add p11_kit_be_loud() function for use in tests and toolsStef Walter2013-02-052-0/+16
* Add more mock-module implementationStef Walter2013-02-045-1243/+14
* Add generic buffer codeStef Walter2013-02-041-56/+37
* Use the stdbool.h C99 bool typeStef Walter2013-01-238-124/+186
* Set strict debug preconditions during testingStef Walter2013-01-096-0/+6
* Add common functions for manipulating CK_ATTRIBUTE arraysStef Walter2013-01-092-153/+60
* Move the pkcs11.h header files into common directoryStef Walter2013-01-092-1374/+42
* Build common code into noinst librariesStef Walter2013-01-092-28/+14
* Move debug and library code into the common/ subdirectoryStef Walter2013-01-0949-1852/+4586
* 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
* Fix documentation warnings.Stef Walter2013-01-071-3/+6
* Guarantee that the key is freed when replacedStef Walter2013-01-072-2/+11