summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* iter: Add new P11_KIT_ITER_WANT_WRITABLE iterator behaviorStef Walter2013-08-284-29/+16
* 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
* p11-kit: Rename list.c to lists.c to simplify debuggingStef Walter2013-08-282-1/+1
* Avoid multiple stat() calls for same fileStef Walter2013-08-2816-69/+80
* compat: Check return value of mmap() properlyStef Walter2013-08-281-1/+1
* Add --with-module-config parameter to the configure scriptPascal Ernster2013-08-161-1/+6
* trust: Add test tool for creating BasicConstraintsStef Walter2013-08-122-0/+102
* test-compat calls test_getauxval which is in a UNIX defined blockMichael Cronenworth2013-07-301-0/+2
* do not assume dead code existence in autoconf checksAlon Bar-Lev2013-07-291-2/+2
* Release version 0.19.3Stef Walter2013-07-242-1/+7
* Make tests work on file systems with block size directoriesStef Walter2013-07-241-0/+12
* Fix uninitialized variablesStef Walter2013-07-231-2/+2
* Don't use _GNU_SOURCE and fix strerror_r usageStef Walter2013-07-237-6/+83
* Fix various memory leaks exposed by 'make leakcheck'Stef Walter2013-07-2311-56/+79
* Use simple serial automake test harnessStef Walter2013-07-2312-12/+113
* Use an automake aux directory for storing litterStef Walter2013-07-232-1/+3
* doc: Add identifiers to doc sections so gtk-doc doesn't autogen themStef Walter2013-07-183-10/+10
* Add appropriate const qualifiersStef Walter2013-07-182-2/+2
* Release version 0.19.2Stef Walter2013-07-182-2/+20
* Fix extract example in documentationStef Walter2013-07-181-1/+1
* Use $XDG_CONFIG_HOME/pkcs11 as default user config directoryStef Walter2013-07-181-1/+1
* Use getpwuid_r() instead of the non-thread-sofe getpwuid()Stef Walter2013-07-181-2/+9
* Fix p11_kit_space_strlen() result when empty stringStef Walter2013-07-183-3/+63
* Always pass size_t varargs to p11_hash_xxx() functionsStef Walter2013-07-183-4/+6
* Don't call memdup with zero length or NULL pointerStef Walter2013-07-182-3/+8
* attrs: Check printf formatting in buffer_append_printf()Stef Walter2013-07-181-0/+5
* Avoid using the non-thread-safe strerror() functionStef Walter2013-07-1811-51/+348
* Declare static variables const where it makes senseStef Walter2013-07-187-31/+31
* Support expanding $XDG_CONFIG_HOME in user config pathsStef Walter2013-07-1811-34/+91
* Don't load configs from user directory when setuidStef Walter2013-07-1817-3/+423
* tools: Use $TMPDIR instead of $TEMPStef Walter2013-07-1811-96/+73
* Fix various issues highlighted by coverity scannerStef Walter2013-07-1810-30/+43
* open files with O_CLOEXEC when possibleStef Walter2013-07-184-79/+46
* buffer: Check for unlikely integer overflowStef Walter2013-07-181-0/+6
* Make preconditions abort unconditionally when scanning with coverityStef Walter2013-07-182-0/+9
* iter: Document guarantees for filter matches argumetStef Walter2013-07-181-0/+4
* Fixes for some recent win32 regressionsStef Walter2013-07-183-16/+37
* Remove erroneous comments about readdir() and thread-safetyStef Walter2013-07-173-3/+0
* Build with -fno-common to catch definition problemsStef Walter2013-07-102-3/+3
* Various documentation tweaks and fixes for warningsStef Walter2013-07-103-1/+13
* Add support for using freebl3 for SHA1 and MD5 hashingStef Walter2013-07-1017-648/+922
* trust: Fix the 'p11-kit extract' commandStef Walter2013-07-093-3/+22
* trust: Fix bug with load validation failuresStef Walter2013-07-082-2/+53
* trust: Add a basic 'anchor' command to store a new anchorStef Walter2013-07-084-0/+348
* trust: Fix various issues writing objects in trust tokenStef Walter2013-07-088-252/+483
* trust: Mark CKA_X_DISTRUSTED as a boolean attributeStef Walter2013-07-081-0/+1
* trust: Support token directory paths in user's home directoryStef Walter2013-07-082-1/+2
* trust: Explicitly specify which formats parser should parseStef Walter2013-07-085-28/+73