summaryrefslogtreecommitdiff
path: root/p11-kit
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* pkg-config: Expose p11_trust_paths variableDaiki Ueno2016-11-151-0/+1
* build: Remove *.in files from EXTRA_DISTDaiki Ueno2016-11-151-2/+0
* test: Remove /proxy/deinit-after-fork testDaiki Ueno2016-10-311-37/+0
* modules: Reset the init count on fork()Daiki Ueno2016-10-311-0/+4
* modules: Fix memleak when loading remote moduleDaiki Ueno2016-10-311-0/+2
* rpc: Fix memleak in rpc_socket cleanupDaiki Ueno2016-10-311-0/+1
* uri: Port to PKCS#11 GNU calling conventionDaiki Ueno2016-10-311-0/+2
* uri: Fix buffer overflow in memcmp()Daiki Ueno2016-10-311-25/+32
* rpc: Send x-init-reserved to remote moduleDaiki Ueno2016-10-057-16/+144
* test: Fix p11_virtual_init() usageDaiki Ueno2016-10-051-1/+1
* Fix link of p11-kit-proxy.dylib on Mac OS XLeonardo Brondani Schenkel2016-10-031-1/+1
* iter: Utilize 'slot-id' URI path attributeDaiki Ueno2016-09-022-1/+83
* iter: Utilize slot info URI path attributesDaiki Ueno2016-09-023-0/+134
* uri: Support 'slot-id' path attributeDaiki Ueno2016-09-023-3/+126
* uri: Support slot info path attributesDaiki Ueno2016-09-024-0/+180
* uri: Remove whitespace early when parsingDaiki Ueno2016-09-021-66/+78
* Fix leak when C_Initialize() is called from childDaiki Ueno2016-08-221-0/+2
* Fix typos flagged by codespellDaiki Ueno2016-08-225-9/+9
* Doc: p11_kit_module_load accepts a filename arg.Andreas Metzler2016-02-241-1/+4
* Avoiding redundant checkPankaj2016-01-051-3/+1
* rpc-transport.c: include sys/select.h for fd_setGustavo Zacarias2015-12-071-0/+1
* p11-kit: Remove unused pointerPankaj2015-10-211-2/+0
* p11-kit: Fix warnings related to use dangling pointerPankaj2015-10-201-2/+6
* p11-kit: 'int' comparison with 'unsigned int' in for() for array indexPankaj2015-10-191-1/+1
* p11-kit: Fix expression 'call_id < 0' is always falsePankaj2015-10-121-1/+1
* Fix build on Mingw due to missing EWOULDBLOCKLew Palm2015-07-141-0/+3
* Added p11_kit_module_get_filename()Nikos Mavrogiannopoulos2015-07-143-1/+85
* In proxy module don't call C_Finalize on a forked process.Nikos Mavrogiannopoulos2015-06-291-6/+13
* Add test case for bug 90289 (deadlock on C_Initialize() in child after fork)David Woodhouse2015-06-291-0/+57
* Do not deinitialize libffi's wrapper functionsNikos Mavrogiannopoulos2015-06-291-0/+11