| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Use simple serial automake test harness | Stef Walter | 2013-07-23 | 12 | -12/+113 |
* | Use an automake aux directory for storing litter | Stef Walter | 2013-07-23 | 2 | -1/+3 |
* | doc: Add identifiers to doc sections so gtk-doc doesn't autogen them | Stef Walter | 2013-07-18 | 3 | -10/+10 |
* | Add appropriate const qualifiers | Stef Walter | 2013-07-18 | 2 | -2/+2 |
* | Release version 0.19.2 | Stef Walter | 2013-07-18 | 2 | -2/+20 |
* | Fix extract example in documentation | Stef Walter | 2013-07-18 | 1 | -1/+1 |
* | Use $XDG_CONFIG_HOME/pkcs11 as default user config directory | Stef Walter | 2013-07-18 | 1 | -1/+1 |
* | Use getpwuid_r() instead of the non-thread-sofe getpwuid() | Stef Walter | 2013-07-18 | 1 | -2/+9 |
* | Fix p11_kit_space_strlen() result when empty string | Stef Walter | 2013-07-18 | 3 | -3/+63 |
* | Always pass size_t varargs to p11_hash_xxx() functions | Stef Walter | 2013-07-18 | 3 | -4/+6 |
* | Don't call memdup with zero length or NULL pointer | Stef Walter | 2013-07-18 | 2 | -3/+8 |
* | attrs: Check printf formatting in buffer_append_printf() | Stef Walter | 2013-07-18 | 1 | -0/+5 |
* | Avoid using the non-thread-safe strerror() function | Stef Walter | 2013-07-18 | 11 | -51/+348 |
* | Declare static variables const where it makes sense | Stef Walter | 2013-07-18 | 7 | -31/+31 |
* | Support expanding $XDG_CONFIG_HOME in user config paths | Stef Walter | 2013-07-18 | 11 | -34/+91 |
* | Don't load configs from user directory when setuid | Stef Walter | 2013-07-18 | 17 | -3/+423 |
* | tools: Use $TMPDIR instead of $TEMP | Stef Walter | 2013-07-18 | 11 | -96/+73 |
* | Fix various issues highlighted by coverity scanner | Stef Walter | 2013-07-18 | 10 | -30/+43 |
* | open files with O_CLOEXEC when possible | Stef Walter | 2013-07-18 | 4 | -79/+46 |
* | buffer: Check for unlikely integer overflow | Stef Walter | 2013-07-18 | 1 | -0/+6 |
* | Make preconditions abort unconditionally when scanning with coverity | Stef Walter | 2013-07-18 | 2 | -0/+9 |
* | iter: Document guarantees for filter matches argumet | Stef Walter | 2013-07-18 | 1 | -0/+4 |
* | Fixes for some recent win32 regressions | Stef Walter | 2013-07-18 | 3 | -16/+37 |
* | Remove erroneous comments about readdir() and thread-safety | Stef Walter | 2013-07-17 | 3 | -3/+0 |
* | Build with -fno-common to catch definition problems | Stef Walter | 2013-07-10 | 2 | -3/+3 |
* | Various documentation tweaks and fixes for warnings | Stef Walter | 2013-07-10 | 3 | -1/+13 |
* | Add support for using freebl3 for SHA1 and MD5 hashing | Stef Walter | 2013-07-10 | 17 | -648/+922 |
* | trust: Fix the 'p11-kit extract' command | Stef Walter | 2013-07-09 | 3 | -3/+22 |
* | trust: Fix bug with load validation failures | Stef Walter | 2013-07-08 | 2 | -2/+53 |
* | trust: Add a basic 'anchor' command to store a new anchor | Stef Walter | 2013-07-08 | 4 | -0/+348 |
* | trust: Fix various issues writing objects in trust token | Stef Walter | 2013-07-08 | 8 | -252/+483 |
* | trust: Mark CKA_X_DISTRUSTED as a boolean attribute | Stef Walter | 2013-07-08 | 1 | -0/+1 |
* | trust: Support token directory paths in user's home directory | Stef Walter | 2013-07-08 | 2 | -1/+2 |