| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | configure: Remove redundant AM_GNU_GETTEXT | Daiki Ueno | 2016-08-22 | 1 | -1/+0 |
* | Fix typos flagged by codespell | Daiki Ueno | 2016-08-22 | 8 | -12/+12 |
* | Fix typo in pkcs11.conf | Stef Walter | 2016-08-09 | 1 | -1/+1 |
* | doc: Fix interpolation of p11-kit configuration paths in documentation | Stef Walter | 2016-08-09 | 1 | -6/+4 |
* | Doc: p11_kit_module_load accepts a filename arg. | Andreas Metzler | 2016-02-24 | 1 | -1/+4 |
* | Avoiding redundant check | Pankaj | 2016-01-05 | 1 | -3/+1 |
* | Fix distcheck by removing some linguas that don't build | Stef Walter | 2015-12-07 | 1 | -2/+0 |
* | Bump version number | Stef Walter | 2015-12-07 | 2 | -1/+6 |
* | rpc-transport.c: include sys/select.h for fd_set | Gustavo Zacarias | 2015-12-07 | 1 | -0/+1 |
* | p11-kit: Fix redundant check for 'signature' is always 'true' | Pankaj | 2015-11-23 | 1 | -1/+1 |
* | common: Fix warning about dereferencing NULL pointer | Pankaj | 2015-11-09 | 1 | -0/+1 |
* | common: Fix in test-code for file descriptor validity check | Pankaj | 2015-11-09 | 1 | -0/+1 |
* | trust: Fix always false comparison of EAGAIN and EINTR | Stef Walter | 2015-11-09 | 1 | -1/+1 |
* | p11-kit: Remove unused pointer | Pankaj | 2015-10-21 | 1 | -2/+0 |
* | po: Update translations from transifex | Stef Walter | 2015-10-20 | 71 | -1856/+1097 |
* | Add estonian translation from Transifex | Stef Walter | 2015-10-20 | 2 | -0/+343 |
* | p11-kit: Fix warnings related to use dangling pointer | Pankaj | 2015-10-20 | 1 | -2/+6 |
* | common: Remove compat timegm() implementation | Stef Walter | 2015-10-19 | 2 | -32/+0 |
* | p11-kit: 'int' comparison with 'unsigned int' in for() for the array index | Pankaj | 2015-10-19 | 1 | -1/+1 |
* | p11-kit: 'int' comparison with 'unsigned int' in for() for array index | Pankaj | 2015-10-19 | 1 | -1/+1 |
* | p11-kit: 'int' comparison with 'unsigned int' in for() for array index | Pankaj | 2015-10-19 | 1 | -1/+1 |
* | manual: Fix typos in documentation | Ludovic Rousseau | 2015-10-19 | 2 | -6/+6 |
* | p11-kit: Fix expression 'call_id < 0' is always false | Pankaj | 2015-10-12 | 1 | -1/+1 |
* | Fix trust command segfaults in expand_homedir() when no matching password rec... | Robert Milasan | 2015-07-31 | 1 | -9/+9 |
* | Fix build on Mingw due to missing EWOULDBLOCK | Lew Palm | 2015-07-14 | 1 | -0/+3 |
* | Added p11_kit_module_get_filename() | Nikos Mavrogiannopoulos | 2015-07-14 | 3 | -1/+85 |
* | In proxy module don't call C_Finalize on a forked process. | Nikos Mavrogiannopoulos | 2015-06-29 | 1 | -6/+13 |
* | Add test case for bug 90289 (deadlock on C_Initialize() in child after fork) | David Woodhouse | 2015-06-29 | 1 | -0/+57 |
* | Do not deinitialize libffi's wrapper functions | Nikos Mavrogiannopoulos | 2015-06-29 | 1 | -0/+11 |
* | Added test case for crash after a fork in proxy module | Nikos Mavrogiannopoulos | 2015-06-29 | 1 | -1/+45 |
* | p11-kit: Missing unlock in function rpc_socket_read() | Pankaj | 2015-06-03 | 1 | -1/+3 |
* | trust: Fix double close() | Pankaj | 2015-06-01 | 1 | -1/+0 |
* | Fix some compiler warnings from GCC 5.x | Stef Walter | 2015-04-17 | 1 | -3/+3 |
* | Release version 0.23.1 | Stef Walter | 2015-02-20 | 2 | -1/+6 |
* | Generate URIs compliant to the PKCS#11 URI draft in LC | Nikos Mavrogiannopoulos | 2015-02-20 | 2 | -14/+14 |
* | Added test for pin-value | Nikos Mavrogiannopoulos | 2015-02-20 | 1 | -0/+54 |
* | Added support for pin-value PKCS#11 URI element | Nikos Mavrogiannopoulos | 2015-02-20 | 2 | -0/+57 |
* | p11-kit: Remove duplicate WHITESPACE define | Stef Walter | 2015-02-20 | 1 | -5/+3 |
* | trust: Add pem-directory-hash extract format | Adam Williamson | 2015-01-14 | 6 | -52/+139 |
* | uri: Accept 'type' in additon to 'object-type' in PKCS#11 URIs | Stef Walter | 2014-11-14 | 2 | -2/+30 |
* | compat: Add definition for setenv for Win32 | Michael Cronenworth | 2014-11-12 | 2 | -0/+5 |
* | Release version 0.22.1 | Stef Walter | 2014-10-09 | 2 | -1/+7 |
* | trust: Certificate CKA_ID is SubjectKeyIdentifier if possible | Stef Walter | 2014-10-09 | 7 | -46/+91 |
* | trust: Allow 'BEGIN PUBLIC KEY' PEM blocks in .p11-kit files | Stef Walter | 2014-10-09 | 4 | -4/+82 |
* | trust: add missing libtasn1 cflags | Roman Bogorodskiy | 2014-10-07 | 1 | -0/+39 |
* | Bump libtool versioning for added APIs | Stef Walter | 2014-10-06 | 1 | -2/+2 |
* | Unbreak build on OpenBSD | Antoine Jacoutot | 2014-10-06 | 1 | -0/+5 |
* | makefile: Rename DATADIR to not conflict with Win32 define | Michael Cronenworth | 2014-10-05 | 3 | -3/+3 |
* | Release version 0.22.0 | Stef Walter | 2014-10-04 | 2 | -1/+7 |
* | p11-kit: Use pthread_atfork() in a safe manner | Stef Walter | 2014-10-03 | 9 | -117/+63 |