| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix trust command segfaults in expand_homedir() when no matching password rec... | Robert Milasan | 2015-07-31 | 1 | -9/+9 |
* | compat: Add definition for setenv for Win32 | Michael Cronenworth | 2014-11-12 | 1 | -0/+4 |
* | p11-kit: Use pthread_atfork() in a safe manner | Stef Walter | 2014-10-03 | 3 | -0/+14 |
* | common: Use secure_getenv() implementation when setuid | Stef Walter | 2014-10-02 | 7 | -3/+112 |
* | common: In tests preserve parent environment for children | Stef Walter | 2014-10-02 | 1 | -1/+1 |
* | common: Move unistd include to define getopt and friends | Michael Cronenworth | 2014-09-18 | 1 | -1/+1 |
* | common: New public pkcs11x.h header containing extensions | Stef Walter | 2014-09-10 | 6 | -456/+514 |
* | common: Change the CKA_X_PUBLIC_KEY_INFO constant to CKA_PUBLIC_KEY_INFO | Stef Walter | 2014-09-10 | 3 | -3/+7 |
* | common: Add support for multiple field names (ie: nicks) per constant | Stef Walter | 2014-09-10 | 3 | -21/+22 |
* | Move to non-recursive Makefile for building bins and libs | Stef Walter | 2014-08-15 | 15 | -67/+85 |
* | common: Fix regression introduced by last commit | Stef Walter | 2014-08-15 | 1 | -1/+1 |
* | Fix build against older pthreads implementations | Baruch Siach | 2014-08-14 | 1 | -0/+6 |
* | common: Quiet down clang scanner with assertions | Stef Walter | 2014-08-08 | 1 | -1/+1 |
* | Fix mostly erroneous scanner warnings in tests | Stef Walter | 2014-08-08 | 3 | -0/+6 |
* | common: Allow specifying which tests to run on command line | Stef Walter | 2014-08-08 | 1 | -1/+33 |
* | common: Don't do repeated linear reallocation of array memory | Stef Walter | 2014-08-07 | 1 | -1/+4 |
* | test: Move some file and directory code into general test stuff | Stef Walter | 2014-07-08 | 2 | -0/+93 |
* | Add compatibility fdwalk() function | Stef Walter | 2014-07-08 | 2 | -0/+80 |
* | rpc: Implement PKCS#11 messages/client/server code | Stef Walter | 2014-07-08 | 4 | -0/+12 |
* | common: Fixed implementation of strerror_r for WinXP | Pavel A | 2014-07-01 | 1 | -0/+15 |
* | Proposed fix for compiler warnings in common/compat.c | Pavel A | 2014-06-20 | 1 | -19/+23 |
* | Fix handling of mmap failure and mapping empty files | Pascal Terjan | 2014-02-13 | 2 | -2/+26 |
* | attrs: Allow NULL attribute to be passed to p11_attr_hash() | Stef Walter | 2014-01-13 | 2 | -5/+10 |
* | Fix typo in mock.c | Stef Walter | 2014-01-08 | 1 | -1/+1 |
* | Drop unused libtasn1.h include | Roman Bogorodskiy | 2013-11-08 | 1 | -2/+0 |
* | 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 | -4/+2 |
* | 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 |
* | Avoid multiple stat() calls for same file | Stef Walter | 2013-08-28 | 3 | -12/+32 |
* | compat: Check return value of mmap() properly | Stef Walter | 2013-08-28 | 1 | -1/+1 |
* | test-compat calls test_getauxval which is in a UNIX defined block | Michael Cronenworth | 2013-07-30 | 1 | -0/+2 |
* | Don't use _GNU_SOURCE and fix strerror_r usage | Stef Walter | 2013-07-23 | 5 | -3/+80 |
* | Fix various memory leaks exposed by 'make leakcheck' | Stef Walter | 2013-07-23 | 1 | -42/+48 |
* | Use simple serial automake test harness | Stef Walter | 2013-07-23 | 4 | -3/+97 |
* | Use getpwuid_r() instead of the non-thread-sofe getpwuid() | Stef Walter | 2013-07-18 | 1 | -2/+9 |
* | Don't call memdup with zero length or NULL pointer | Stef Walter | 2013-07-18 | 1 | -2/+7 |
* | 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 | 5 | -2/+55 |
* | Declare static variables const where it makes sense | Stef Walter | 2013-07-18 | 1 | -4/+4 |
* | Support expanding $XDG_CONFIG_HOME in user config paths | Stef Walter | 2013-07-18 | 2 | -13/+30 |
* | Don't load configs from user directory when setuid | Stef Walter | 2013-07-18 | 8 | -1/+270 |
* | tools: Use $TMPDIR instead of $TEMP | Stef Walter | 2013-07-18 | 4 | -74/+60 |
* | Fix various issues highlighted by coverity scanner | Stef Walter | 2013-07-18 | 2 | -1/+3 |
* | open files with O_CLOEXEC when possible | Stef Walter | 2013-07-18 | 2 | -3/+19 |
* | 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 |
* | Fixes for some recent win32 regressions | Stef Walter | 2013-07-18 | 1 | -3/+18 |
* | Add support for using freebl3 for SHA1 and MD5 hashing | Stef Walter | 2013-07-10 | 3 | -614/+0 |