summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* test: Add test for client-server interactionDaiki Ueno2018-02-274-3/+213
* server: Print envvars even when running in foregroundDaiki Ueno2018-02-271-22/+39
* test-transport: Make sure to initialize addrlen given to acceptDaiki Ueno2018-02-271-0/+1
* client: Fix memleaks in the moduleDaiki Ueno2018-02-271-3/+9
* test: Fix unconditional jump in test-proxy.cDaiki Ueno2018-02-271-0/+1
* doc: Replace links to freedesktop.org to github pagesDaiki Ueno2018-02-264-10/+10
* trust: Forcibly mark "Default Trust" read-onlyDaiki Ueno2018-02-057-15/+101
* po: Update translations from transifexDaiki Ueno2018-01-3138-447/+1139
* build: Add more files to .gitignoreDaiki Ueno2018-01-311-19/+7
* travis: Exclude generated files from coverageDaiki Ueno2018-01-311-1/+1
* build: Split out generated code from p11-kit/virtual.cDaiki Ueno2018-01-316-199/+51
* trust: Filter out duplicate extensionsDaiki Ueno2018-01-315-5/+120
* build: Delay compilation of test-related stuffDaiki Ueno2018-01-304-16/+29
* proxy: Remove dead codeDaiki Ueno2018-01-301-708/+0
* proxy: Reuse the existing slot ID mapping after forkDaiki Ueno2018-01-295-4/+122
* server: Avoid null-dereference of timespec value on timeoutDaiki Ueno2018-01-171-1/+2
* Added p11-kit remoting page in manualNikos Mavrogiannopoulos2018-01-053-0/+255
* build: Add README.md to display build statusDaiki Ueno2017-12-211-0/+10
* travis: Exclude test programs from coverallsDaiki Ueno2017-12-211-1/+1
* travis: Supply necessary envvars to container for coverallsDaiki Ueno2017-11-271-1/+1
* travis: Use in-tree build for coverageDaiki Ueno2017-11-151-14/+16
* test: Improve code coverage of filter.cDaiki Ueno2017-11-151-0/+67
* travis: Use coveralls for measuring coverageDaiki Ueno2017-11-151-1/+5
* p11_kit_override_system_files: introduced new functionNikos Mavrogiannopoulos2017-11-013-5/+59
* p11_kit_modules_load*: enhanced documentation on flagsNikos Mavrogiannopoulos2017-10-311-0/+6
* build: Take advantage of parallel-testsDaiki Ueno2017-10-063-2/+6
* server: Better shell integrationDaiki Ueno2017-10-064-20/+152
* server: Make it possible to eval envvar settingsDaiki Ueno2017-10-051-9/+11
* Release 0.23.9Daiki Ueno2017-10-022-1/+6
* trust: Respect anyExtendedKeyUsage in CA certificatesDaiki Ueno2017-10-023-0/+45
* rpc: Fix crash when retrieving attribute lengthDaiki Ueno2017-09-272-4/+34
* server: Make it work only when token URI is providedDaiki Ueno2017-09-271-47/+41
* common: Re-add placeholder definition of p11_debugDaiki Ueno2017-08-181-0/+4
* build: Include <stdint.h> for SIZE_MAXDaiki Ueno2017-08-161-0/+1
* Release 0.23.8Daiki Ueno2017-08-152-1/+8
* build: Include <stdint.h> for SIZE_MAXDaiki Ueno2017-08-151-0/+1
* client: Fix order of cleanupDaiki Ueno2017-08-111-1/+1
* test: Add checks for duplicate vendor attributesDaiki Ueno2017-08-081-0/+10
* uri: Make vendor query attribute handling reliableDaiki Ueno2017-08-081-24/+80
* common: New p11_array_insert functionDaiki Ueno2017-08-082-0/+20
* common: Use reallocarray instead of realloc as appropriateDaiki Ueno2017-08-085-4/+36
* pkcs11.h: updated informationNikos Mavrogiannopoulos2017-08-031-3/+3
* pkcs11.h: added OTP-related mechanismsNikos Mavrogiannopoulos2017-08-031-0/+97
* pkcs11.h: added definitions of GOST CKA attributesNikos Mavrogiannopoulos2017-08-011-0/+3
* pkcs11.h: added definitions of GOST mechanismsNikos Mavrogiannopoulos2017-08-011-0/+12
* test: Fix failure on 32-bit big endian platformDaiki Ueno2017-07-141-14/+15
* trust: Fix build error with -Werror=return-typeDaiki Ueno2017-07-141-1/+1
* conf: Introduce P11_KIT_NO_USER_CONFIGColin Walters2017-07-101-3/+9
* common: always use p11_dl_close wrapperFabian Groffen2017-06-272-10/+13
* p11_get_upeer_id: implement case using ucred.hFabian Groffen2017-06-272-1/+21