| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | trust: More appropriate rv when non-modifiable object deleted | Stef Walter | 2013-09-05 | 2 | -1/+2 |
* | anchor: Better failure messages when removing anchors | Stef Walter | 2013-09-05 | 1 | -3/+26 |
* | messages: Better message for CKR_FUNCTION_REJECTED | Stef Walter | 2013-09-05 | 1 | -1/+1 |
* | Release version 0.20.0 | Stef Walter | 2013-09-04 | 2 | -1/+4 |
* | Documentation tweaks | Stef Walter | 2013-09-04 | 2 | -1/+3 |
* | Release version 0.19.4 | Stef Walter | 2013-08-29 | 6 | -5/+18 |
* | Route 'p11-kit extract-trust' over to trust tool | Stef Walter | 2013-08-29 | 8 | -35/+81 |
* | trust: Document the new command line trust tool | Stef Walter | 2013-08-29 | 6 | -139/+385 |
* | trust: Add 'trust anchor --remove' command | Stef Walter | 2013-08-29 | 1 | -52/+365 |
* | trust: Add a list command to the trust tool | Stef Walter | 2013-08-29 | 4 | -1/+294 |
* | trust: Add support for removing trust token objects | Stef Walter | 2013-08-29 | 2 | -1/+185 |
* | trust: Refactor enumeration of certificates to extract | Stef Walter | 2013-08-29 | 14 | -543/+541 |
* | trust: Do reload object removals inside a loading block | Stef Walter | 2013-08-29 | 1 | -0/+4 |
* | trust: Add index callback for when an object is removed | Stef Walter | 2013-08-29 | 6 | -9/+125 |
* | trust: Prefer parsing the persist format to PEM | Stef Walter | 2013-08-28 | 1 | -2/+2 |
* | trust: Correctly rewrite other objects in a modifiable persist file | Stef Walter | 2013-08-28 | 2 | -1/+75 |
* | 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 | 4 | -0/+60 |