| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | iter: Add p11_kit_iter_set_uri() function | Stef Walter | 2013-08-28 | 4 | -8/+67 |
* | iter: Add p11_kit_iter_get_token() call | Stef Walter | 2013-08-28 | 4 | -4/+56 |
* | iter: Add new P11_KIT_ITER_WANT_WRITABLE iterator behavior | Stef Walter | 2013-08-28 | 4 | -29/+16 |
* | tool: Only include debug lines marked 'tool' when --verbose | Stef Walter | 2013-08-28 | 1 | -1/+3 |
* | debug: Allow debug lines longer than 512 characters | Stef Walter | 2013-08-28 | 1 | -4/+3 |
* | debug: Add missing 'tool' flag to debug flags | Stef Walter | 2013-08-28 | 1 | -0/+1 |
* | 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 | 16 | -69/+80 |
* | compat: Check return value of mmap() properly | Stef Walter | 2013-08-28 | 1 | -1/+1 |
* | Add --with-module-config parameter to the configure script | Pascal Ernster | 2013-08-16 | 1 | -1/+6 |
* | trust: Add test tool for creating BasicConstraints | Stef Walter | 2013-08-12 | 2 | -0/+102 |
* | test-compat calls test_getauxval which is in a UNIX defined block | Michael Cronenworth | 2013-07-30 | 1 | -0/+2 |
* | do not assume dead code existence in autoconf checks | Alon Bar-Lev | 2013-07-29 | 1 | -2/+2 |
* | Release version 0.19.3 | Stef Walter | 2013-07-24 | 2 | -1/+7 |
* | Make tests work on file systems with block size directories | Stef Walter | 2013-07-24 | 1 | -0/+12 |
* | Fix uninitialized variables | Stef Walter | 2013-07-23 | 1 | -2/+2 |
* | Don't use _GNU_SOURCE and fix strerror_r usage | Stef Walter | 2013-07-23 | 7 | -6/+83 |
* | Fix various memory leaks exposed by 'make leakcheck' | Stef Walter | 2013-07-23 | 11 | -56/+79 |