summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* p11-kit: Use pthread_atfork() in a safe mannerStef Walter2014-10-033-0/+14
* common: Use secure_getenv() implementation when setuidStef Walter2014-10-027-3/+112
* common: In tests preserve parent environment for childrenStef Walter2014-10-021-1/+1
* common: Move unistd include to define getopt and friendsMichael Cronenworth2014-09-181-1/+1
* common: New public pkcs11x.h header containing extensionsStef Walter2014-09-106-456/+514
* common: Change the CKA_X_PUBLIC_KEY_INFO constant to CKA_PUBLIC_KEY_INFOStef Walter2014-09-103-3/+7
* common: Add support for multiple field names (ie: nicks) per constantStef Walter2014-09-103-21/+22
* Move to non-recursive Makefile for building bins and libsStef Walter2014-08-1515-67/+85
* common: Fix regression introduced by last commitStef Walter2014-08-151-1/+1
* Fix build against older pthreads implementationsBaruch Siach2014-08-141-0/+6
* common: Quiet down clang scanner with assertionsStef Walter2014-08-081-1/+1
* Fix mostly erroneous scanner warnings in testsStef Walter2014-08-083-0/+6
* common: Allow specifying which tests to run on command lineStef Walter2014-08-081-1/+33
* common: Don't do repeated linear reallocation of array memoryStef Walter2014-08-071-1/+4
* test: Move some file and directory code into general test stuffStef Walter2014-07-082-0/+93
* Add compatibility fdwalk() functionStef Walter2014-07-082-0/+80
* rpc: Implement PKCS#11 messages/client/server codeStef Walter2014-07-084-0/+12
* common: Fixed implementation of strerror_r for WinXPPavel A2014-07-011-0/+15
* Proposed fix for compiler warnings in common/compat.cPavel A2014-06-201-19/+23
* Fix handling of mmap failure and mapping empty filesPascal Terjan2014-02-132-2/+26
* attrs: Allow NULL attribute to be passed to p11_attr_hash()Stef Walter2014-01-132-5/+10
* Fix typo in mock.cStef Walter2014-01-081-1/+1
* Drop unused libtasn1.h includeRoman Bogorodskiy2013-11-081-2/+0
* Disable tests with setgid binaries when running in fakerootAndreas Metzler2013-10-011-1/+4
* Remove unused make variablesStef Walter2013-09-091-4/+2
* tool: Only include debug lines marked 'tool' when --verboseStef Walter2013-08-281-1/+3
* debug: Allow debug lines longer than 512 charactersStef Walter2013-08-281-4/+3
* debug: Add missing 'tool' flag to debug flagsStef Walter2013-08-281-0/+1
* Avoid multiple stat() calls for same fileStef Walter2013-08-283-12/+32
* compat: Check return value of mmap() properlyStef Walter2013-08-281-1/+1
* test-compat calls test_getauxval which is in a UNIX defined blockMichael Cronenworth2013-07-301-0/+2
* Don't use _GNU_SOURCE and fix strerror_r usageStef Walter2013-07-235-3/+80
* Fix various memory leaks exposed by 'make leakcheck'Stef Walter2013-07-231-42/+48
* Use simple serial automake test harnessStef Walter2013-07-234-3/+97
* Use getpwuid_r() instead of the non-thread-sofe getpwuid()Stef Walter2013-07-181-2/+9
* Don't call memdup with zero length or NULL pointerStef Walter2013-07-181-2/+7
* attrs: Check printf formatting in buffer_append_printf()Stef Walter2013-07-181-0/+5
* Avoid using the non-thread-safe strerror() functionStef Walter2013-07-185-2/+55
* Declare static variables const where it makes senseStef Walter2013-07-181-4/+4
* Support expanding $XDG_CONFIG_HOME in user config pathsStef Walter2013-07-182-13/+30
* Don't load configs from user directory when setuidStef Walter2013-07-188-1/+270
* tools: Use $TMPDIR instead of $TEMPStef Walter2013-07-184-74/+60
* Fix various issues highlighted by coverity scannerStef Walter2013-07-182-1/+3
* open files with O_CLOEXEC when possibleStef Walter2013-07-182-3/+19
* buffer: Check for unlikely integer overflowStef Walter2013-07-181-0/+6
* Make preconditions abort unconditionally when scanning with coverityStef Walter2013-07-182-0/+9
* Fixes for some recent win32 regressionsStef Walter2013-07-181-3/+18
* Add support for using freebl3 for SHA1 and MD5 hashingStef Walter2013-07-103-614/+0
* common: Fix typo, and don't escape '6' in URL encodingStef Walter2013-07-081-1/+1
* trust: Port to use CKA_PUBLIC_KEY_INFO and updated trust store specStef Walter2013-07-043-0/+3