summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WIPrpc-isolateStef Walter2015-05-121-0/+3
* remote: only accept if the FD is setNikos Mavrogiannopoulos2015-04-171-42/+44
* remote: gracefully handle sigtermNikos Mavrogiannopoulos2015-04-171-0/+13
* remote: cleanup socket fileNikos Mavrogiannopoulos2015-04-171-1/+4
* remote: increased debugging infoNikos Mavrogiannopoulos2015-04-171-2/+3
* remote: added --timeout optionNikos Mavrogiannopoulos2015-04-172-5/+16
* remote: updated self tests for new remote functionalityNikos Mavrogiannopoulos2015-04-173-9/+43
* remote: added option to run in foregroundNikos Mavrogiannopoulos2015-04-172-6/+17
* remote: provide the options --run-as-user and --run-as-groupNikos Mavrogiannopoulos2015-04-171-3/+47
* remote: server will overwrite the library manufacturerNikos Mavrogiannopoulos2015-04-174-8/+31
* remote: Allow restricting the connecting user and groupNikos Mavrogiannopoulos2015-04-173-11/+69
* remote: updated to account for socket files onlyNikos Mavrogiannopoulos2015-04-171-92/+14
* remote: is now running as daemonNikos Mavrogiannopoulos2015-04-171-0/+6
* remote: eliminated timeout from serverNikos Mavrogiannopoulos2015-04-171-8/+6
* remote: does accept socket file on cmdNikos Mavrogiannopoulos2015-04-171-1/+12
* remote: operate as a single forking serverNikos Mavrogiannopoulos2015-04-1711-194/+635
* 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
* Release version 2.21.30.21.3Stef Walter2014-09-172-1/+9
* trust: Use term 'attached extensions' instead of 'stapled'Stef Walter2014-09-108-72/+72
* common: New public pkcs11x.h header containing extensionsStef Walter2014-09-1012-457/+520
* common: Change the CKA_X_PUBLIC_KEY_INFO constant to CKA_PUBLIC_KEY_INFOStef Walter2014-09-1011-48/+52
* common: Add support for multiple field names (ie: nicks) per constantStef Walter2014-09-103-21/+22
* p11-kit: Fix tests when building with MinGWMichael Cronenworth2014-09-093-0/+30
* trust: Fix token test when building with MinGWMichael Cronenworth2014-09-091-0/+4
* configure: Check for pthread_create() in pthread libraryRoman Bogorodskiy2014-09-091-3/+3
* p11-kit: Compilation fixes for previous commitStef Walter2014-09-091-4/+1
* p11-kit: Make proxy module respect critical = noStef Walter2014-09-091-37/+47