summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix distcheck by removing some linguas that don't build0.23.2Stef Walter2015-12-071-2/+0
* Bump version numberStef Walter2015-12-072-1/+6
* rpc-transport.c: include sys/select.h for fd_setGustavo Zacarias2015-12-071-0/+1
* p11-kit: Fix redundant check for 'signature' is always 'true'Pankaj2015-11-231-1/+1
* common: Fix warning about dereferencing NULL pointerPankaj2015-11-091-0/+1
* common: Fix in test-code for file descriptor validity checkPankaj2015-11-091-0/+1
* trust: Fix always false comparison of EAGAIN and EINTRStef Walter2015-11-091-1/+1
* p11-kit: Remove unused pointerPankaj2015-10-211-2/+0
* po: Update translations from transifexStef Walter2015-10-2071-1856/+1097
* Add estonian translation from TransifexStef Walter2015-10-202-0/+343
* p11-kit: Fix warnings related to use dangling pointerPankaj2015-10-201-2/+6
* common: Remove compat timegm() implementationStef Walter2015-10-192-32/+0
* p11-kit: 'int' comparison with 'unsigned int' in for() for the array indexPankaj2015-10-191-1/+1
* p11-kit: 'int' comparison with 'unsigned int' in for() for array indexPankaj2015-10-191-1/+1
* p11-kit: 'int' comparison with 'unsigned int' in for() for array indexPankaj2015-10-191-1/+1
* manual: Fix typos in documentationLudovic Rousseau2015-10-192-6/+6
* p11-kit: Fix expression 'call_id < 0' is always falsePankaj2015-10-121-1/+1
* Fix trust command segfaults in expand_homedir() when no matching password rec...Robert Milasan2015-07-311-9/+9
* Fix build on Mingw due to missing EWOULDBLOCKLew Palm2015-07-141-0/+3
* Added p11_kit_module_get_filename()Nikos Mavrogiannopoulos2015-07-143-1/+85
* In proxy module don't call C_Finalize on a forked process.Nikos Mavrogiannopoulos2015-06-291-6/+13
* Add test case for bug 90289 (deadlock on C_Initialize() in child after fork)David Woodhouse2015-06-291-0/+57
* Do not deinitialize libffi's wrapper functionsNikos Mavrogiannopoulos2015-06-291-0/+11
* Added test case for crash after a fork in proxy moduleNikos Mavrogiannopoulos2015-06-291-1/+45
* p11-kit: Missing unlock in function rpc_socket_read()Pankaj2015-06-031-1/+3
* trust: Fix double close()Pankaj2015-06-011-1/+0
* Fix some compiler warnings from GCC 5.xStef Walter2015-04-171-3/+3
* Release version 0.23.10.23.1Stef Walter2015-02-202-1/+6
* Generate URIs compliant to the PKCS#11 URI draft in LCNikos Mavrogiannopoulos2015-02-202-14/+14
* Added test for pin-valueNikos Mavrogiannopoulos2015-02-201-0/+54
* Added support for pin-value PKCS#11 URI elementNikos Mavrogiannopoulos2015-02-202-0/+57
* p11-kit: Remove duplicate WHITESPACE defineStef Walter2015-02-201-5/+3
* trust: Add pem-directory-hash extract formatAdam Williamson2015-01-146-52/+139
* uri: Accept 'type' in additon to 'object-type' in PKCS#11 URIsStef Walter2014-11-142-2/+30
* compat: Add definition for setenv for Win32Michael Cronenworth2014-11-122-0/+5
* Release version 0.22.10.22.1Stef Walter2014-10-092-1/+7
* trust: Certificate CKA_ID is SubjectKeyIdentifier if possibleStef Walter2014-10-097-46/+91
* trust: Allow 'BEGIN PUBLIC KEY' PEM blocks in .p11-kit filesStef Walter2014-10-094-4/+82
* trust: add missing libtasn1 cflagsRoman Bogorodskiy2014-10-071-0/+39
* Bump libtool versioning for added APIsStef Walter2014-10-061-2/+2
* Unbreak build on OpenBSDAntoine Jacoutot2014-10-061-0/+5
* makefile: Rename DATADIR to not conflict with Win32 defineMichael Cronenworth2014-10-053-3/+3
* Release version 0.22.00.22.0Stef Walter2014-10-042-1/+7
* p11-kit: Use pthread_atfork() in a safe mannerStef Walter2014-10-039-117/+63
* remote: Run separate executable binary for 'p11-kit remote'Stef Walter2014-10-025-157/+164
* p11-kit: P11_KIT_PRIVATEDIR env var overrides private binary dirStef Walter2014-10-022-1/+7
* common: Use secure_getenv() implementation when setuidStef Walter2014-10-028-4/+113
* common: In tests preserve parent environment for childrenStef Walter2014-10-021-1/+1
* p11-kit: Remove the 'isolated' option for nowStef Walter2014-10-013-24/+5
* common: Move unistd include to define getopt and friendsMichael Cronenworth2014-09-181-1/+1