summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-12-07Fix distcheck by removing some linguas that don't build0.23.2Stef Walter1-2/+0
2015-12-07Bump version numberStef Walter2-1/+6
2015-12-07rpc-transport.c: include sys/select.h for fd_setGustavo Zacarias1-0/+1
2015-11-23p11-kit: Fix redundant check for 'signature' is always 'true'Pankaj1-1/+1
2015-11-09common: Fix warning about dereferencing NULL pointerPankaj1-0/+1
2015-11-09common: Fix in test-code for file descriptor validity checkPankaj1-0/+1
2015-11-09trust: Fix always false comparison of EAGAIN and EINTRStef Walter1-1/+1
2015-10-21p11-kit: Remove unused pointerPankaj1-2/+0
2015-10-20po: Update translations from transifexStef Walter71-1856/+1097
2015-10-20Add estonian translation from TransifexStef Walter2-0/+343
2015-10-20p11-kit: Fix warnings related to use dangling pointerPankaj1-2/+6
2015-10-19common: Remove compat timegm() implementationStef Walter2-32/+0
2015-10-19p11-kit: 'int' comparison with 'unsigned int' in for() for the array indexPankaj1-1/+1
2015-10-19p11-kit: 'int' comparison with 'unsigned int' in for() for array indexPankaj1-1/+1
2015-10-19p11-kit: 'int' comparison with 'unsigned int' in for() for array indexPankaj1-1/+1
2015-10-19manual: Fix typos in documentationLudovic Rousseau2-6/+6
2015-10-12p11-kit: Fix expression 'call_id < 0' is always falsePankaj1-1/+1
2015-07-31Fix trust command segfaults in expand_homedir() when no matching password rec...Robert Milasan1-9/+9
2015-07-14Fix build on Mingw due to missing EWOULDBLOCKLew Palm1-0/+3
2015-07-14Added p11_kit_module_get_filename()Nikos Mavrogiannopoulos3-1/+85
2015-06-29In proxy module don't call C_Finalize on a forked process.Nikos Mavrogiannopoulos1-6/+13
2015-06-29Add test case for bug 90289 (deadlock on C_Initialize() in child after fork)David Woodhouse1-0/+57
2015-06-29Do not deinitialize libffi's wrapper functionsNikos Mavrogiannopoulos1-0/+11
2015-06-29Added test case for crash after a fork in proxy moduleNikos Mavrogiannopoulos1-1/+45
2015-06-03p11-kit: Missing unlock in function rpc_socket_read()Pankaj1-1/+3
2015-06-01trust: Fix double close()Pankaj1-1/+0
2015-04-17Fix some compiler warnings from GCC 5.xStef Walter1-3/+3
2015-02-20Release version 0.23.10.23.1Stef Walter2-1/+6
2015-02-20Generate URIs compliant to the PKCS#11 URI draft in LCNikos Mavrogiannopoulos2-14/+14
2015-02-20Added test for pin-valueNikos Mavrogiannopoulos1-0/+54
2015-02-20Added support for pin-value PKCS#11 URI elementNikos Mavrogiannopoulos2-0/+57
2015-02-20p11-kit: Remove duplicate WHITESPACE defineStef Walter1-5/+3
2015-01-14trust: Add pem-directory-hash extract formatAdam Williamson6-52/+139
2014-11-14uri: Accept 'type' in additon to 'object-type' in PKCS#11 URIsStef Walter2-2/+30
2014-11-12compat: Add definition for setenv for Win32Michael Cronenworth2-0/+5
2014-10-09Release version 0.22.10.22.1Stef Walter2-1/+7
2014-10-09trust: Certificate CKA_ID is SubjectKeyIdentifier if possibleStef Walter7-46/+91
2014-10-09trust: Allow 'BEGIN PUBLIC KEY' PEM blocks in .p11-kit filesStef Walter4-4/+82
2014-10-07trust: add missing libtasn1 cflagsRoman Bogorodskiy1-0/+39
2014-10-06Bump libtool versioning for added APIsStef Walter1-2/+2
2014-10-06Unbreak build on OpenBSDAntoine Jacoutot1-0/+5
2014-10-05makefile: Rename DATADIR to not conflict with Win32 defineMichael Cronenworth3-3/+3
2014-10-04Release version 0.22.00.22.0Stef Walter2-1/+7
2014-10-03p11-kit: Use pthread_atfork() in a safe mannerStef Walter9-117/+63
2014-10-02remote: Run separate executable binary for 'p11-kit remote'Stef Walter5-157/+164
2014-10-02p11-kit: P11_KIT_PRIVATEDIR env var overrides private binary dirStef Walter2-1/+7
2014-10-02common: Use secure_getenv() implementation when setuidStef Walter8-4/+113
2014-10-02common: In tests preserve parent environment for childrenStef Walter1-1/+1
2014-10-01p11-kit: Remove the 'isolated' option for nowStef Walter3-24/+5
2014-09-18common: Move unistd include to define getopt and friendsMichael Cronenworth1-1/+1