summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix mostly erroneous scanner warnings in testsStef Walter2014-08-0811-2/+22
* trust: Fix leak in token loading error pathStef Walter2014-08-081-0/+1
* trust: Fix unlikely use of uninitialized memory in token loadingStef Walter2014-08-081-3/+3
* trust: Fix leak in trust list commandStef Walter2014-08-081-0/+1
* trust: Fix use after free and double free in extract commandStef Walter2014-08-081-7/+4
* trust: Remove dead while condition in anchor commondStef Walter2014-08-081-1/+1
* 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
* configure.ac: Add subdir-objects to satisfy newer automakesStef Walter2014-08-081-1/+1
* trust: Fix use of invalid memory in PEM parserStef Walter2014-08-081-3/+1
* trust: Parse TRUSTED CERTIFICATE openssl format even without CertAuxStef Walter2014-08-083-13/+151
* common: Allow specifying which tests to run on command lineStef Walter2014-08-081-1/+33
* Release version 0.21.10.21.1Stef Walter2014-08-072-1/+7
* po: Add new translations: ocStef Walter2014-08-073-1/+344
* common: Don't do repeated linear reallocation of array memoryStef Walter2014-08-071-1/+4
* 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-083-12/+44
* p11-kit: Cleanup and add documentation for 'remote' optionStef Walter2014-07-084-28/+59
* p11-kit: Add 'p11-kit remote' command for isolating modulesStef Walter2014-07-087-58/+161
* 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
* test: Move some file and directory code into general test stuffStef Walter2014-07-085-129/+119
* Add compatibility fdwalk() functionStef Walter2014-07-083-0/+83
* rpc: Implement PKCS#11 messages/client/server codeStef Walter2014-07-0814-2/+6163
* Fix typo: supress - > suppressAndreas Metzler2014-07-074-4/+4
* Release version 0.20.30.20.3Stef Walter2014-07-042-1/+11
* 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-042-6/+6
* p11-kit: Handle managed modules correctly when forkingStef Walter2014-07-042-5/+56
* common: Fixed implementation of strerror_r for WinXPPavel A2014-07-011-0/+15
* 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
* configure: Require automake 1.12 or laterStef Walter2014-06-201-1/+1
* Proposed fix for compiler warnings in common/compat.cPavel A2014-06-201-19/+23
* 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
* Fix handling of mmap failure and mapping empty filesPascal Terjan2014-02-132-2/+26
* Support running autogen.sh from srcdir != builddirStef Walter2014-01-291-2/+6
* Don't use 'aux' directory nameStef Walter2014-01-292-1/+1
* Release version 0.20.20.20.2Stef Walter2014-01-142-1/+8
* distcheck: Build with optimizations so we get proper warningsStef Walter2014-01-141-1/+3
* test-iter: Fix use of uninitialized variableStef Walter2014-01-141-0/+1
* trust: Add installcheck target for testing extractStef Walter2014-01-144-0/+198
* Build in srcdir != builddir fashion by defaultStef Walter2014-01-148-19/+17
* Move gtk-doc.make into build directoryStef Walter2014-01-142-1/+1
* enumerate: Preload and respect blacklist across all tokensStef Walter2014-01-133-52/+186
* attrs: Allow NULL attribute to be passed to p11_attr_hash()Stef Walter2014-01-132-5/+10
* enumerate: Use p11_enumerate_ready() from testsStef Walter2014-01-132-13/+23