summaryrefslogtreecommitdiff
path: root/p11-kit
Commit message (Expand)AuthorAgeFilesLines
* p11-kit: Remove use after free in debug output code pathStef Walter2014-08-081-1/+1
* Quiten down scanner warnings about unused variablesStef Walter2014-08-081-4/+1
* Fix mostly erroneous scanner warnings in testsStef Walter2014-08-082-1/+8
* p11-kit: Fix integer overflow in memset() argumentStef Walter2014-08-081-1/+1
* p11-kit: Fix bad check of asprintf() return valueStef Walter2014-08-081-1/+1
* p11-kit: Tweak last commit, handle the not-forked caseStef Walter2014-08-071-1/+4
* p11-kit: Don't complain about C_Finalize called in wrong processStef Walter2014-08-071-6/+13
* p11-kit: Add a new 'isolate' pkcs11 config optionStef Walter2014-07-081-12/+32
* p11-kit: Cleanup and add documentation for 'remote' optionStef Walter2014-07-082-28/+31
* p11-kit: Add 'p11-kit remote' command for isolating modulesStef Walter2014-07-086-58/+160
* rpc: Implement execution of another tool to transport PKCS#11 RPCStef Walter2014-07-089-44/+1600
* mock: Minor testing tweaks to mock testingStef Walter2014-07-081-2/+2
* modules: Make config file and module configs overridable by testsStef Walter2014-07-082-4/+18
* rpc: Implement PKCS#11 messages/client/server codeStef Walter2014-07-089-2/+6149
* Fix typo: supress - > suppressAndreas Metzler2014-07-071-1/+1
* Added test for non-null values in empty ID and label URI partsNikos Mavrogiannopoulos2014-07-041-0/+66
* p11-kit: Mark p11_kit_be_quiet() and p11_kit_be_loud() stableStef Walter2014-07-041-4/+4
* p11-kit: Handle managed modules correctly when forkingStef Walter2014-07-042-5/+56
* p11-kit: Fix corrupted list when initialization of modules failStef Walter2014-06-251-0/+2
* Don't try to symlink p11-proxy.so on windowsMilan Crha2014-06-201-5/+5
* proxy: Fix cases where modules are unloaded while in useStef Walter2014-02-131-22/+31
* proxy: Remove assertions when module is not initializedStef Walter2014-02-131-2/+0
* test-iter: Fix use of uninitialized variableStef Walter2014-01-141-0/+1
* iter: Fix return value in rare memory allocation caseStef Walter2014-01-131-1/+1
* iter: Add p11_kit_iter_get_attributes() functionStef Walter2014-01-133-0/+106
* Disable tests with setgid binaries when running in fakerootAndreas Metzler2013-10-011-1/+4
* Remove unused make variablesStef Walter2013-09-091-1/+0
* messages: Better message for CKR_FUNCTION_REJECTEDStef Walter2013-09-051-1/+1
* Route 'p11-kit extract-trust' over to trust toolStef Walter2013-08-291-28/+30
* 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