summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2013-07-18Fix various issues highlighted by coverity scannerStef Walter2-1/+3
2013-07-18open files with O_CLOEXEC when possibleStef Walter2-3/+19
2013-07-18buffer: Check for unlikely integer overflowStef Walter1-0/+6
2013-07-18Make preconditions abort unconditionally when scanning with coverityStef Walter2-0/+9
2013-07-18Fixes for some recent win32 regressionsStef Walter1-3/+18
2013-07-10Add support for using freebl3 for SHA1 and MD5 hashingStef Walter3-614/+0
2013-07-08common: Fix typo, and don't escape '6' in URL encodingStef Walter1-1/+1
2013-07-04trust: Port to use CKA_PUBLIC_KEY_INFO and updated trust store specStef Walter3-0/+3
2013-07-03path: Add p11_path_canon() functionStef Walter3-0/+34
2013-07-03path: Add p11_path_prefix() functionStef Walter3-0/+33
2013-06-25Reorganize various componentsStef Walter32-5244/+373
2013-06-17trust: Writable module PKCS#11 token functionsStef Walter1-3/+11
2013-06-14trust: Correctly reflect the CK_TOKEN_INFO writability flagsStef Walter1-0/+3
2013-06-14path: Add p11_path_parent() functionStef Walter3-0/+55
2013-06-14path: Fix expanding of paths and testsStef Walter2-25/+37
2013-06-13common: Abort test cases when one failsStef Walter1-0/+2
2013-05-28Fix uninitialized p11_library_oncemanphiz@gmail.com1-1/+1
2013-05-27constants: Tweaks and add mechanismsStef Walter2-253/+245
2013-05-27pem: Write PEM data directly to a bufferStef Walter3-32/+34
2013-05-27url: Encode directly to a bufferStef Walter3-33/+31
2013-05-21Fix up Makefile.am files for automake 1.13 warningsStef Walter1-2/+2
2013-05-21Our own unit testing frameworkStef Walter21-1006/+1162
2013-05-21Pull the argv parsing code into its own fileStef Walter3-0/+160
2013-05-21Support /xxx/yyy as an absolute path with Win32Stef Walter2-5/+5
2013-05-21Add the log-calls module config optionStef Walter5-20/+387
2013-05-21Manage C_CloseAllSessions function for multiple callersStef Walter1-1/+1
2013-05-21Update the proxy module to use managed PKCS#11 modulesStef Walter2-9/+11
2013-05-21p11-kit: Managed PKCS#11 module loadingStef Walter4-25/+54
2013-05-15Add subclassable CK_X_FUNCTION_LISTStef Walter3-4/+1561
2013-05-15Implement valgrind's hellgrind checks for threading problemsStef Walter1-1/+1
2013-05-14Patch to make test-lexer depend on ASN.1manphiz@gmail.com1-1/+1
2013-04-04Don't print erroneous debug messages when skipping filesStef Walter1-6/+6
2013-04-03Update to MurmurHash3Stef Walter5-84/+91
2013-04-03Don't respect timezones for CKA_START_DATE or CKA_END_DATEStef Walter2-338/+0
2013-04-03More compatible path munging and handling codeStef Walter8-73/+526
2013-04-03Don't use free() on memory allocated by LocalFree()Stef Walter1-1/+1
2013-04-03Separate library init from message codeStef Walter11-102/+234
2013-04-03Don't use library locks from p11-kit toolStef Walter1-4/+0
2013-04-03Fix build with automake 1.13Stef Walter1-2/+2
2013-03-28Don't try to guess at overflowing time values on 32-bit systemsStef Walter1-3/+3
2013-03-25Fix testing of murmur hash on bigendian systemsStef Walter1-37/+23
2013-03-20Fix memory leaks reported by 'make leakcheck'Stef Walter5-1/+11
2013-03-20Fix invalid memory accesses reported by 'make memcheck'Stef Walter3-18/+31
2013-03-20Add a bit of infrastructure for running valgrindStef Walter2-3/+2
2013-03-20attrs: Print out the CKA_VALUE for certificates when debuggingStef Walter3-14/+51
2013-03-20hash: Add the murmur2 hash and start using itStef Walter7-30/+215
2013-03-20hash: Rename file and functions for hashesStef Walter6-42/+42
2013-03-19trust: Don't use POSIX or GNU basename()Stef Walter4-24/+131
2013-03-18Release version 0.17.10.17.1Stef Walter1-1/+21
2013-03-18attrs: Change p11_attrs_to_string() to allow static templatesStef Walter3-7/+15