summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* path: Add p11_path_canon() functionStef Walter2013-07-033-0/+34
* path: Add p11_path_prefix() functionStef Walter2013-07-033-0/+33
* Reorganize various componentsStef Walter2013-06-2532-5244/+373
* trust: Writable module PKCS#11 token functionsStef Walter2013-06-171-3/+11
* trust: Correctly reflect the CK_TOKEN_INFO writability flagsStef Walter2013-06-141-0/+3
* path: Add p11_path_parent() functionStef Walter2013-06-143-0/+55
* path: Fix expanding of paths and testsStef Walter2013-06-142-25/+37
* common: Abort test cases when one failsStef Walter2013-06-131-0/+2
* Fix uninitialized p11_library_oncemanphiz@gmail.com2013-05-281-1/+1
* constants: Tweaks and add mechanismsStef Walter2013-05-272-253/+245
* pem: Write PEM data directly to a bufferStef Walter2013-05-273-32/+34
* url: Encode directly to a bufferStef Walter2013-05-273-33/+31
* Fix up Makefile.am files for automake 1.13 warningsStef Walter2013-05-211-2/+2
* Our own unit testing frameworkStef Walter2013-05-2121-1006/+1162
* Pull the argv parsing code into its own fileStef Walter2013-05-213-0/+160
* Support /xxx/yyy as an absolute path with Win32Stef Walter2013-05-212-5/+5
* Add the log-calls module config optionStef Walter2013-05-215-20/+387
* Manage C_CloseAllSessions function for multiple callersStef Walter2013-05-211-1/+1
* Update the proxy module to use managed PKCS#11 modulesStef Walter2013-05-212-9/+11
* p11-kit: Managed PKCS#11 module loadingStef Walter2013-05-214-25/+54
* Add subclassable CK_X_FUNCTION_LISTStef Walter2013-05-153-4/+1561
* Implement valgrind's hellgrind checks for threading problemsStef Walter2013-05-151-1/+1
* Patch to make test-lexer depend on ASN.1manphiz@gmail.com2013-05-141-1/+1
* Don't print erroneous debug messages when skipping filesStef Walter2013-04-041-6/+6
* Update to MurmurHash3Stef Walter2013-04-035-84/+91
* Don't respect timezones for CKA_START_DATE or CKA_END_DATEStef Walter2013-04-032-338/+0
* More compatible path munging and handling codeStef Walter2013-04-038-73/+526
* Don't use free() on memory allocated by LocalFree()Stef Walter2013-04-031-1/+1
* Separate library init from message codeStef Walter2013-04-0311-102/+234
* Don't use library locks from p11-kit toolStef Walter2013-04-031-4/+0
* Fix build with automake 1.13Stef Walter2013-04-031-2/+2
* Don't try to guess at overflowing time values on 32-bit systemsStef Walter2013-03-281-3/+3
* Fix testing of murmur hash on bigendian systemsStef Walter2013-03-251-37/+23
* Fix memory leaks reported by 'make leakcheck'Stef Walter2013-03-205-1/+11
* Fix invalid memory accesses reported by 'make memcheck'Stef Walter2013-03-203-18/+31
* Add a bit of infrastructure for running valgrindStef Walter2013-03-202-3/+2
* attrs: Print out the CKA_VALUE for certificates when debuggingStef Walter2013-03-203-14/+51
* hash: Add the murmur2 hash and start using itStef Walter2013-03-207-30/+215
* hash: Rename file and functions for hashesStef Walter2013-03-206-42/+42