summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2015-11-23p11-kit: Fix redundant check for 'signature' is always 'true'Pankaj1-1/+1
2015-11-09common: Fix warning about dereferencing NULL pointerPankaj1-0/+1
2015-11-09common: Fix in test-code for file descriptor validity checkPankaj1-0/+1
2015-10-19common: Remove compat timegm() implementationStef Walter1-31/+0
2015-10-19p11-kit: 'int' comparison with 'unsigned int' in for() for the array indexPankaj1-1/+1
2015-10-19p11-kit: 'int' comparison with 'unsigned int' in for() for array indexPankaj1-1/+1
2015-07-31Fix trust command segfaults in expand_homedir() when no matching password rec...Robert Milasan1-9/+9
2014-11-12compat: Add definition for setenv for Win32Michael Cronenworth1-0/+4
2014-10-03p11-kit: Use pthread_atfork() in a safe mannerStef Walter3-0/+14
2014-10-02common: Use secure_getenv() implementation when setuidStef Walter7-3/+112
2014-10-02common: In tests preserve parent environment for childrenStef Walter1-1/+1
2014-09-18common: Move unistd include to define getopt and friendsMichael Cronenworth1-1/+1
2014-09-10common: New public pkcs11x.h header containing extensionsStef Walter6-456/+514
2014-09-10common: Change the CKA_X_PUBLIC_KEY_INFO constant to CKA_PUBLIC_KEY_INFOStef Walter3-3/+7
2014-09-10common: Add support for multiple field names (ie: nicks) per constantStef Walter3-21/+22
2014-08-15Move to non-recursive Makefile for building bins and libsStef Walter15-67/+85
2014-08-15common: Fix regression introduced by last commitStef Walter1-1/+1
2014-08-14Fix build against older pthreads implementationsBaruch Siach1-0/+6
2014-08-08common: Quiet down clang scanner with assertionsStef Walter1-1/+1
2014-08-08Fix mostly erroneous scanner warnings in testsStef Walter3-0/+6
2014-08-08common: Allow specifying which tests to run on command lineStef Walter1-1/+33
2014-08-07common: Don't do repeated linear reallocation of array memoryStef Walter1-1/+4
2014-07-08test: Move some file and directory code into general test stuffStef Walter2-0/+93
2014-07-08Add compatibility fdwalk() functionStef Walter2-0/+80
2014-07-08rpc: Implement PKCS#11 messages/client/server codeStef Walter4-0/+12
2014-07-01common: Fixed implementation of strerror_r for WinXPPavel A1-0/+15
2014-06-20Proposed fix for compiler warnings in common/compat.cPavel A1-19/+23
2014-02-13Fix handling of mmap failure and mapping empty filesPascal Terjan2-2/+26
2014-01-13attrs: Allow NULL attribute to be passed to p11_attr_hash()Stef Walter2-5/+10
2014-01-08Fix typo in mock.cStef Walter1-1/+1
2013-11-08Drop unused libtasn1.h includeRoman Bogorodskiy1-2/+0
2013-10-01Disable tests with setgid binaries when running in fakerootAndreas Metzler1-1/+4
2013-09-09Remove unused make variablesStef Walter1-4/+2
2013-08-28tool: Only include debug lines marked 'tool' when --verboseStef Walter1-1/+3
2013-08-28debug: Allow debug lines longer than 512 charactersStef Walter1-4/+3
2013-08-28debug: Add missing 'tool' flag to debug flagsStef Walter1-0/+1
2013-08-28Avoid multiple stat() calls for same fileStef Walter3-12/+32
2013-08-28compat: Check return value of mmap() properlyStef Walter1-1/+1
2013-07-30test-compat calls test_getauxval which is in a UNIX defined blockMichael Cronenworth1-0/+2
2013-07-23Don't use _GNU_SOURCE and fix strerror_r usageStef Walter5-3/+80
2013-07-23Fix various memory leaks exposed by 'make leakcheck'Stef Walter1-42/+48
2013-07-23Use simple serial automake test harnessStef Walter4-3/+97
2013-07-18Use getpwuid_r() instead of the non-thread-sofe getpwuid()Stef Walter1-2/+9
2013-07-18Don't call memdup with zero length or NULL pointerStef Walter1-2/+7
2013-07-18attrs: Check printf formatting in buffer_append_printf()Stef Walter1-0/+5
2013-07-18Avoid using the non-thread-safe strerror() functionStef Walter5-2/+55
2013-07-18Declare static variables const where it makes senseStef Walter1-4/+4
2013-07-18Support expanding $XDG_CONFIG_HOME in user config pathsStef Walter2-13/+30
2013-07-18Don't load configs from user directory when setuidStef Walter8-1/+270
2013-07-18tools: Use $TMPDIR instead of $TEMPStef Walter4-74/+60