| Commit message (Expand) | Author | Age | Files | Lines |
* | p11-kit: Tweak last commit, handle the not-forked case | Stef Walter | 2014-08-07 | 1 | -1/+4 |
* | p11-kit: Don't complain about C_Finalize called in wrong process | Stef Walter | 2014-08-07 | 1 | -6/+13 |
* | p11-kit: Add a new 'isolate' pkcs11 config option | Stef Walter | 2014-07-08 | 1 | -12/+32 |
* | p11-kit: Cleanup and add documentation for 'remote' option | Stef Walter | 2014-07-08 | 2 | -28/+31 |
* | p11-kit: Add 'p11-kit remote' command for isolating modules | Stef Walter | 2014-07-08 | 6 | -58/+160 |
* | rpc: Implement execution of another tool to transport PKCS#11 RPC | Stef Walter | 2014-07-08 | 9 | -44/+1600 |
* | mock: Minor testing tweaks to mock testing | Stef Walter | 2014-07-08 | 1 | -2/+2 |
* | modules: Make config file and module configs overridable by tests | Stef Walter | 2014-07-08 | 2 | -4/+18 |
* | rpc: Implement PKCS#11 messages/client/server code | Stef Walter | 2014-07-08 | 9 | -2/+6149 |
* | Fix typo: supress - > suppress | Andreas Metzler | 2014-07-07 | 1 | -1/+1 |
* | Added test for non-null values in empty ID and label URI parts | Nikos Mavrogiannopoulos | 2014-07-04 | 1 | -0/+66 |
* | p11-kit: Mark p11_kit_be_quiet() and p11_kit_be_loud() stable | Stef Walter | 2014-07-04 | 1 | -4/+4 |
* | p11-kit: Handle managed modules correctly when forking | Stef Walter | 2014-07-04 | 2 | -5/+56 |
* | p11-kit: Fix corrupted list when initialization of modules fail | Stef Walter | 2014-06-25 | 1 | -0/+2 |
* | Don't try to symlink p11-proxy.so on windows | Milan Crha | 2014-06-20 | 1 | -5/+5 |
* | proxy: Fix cases where modules are unloaded while in use | Stef Walter | 2014-02-13 | 1 | -22/+31 |
* | proxy: Remove assertions when module is not initialized | Stef Walter | 2014-02-13 | 1 | -2/+0 |
* | test-iter: Fix use of uninitialized variable | Stef Walter | 2014-01-14 | 1 | -0/+1 |
* | iter: Fix return value in rare memory allocation case | Stef Walter | 2014-01-13 | 1 | -1/+1 |
* | iter: Add p11_kit_iter_get_attributes() function | Stef Walter | 2014-01-13 | 3 | -0/+106 |
* | Disable tests with setgid binaries when running in fakeroot | Andreas Metzler | 2013-10-01 | 1 | -1/+4 |
* | Remove unused make variables | Stef Walter | 2013-09-09 | 1 | -1/+0 |
* | messages: Better message for CKR_FUNCTION_REJECTED | Stef Walter | 2013-09-05 | 1 | -1/+1 |
* | Route 'p11-kit extract-trust' over to trust tool | Stef Walter | 2013-08-29 | 1 | -28/+30 |
* | Add p11-kit style typedefs for iter and uri | Stef Walter | 2013-08-28 | 2 | -0/+2 |
* | iter: Add a p11_kit_iter_destroy_object() function | Stef Walter | 2013-08-28 | 3 | -0/+59 |
* | iter: Add p11_kit_iter_set_uri() function | Stef Walter | 2013-08-28 | 3 | -7/+65 |
* | iter: Add p11_kit_iter_get_token() call | Stef Walter | 2013-08-28 | 3 | -4/+55 |
* | iter: Add new P11_KIT_ITER_WANT_WRITABLE iterator behavior | Stef Walter | 2013-08-28 | 3 | -28/+16 |
* | p11-kit: Rename list.c to lists.c to simplify debugging | Stef Walter | 2013-08-28 | 2 | -1/+1 |
* | Avoid multiple stat() calls for same file | Stef Walter | 2013-08-28 | 3 | -23/+21 |
* | Fix various memory leaks exposed by 'make leakcheck' | Stef Walter | 2013-07-23 | 1 | -0/+2 |
* | Use simple serial automake test harness | Stef Walter | 2013-07-23 | 3 | -1/+3 |
* | Add appropriate const qualifiers | Stef Walter | 2013-07-18 | 1 | -1/+1 |
* | Fix p11_kit_space_strlen() result when empty string | Stef Walter | 2013-07-18 | 3 | -3/+63 |
* | Don't call memdup with zero length or NULL pointer | Stef Walter | 2013-07-18 | 1 | -1/+1 |
* | Avoid using the non-thread-safe strerror() function | Stef Walter | 2013-07-18 | 1 | -4/+2 |
* | Declare static variables const where it makes sense | Stef Walter | 2013-07-18 | 2 | -4/+4 |
* | Support expanding $XDG_CONFIG_HOME in user config paths | Stef Walter | 2013-07-18 | 1 | -1/+1 |
* | Don't load configs from user directory when setuid | Stef Walter | 2013-07-18 | 6 | -2/+144 |
* | Fix various issues highlighted by coverity scanner | Stef Walter | 2013-07-18 | 3 | -6/+15 |
* | open files with O_CLOEXEC when possible | Stef Walter | 2013-07-18 | 2 | -76/+27 |
* | iter: Document guarantees for filter matches argumet | Stef Walter | 2013-07-18 | 1 | -0/+4 |
* | Remove erroneous comments about readdir() and thread-safety | Stef Walter | 2013-07-17 | 1 | -1/+0 |
* | Build with -fno-common to catch definition problems | Stef Walter | 2013-07-10 | 1 | -2/+2 |
* | Various documentation tweaks and fixes for warnings | Stef Walter | 2013-07-10 | 1 | -0/+8 |
* | trust: Fix the 'p11-kit extract' command | Stef Walter | 2013-07-09 | 2 | -2/+21 |
* | p11-kit: Add P11_KIT_MODULE_TRUSTED flag | Stef Walter | 2013-07-04 | 5 | -19/+86 |
* | iter: Add iteration mode where session is not busy | Stef Walter | 2013-07-03 | 3 | -45/+132 |
* | Fix dependency between p11-kit command and library | Stef Walter | 2013-06-25 | 1 | -1/+1 |