summaryrefslogtreecommitdiff
path: root/p11-kit
Commit message (Expand)AuthorAgeFilesLines
* Fix p11_kit_space_strlen() result when empty stringStef Walter2013-07-183-3/+63
* Don't call memdup with zero length or NULL pointerStef Walter2013-07-181-1/+1
* Avoid using the non-thread-safe strerror() functionStef Walter2013-07-181-4/+2
* Declare static variables const where it makes senseStef Walter2013-07-182-4/+4
* Support expanding $XDG_CONFIG_HOME in user config pathsStef Walter2013-07-181-1/+1
* Don't load configs from user directory when setuidStef Walter2013-07-186-2/+144
* Fix various issues highlighted by coverity scannerStef Walter2013-07-183-6/+15
* open files with O_CLOEXEC when possibleStef Walter2013-07-182-76/+27
* iter: Document guarantees for filter matches argumetStef Walter2013-07-181-0/+4
* Remove erroneous comments about readdir() and thread-safetyStef Walter2013-07-171-1/+0
* Build with -fno-common to catch definition problemsStef Walter2013-07-101-2/+2
* Various documentation tweaks and fixes for warningsStef Walter2013-07-101-0/+8
* trust: Fix the 'p11-kit extract' commandStef Walter2013-07-092-2/+21
* p11-kit: Add P11_KIT_MODULE_TRUSTED flagStef Walter2013-07-045-19/+86
* iter: Add iteration mode where session is not busyStef Walter2013-07-033-45/+132
* Fix dependency between p11-kit command and libraryStef Walter2013-06-251-1/+1
* Reorganize various componentsStef Walter2013-06-253-0/+415
* url: Encode directly to a bufferStef Walter2013-05-271-13/+19
* 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