summaryrefslogtreecommitdiff
path: root/p11-kit
Commit message (Expand)AuthorAgeFilesLines
* build: Split out generated code from p11-kit/virtual.cDaiki Ueno2018-01-313-199/+35
* build: Delay compilation of test-related stuffDaiki Ueno2018-01-301-6/+9
* 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
* test: Improve code coverage of filter.cDaiki Ueno2017-11-151-0/+67
* 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
* server: Better shell integrationDaiki Ueno2017-10-063-19/+147
* server: Make it possible to eval envvar settingsDaiki Ueno2017-10-051-9/+11
* 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
* 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
* test: Fix failure on 32-bit big endian platformDaiki Ueno2017-07-141-14/+15
* conf: Introduce P11_KIT_NO_USER_CONFIGColin Walters2017-07-101-3/+9
* debug: Add p11_debug_err to prevent use of strerrorDaiki Ueno2017-06-121-1/+1
* rpc: Avoid use-after-free when creating socket base directoryDaiki Ueno2017-05-291-1/+0
* rpc: Avoid calling memcmp() on NULL bufferDaiki Ueno2017-05-291-1/+3
* proxy: Don't call realloc() with size 0Daiki Ueno2017-05-291-9/+11
* build: Delay building test programs until "make check"Daiki Ueno2017-05-291-2/+2
* server: Avoid use-after-freeDaiki Ueno2017-05-291-1/+0
* test: Check the size of unsigned longDaiki Ueno2017-05-261-9/+9
* rpc: Load advapi32.dll on the flyDaiki Ueno2017-05-262-7/+91
* remote: Remove unnecessary declarationDaiki Ueno2017-05-261-4/+0
* server: Port to WindowsDaiki Ueno2017-05-252-39/+511
* rpc: New p11_kit_remote_serve_tokens functionDaiki Ueno2017-05-254-101/+247
* remote: Name command line options consistentlyDaiki Ueno2017-05-252-71/+116
* rpc: Convert mechanism parameters for portabilityDaiki Ueno2017-05-245-158/+467
* rpc: Fix typo in encoding CK_DATE valueDaiki Ueno2017-05-241-1/+1
* rpc: Factor out attribute value serializer definitionsDaiki Ueno2017-05-241-26/+25
* rpc: Add a comment why we call _get_attribute() twiceDaiki Ueno2017-05-241-0/+1
* rpc: Convert attribute value for portabilityDaiki Ueno2017-05-225-80/+827
* rpc: Return early if call_id of request is ERRORDaiki Ueno2017-05-221-1/+2
* remote: Fix typo when writing a credential byteDaiki Ueno2017-03-091-1/+1
* build: Remove systemd unit files for nowDaiki Ueno2017-03-013-39/+0
* systemd: Fix location of p11-kit-remoteDaiki Ueno2017-02-272-1/+9
* build: add missing includes for FreeBSDRoman Bogorodskiy2017-02-241-0/+1
* uri: Support vendor query attributesDaiki Ueno2017-02-213-2/+144
* rpc: Make it less verbose about connection failureDaiki Ueno2017-02-211-1/+1
* rpc: Try $XDG_CACHE_HOME before ~/.cacheMantas Mikulėnas2017-02-211-0/+11
* rpc: Add PKCS#11 module that connects to socketDaiki Ueno2017-02-178-69/+521
* remote: Add API to serve a tokenDaiki Ueno2017-02-172-0/+42
* remote, server: Recognize PKCS#11 URIDaiki Ueno2017-02-171-8/+69
* p11-kit: Add 'p11-kit server' commandNikos Mavrogiannopoulos2017-02-172-0/+592
* rpc: New rpc_unix transport based on Unix socketNikos Mavrogiannopoulos2017-02-162-0/+207
* test: Fix modules test for WindowsDaiki Ueno2017-02-162-4/+4
* rpc: Port exec transport to WindowsDaiki Ueno2017-02-161-30/+245
* build: Adjust executable/module names for WindowsDaiki Ueno2017-02-162-3/+8