summaryrefslogtreecommitdiff
path: root/p11-kit
Commit message (Expand)AuthorAgeFilesLines
* 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
* build: Avoid undefined reference to rpc_exec_initDaiki Ueno2017-02-161-2/+3
* virtual: Move mutex into p11_library_init()Daiki Ueno2017-02-143-30/+5
* filter: New virtual wrapper for access controlDaiki Ueno2017-02-084-0/+623
* iter: Enable iteration over slots/tokens/modulesDaiki Ueno2017-02-083-27/+295
* uri: Relax pin-* parsing for compatibilityDaiki Ueno2017-02-021-5/+26
* virtual: Make virtual-fixed internal API cleanerDaiki Ueno2017-01-254-11/+16
* test: Release transport mock moduleDaiki Ueno2017-01-251-0/+1
* test: Check exhaustion of fixed closuresNikos Mavrogiannopoulos2017-01-242-5/+82
* build: Make libffi closure optionalDaiki Ueno2017-01-249-145/+1661
* Fix compiler warnings on FreeBSDRoman Bogorodskiy2017-01-231-1/+1
* systemd: add per-user remoting socketLubomir Rintel2017-01-203-0/+31
* uri: Support query attributes to specify moduleDaiki Ueno2017-01-193-9/+237
* uri: Avoid typecasting confusion on s390xDaiki Ueno2017-01-171-2/+4
* uri: fix producing the query attributesLubomir Rintel2017-01-122-35/+48
* uri: fix the query attribute parsingLubomir Rintel2017-01-122-14/+42
* build: improve p11-kit-proxy symlink handlingRoman Bogorodskiy2017-01-091-1/+9
* rpc: Fix typo flagged by lintianAndreas Metzler2016-12-151-1/+1
* proxy: Remove redundant NULL checkPankaj2016-12-131-1/+1
* modules: Remove redundant NULL checkPankaj2016-12-131-1/+1
* proxy: Check return value of calloc()Pankaj2016-12-131-0/+1