summaryrefslogtreecommitdiff
path: root/p11-kit
Commit message (Expand)AuthorAgeFilesLines
* Add p11-kit style typedefs for iter and uriStef Walter2013-08-282-0/+2
* iter: Add a p11_kit_iter_destroy_object() functionStef Walter2013-08-283-0/+59
* iter: Add p11_kit_iter_set_uri() functionStef Walter2013-08-283-7/+65
* iter: Add p11_kit_iter_get_token() callStef Walter2013-08-283-4/+55
* iter: Add new P11_KIT_ITER_WANT_WRITABLE iterator behaviorStef Walter2013-08-283-28/+16
* p11-kit: Rename list.c to lists.c to simplify debuggingStef Walter2013-08-282-1/+1
* Avoid multiple stat() calls for same fileStef Walter2013-08-283-23/+21
* Fix various memory leaks exposed by 'make leakcheck'Stef Walter2013-07-231-0/+2
* Use simple serial automake test harnessStef Walter2013-07-233-1/+3
* Add appropriate const qualifiersStef Walter2013-07-181-1/+1
* 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