summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release version 0.19.20.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
* trust: Support using the parser without an asn1_cacheStef Walter2013-07-083-7/+41
* asn1: In p11_asn1_read() allocate an extra null terminatorStef Walter2013-07-081-2/+5
* common: Fix typo, and don't escape '6' in URL encodingStef Walter2013-07-081-1/+1
* p11-kit: Add P11_KIT_MODULE_TRUSTED flagStef Walter2013-07-046-56/+98
* trust: Port to use CKA_PUBLIC_KEY_INFO and updated trust store specStef Walter2013-07-0418-216/+561
* trust: Add p11_oid_hash() and various oid stringsStef Walter2013-07-043-5/+34
* trust: Add p11_asn1_read() and p11_asn1_free() functionsStef Walter2013-07-046-58/+74
* trust: Initial support for writing out token objectsStef Walter2013-07-039-39/+443
* trust: If token path is a file, don't try loading subdirectoriesStef Walter2013-07-031-8/+15
* trust: Correctly handle persisting OIDs with zero lengthStef Walter2013-07-031-2/+3
* trust: Don't write out internal attributes when persistingStef Walter2013-07-034-15/+63
* trust: Add support for saving files with unique file namesStef Walter2013-07-038-114/+298
* path: Add p11_path_canon() functionStef Walter2013-07-034-9/+36
* trust: Rename p11_index_batch() to p11_index_load()Stef Walter2013-07-036-22/+22
* trust: Implement reloading of token dataStef Walter2013-07-0314-407/+746
* iter: Add iteration mode where session is not busyStef Walter2013-07-0310-57/+144
* path: Add p11_path_prefix() functionStef Walter2013-07-033-0/+33
* trust: Implement validation for creating/modifying objectsStef Walter2013-06-262-43/+661
* Fix dependency between p11-kit command and libraryStef Walter2013-06-251-1/+1
* Fix running trust module tests under distcheckStef Walter2013-06-251-10/+12