]> granicus.if.org Git - p11-kit/shortlog
p11-kit
2013-08-29 Stef Waltertrust: Add 'trust anchor --remove' command
2013-08-29 Stef Waltertrust: Add a list command to the trust tool
2013-08-29 Stef Waltertrust: Add support for removing trust token objects
2013-08-29 Stef Waltertrust: Refactor enumeration of certificates to extract
2013-08-29 Stef Waltertrust: Do reload object removals inside a loading block
2013-08-29 Stef Waltertrust: Add index callback for when an object is removed
2013-08-28 Stef Waltertrust: Prefer parsing the persist format to PEM
2013-08-28 Stef Waltertrust: Correctly rewrite other objects in a modifiable...
2013-08-28 Stef WalterAdd p11-kit style typedefs for iter and uri
2013-08-28 Stef Walteriter: Add a p11_kit_iter_destroy_object() function
2013-08-28 Stef Walteriter: Add p11_kit_iter_set_uri() function
2013-08-28 Stef Walteriter: Add p11_kit_iter_get_token() call
2013-08-28 Stef Walteriter: Add new P11_KIT_ITER_WANT_WRITABLE iterator behavior
2013-08-28 Stef Waltertool: Only include debug lines marked 'tool' when ...
2013-08-28 Stef Walterdebug: Allow debug lines longer than 512 characters
2013-08-28 Stef Walterdebug: Add missing 'tool' flag to debug flags
2013-08-28 Stef Walterp11-kit: Rename list.c to lists.c to simplify debugging
2013-08-28 Stef WalterAvoid multiple stat() calls for same file
2013-08-28 Stef Waltercompat: Check return value of mmap() properly
2013-08-16 Pascal ErnsterAdd --with-module-config parameter to the configure...
2013-08-12 Stef Waltertrust: Add test tool for creating BasicConstraints
2013-07-30 Michael Cronenworthtest-compat calls test_getauxval which is in a UNIX...
2013-07-29 Alon Bar-Levdo not assume dead code existence in autoconf checks
2013-07-24 Stef WalterRelease version 0.19.3 0.19.3
2013-07-24 Stef WalterMake tests work on file systems with block size directories
2013-07-23 Stef WalterFix uninitialized variables
2013-07-23 Stef WalterDon't use _GNU_SOURCE and fix strerror_r usage
2013-07-23 Stef WalterFix various memory leaks exposed by 'make leakcheck'
2013-07-23 Stef WalterUse simple serial automake test harness
2013-07-23 Stef WalterUse an automake aux directory for storing litter
2013-07-18 Stef Walterdoc: Add identifiers to doc sections so gtk-doc doesn...
2013-07-18 Stef WalterAdd appropriate const qualifiers
2013-07-18 Stef WalterRelease version 0.19.2 0.19.2
2013-07-18 Stef WalterFix extract example in documentation
2013-07-18 Stef WalterUse $XDG_CONFIG_HOME/pkcs11 as default user config...
2013-07-18 Stef WalterUse getpwuid_r() instead of the non-thread-sofe getpwuid()
2013-07-18 Stef WalterFix p11_kit_space_strlen() result when empty string
2013-07-18 Stef WalterAlways pass size_t varargs to p11_hash_xxx() functions
2013-07-18 Stef WalterDon't call memdup with zero length or NULL pointer
2013-07-18 Stef Walterattrs: Check printf formatting in buffer_append_printf()
2013-07-18 Stef WalterAvoid using the non-thread-safe strerror() function
2013-07-18 Stef WalterDeclare static variables const where it makes sense
2013-07-18 Stef WalterSupport expanding $XDG_CONFIG_HOME in user config paths
2013-07-18 Stef WalterDon't load configs from user directory when setuid
2013-07-18 Stef Waltertools: Use $TMPDIR instead of $TEMP
2013-07-18 Stef WalterFix various issues highlighted by coverity scanner
2013-07-18 Stef Walteropen files with O_CLOEXEC when possible
2013-07-18 Stef Walterbuffer: Check for unlikely integer overflow
2013-07-18 Stef WalterMake preconditions abort unconditionally when scanning...
2013-07-18 Stef Walteriter: Document guarantees for filter matches argumet
2013-07-18 Stef WalterFixes for some recent win32 regressions
2013-07-17 Stef WalterRemove erroneous comments about readdir() and thread...
2013-07-10 Stef WalterBuild with -fno-common to catch definition problems
2013-07-10 Stef WalterVarious documentation tweaks and fixes for warnings
2013-07-10 Stef WalterAdd support for using freebl3 for SHA1 and MD5 hashing
2013-07-09 Stef Waltertrust: Fix the 'p11-kit extract' command
2013-07-08 Stef Waltertrust: Fix bug with load validation failures
2013-07-08 Stef Waltertrust: Add a basic 'anchor' command to store a new...
2013-07-08 Stef Waltertrust: Fix various issues writing objects in trust...
2013-07-08 Stef Waltertrust: Mark CKA_X_DISTRUSTED as a boolean attribute
2013-07-08 Stef Waltertrust: Support token directory paths in user's home...
2013-07-08 Stef Waltertrust: Explicitly specify which formats parser should...
2013-07-08 Stef Waltertrust: Support using the parser without an asn1_cache
2013-07-08 Stef Walterasn1: In p11_asn1_read() allocate an extra null terminator
2013-07-08 Stef Waltercommon: Fix typo, and don't escape '6' in URL encoding
2013-07-04 Stef Walterp11-kit: Add P11_KIT_MODULE_TRUSTED flag
2013-07-04 Stef Waltertrust: Port to use CKA_PUBLIC_KEY_INFO and updated...
2013-07-04 Stef Waltertrust: Add p11_oid_hash() and various oid strings
2013-07-04 Stef Waltertrust: Add p11_asn1_read() and p11_asn1_free() functions
2013-07-03 Stef Waltertrust: Initial support for writing out token objects
2013-07-03 Stef Waltertrust: If token path is a file, don't try loading subdi...
2013-07-03 Stef Waltertrust: Correctly handle persisting OIDs with zero length
2013-07-03 Stef Waltertrust: Don't write out internal attributes when persisting
2013-07-03 Stef Waltertrust: Add support for saving files with unique file...
2013-07-03 Stef Walterpath: Add p11_path_canon() function
2013-07-03 Stef Waltertrust: Rename p11_index_batch() to p11_index_load()
2013-07-03 Stef Waltertrust: Implement reloading of token data
2013-07-03 Stef Walteriter: Add iteration mode where session is not busy
2013-07-03 Stef Walterpath: Add p11_path_prefix() function
2013-06-26 Stef Waltertrust: Implement validation for creating/modifying...
2013-06-25 Stef WalterFix dependency between p11-kit command and library
2013-06-25 Stef WalterFix running trust module tests under distcheck
2013-06-25 Stef WalterReorganize various components
2013-06-17 Stef WalterMerge branch 'stable'
2013-06-17 Stef Waltertrust: Writable module PKCS#11 token functions
2013-06-17 Stef Waltertrust: Move the extract-trust external placeholder...
2013-06-17 Stef Waltertrust: Print out usage when extract-trust run incorrectly
2013-06-17 Stef Waltertools: Fix passing args to external commands
2013-06-17 Stef Waltertools: Only use our private path when looking for exter...
2013-06-14 Stef Waltertrust: Correctly reflect the CK_TOKEN_INFO writability...
2013-06-14 Stef Walterpath: Add p11_path_parent() function
2013-06-14 Stef Walterpath: Fix expanding of paths and tests
2013-06-13 Stef Waltercommon: Abort test cases when one fails
2013-06-05 Stef WalterMerge branch 'stable'
2013-06-05 Stef WalterRelease version 0.18.3 0.18.3
2013-06-05 Stef Waltertrust: Fix crash when C_Initialize args are NULL
2013-06-05 Stef Waltertrust: Fix reinitialization of trust module
2013-05-28 manphiz@gmail.comFix uninitialized p11_library_once
2013-05-28 Stef WalterForce Mac OS shared library extension to .so
2013-05-28 manphiz@gmail.comFix uninitialized p11_library_once
next