| 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 | 3 | -12/+44 |
* | p11-kit: Cleanup and add documentation for 'remote' option | Stef Walter | 2014-07-08 | 4 | -28/+59 |
* | p11-kit: Add 'p11-kit remote' command for isolating modules | Stef Walter | 2014-07-08 | 7 | -58/+161 |
* | 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 |
* | test: Move some file and directory code into general test stuff | Stef Walter | 2014-07-08 | 5 | -129/+119 |
* | Add compatibility fdwalk() function | Stef Walter | 2014-07-08 | 3 | -0/+83 |
* | rpc: Implement PKCS#11 messages/client/server code | Stef Walter | 2014-07-08 | 14 | -2/+6163 |
* | Fix typo: supress - > suppress | Andreas Metzler | 2014-07-07 | 4 | -4/+4 |
* | Release version 0.20.3 | Stef Walter | 2014-07-04 | 2 | -1/+11 |
* | 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 | 2 | -6/+6 |
* | p11-kit: Handle managed modules correctly when forking | Stef Walter | 2014-07-04 | 2 | -5/+56 |
* | common: Fixed implementation of strerror_r for WinXP | Pavel A | 2014-07-01 | 1 | -0/+15 |
* | 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 |
* | configure: Require automake 1.12 or later | Stef Walter | 2014-06-20 | 1 | -1/+1 |
* | Proposed fix for compiler warnings in common/compat.c | Pavel A | 2014-06-20 | 1 | -19/+23 |
* | 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 |
* | Fix handling of mmap failure and mapping empty files | Pascal Terjan | 2014-02-13 | 2 | -2/+26 |
* | Support running autogen.sh from srcdir != builddir | Stef Walter | 2014-01-29 | 1 | -2/+6 |
* | Don't use 'aux' directory name | Stef Walter | 2014-01-29 | 2 | -1/+1 |
* | Release version 0.20.2 | Stef Walter | 2014-01-14 | 2 | -1/+8 |
* | distcheck: Build with optimizations so we get proper warnings | Stef Walter | 2014-01-14 | 1 | -1/+3 |
* | test-iter: Fix use of uninitialized variable | Stef Walter | 2014-01-14 | 1 | -0/+1 |
* | trust: Add installcheck target for testing extract | Stef Walter | 2014-01-14 | 4 | -0/+198 |
* | Build in srcdir != builddir fashion by default | Stef Walter | 2014-01-14 | 8 | -19/+17 |
* | Move gtk-doc.make into build directory | Stef Walter | 2014-01-14 | 2 | -1/+1 |
* | enumerate: Preload and respect blacklist across all tokens | Stef Walter | 2014-01-13 | 3 | -52/+186 |
* | attrs: Allow NULL attribute to be passed to p11_attr_hash() | Stef Walter | 2014-01-13 | 2 | -5/+10 |
* | enumerate: Use p11_enumerate_ready() from tests | Stef Walter | 2014-01-13 | 2 | -13/+23 |
* | 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 |
* | Remove straggler file in the tools directory | Stef Walter | 2014-01-08 | 1 | -266/+0 |
* | Update translations from transifex | Stef Walter | 2014-01-08 | 1 | -84/+85 |
* | Fix typo in mock.c | Stef Walter | 2014-01-08 | 1 | -1/+1 |
* | Check if pthread and nanosleep() are in libc before linking other libs | Nikos Mavrogiannopoulos | 2013-12-02 | 1 | -6/+15 |
* | Drop unused libtasn1.h include | Roman Bogorodskiy | 2013-11-08 | 1 | -2/+0 |
* | trust: Check for race in BasicConstraints stapled extension | Stef Walter | 2013-10-14 | 1 | -0/+49 |
* | Disable tests with setgid binaries when running in fakeroot | Andreas Metzler | 2013-10-01 | 2 | -2/+8 |
* | Fix documentation build | Stef Walter | 2013-09-23 | 1 | -11/+13 |
* | Update from transifex and string changes | Stef Walter | 2013-09-09 | 69 | -74/+11068 |
* | Release version 0.20.1 | Stef Walter | 2013-09-09 | 2 | -1/+7 |
* | Remove unused make variables | Stef Walter | 2013-09-09 | 2 | -5/+2 |
* | extract-compat: Skip extraction if running as non-root | Stef Walter | 2013-09-05 | 1 | -0/+6 |
* | anchor: Run extract-compat after we've changed something | Stef Walter | 2013-09-05 | 1 | -11/+33 |