summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* rpc: Port exec transport to WindowsDaiki Ueno2017-02-161-30/+245
* build: Adjust executable/module names for WindowsDaiki Ueno2017-02-163-3/+10
* build: Avoid undefined reference to rpc_exec_initDaiki Ueno2017-02-161-2/+3
* build: Include <unistd.h> for execvDaiki Ueno2017-02-161-0/+1
* build: Check *asprintf on all platformsDaiki Ueno2017-02-161-3/+4
* argv: Fix misinterpretation of backslash in quotesDaiki Ueno2017-02-163-1/+119
* compat: Fix character generation in mk{s,d}temp()Daiki Ueno2017-02-161-1/+1
* Fix a typo in "x-cetrificate-value", see also https://bugs.freedesktop.org/sh...Kai Engert2017-02-161-1/+1
* Support loading new NSS attribute CKA_NSS_MOZILLA_CA_POLICY from .p11-kit files.Kai Engert2017-02-164-0/+4
* library: Deinit p11_virtual_mutexDaiki Ueno2017-02-161-0/+1
* virtual: Move mutex into p11_library_init()Daiki Ueno2017-02-145-30/+11
* trust: Revert to the original 'extract' behaviorDaiki Ueno2017-02-141-0/+1
* filter: New virtual wrapper for access controlDaiki Ueno2017-02-085-0/+624
* iter: Enable iteration over slots/tokens/modulesDaiki Ueno2017-02-084-27/+297
* uri: Relax pin-* parsing for compatibilityDaiki Ueno2017-02-021-5/+26
* trust: Implement a 'trust dump' commandStef Walter2017-01-315-0/+276
* trust: Don't encode spaces when writing .p11-kit formatStef Walter2017-01-311-1/+1
* trust: Add an "all" filter option for trust commandsStef Walter2017-01-311-0/+3
* trust: Make extraction and correlation of certificate info optionalStef Walter2017-01-317-19/+30
* trust: Load all attributes for each object when enumeratingStef Walter2017-01-311-17/+21
* 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-2411-156/+1662
* maint: Add .dir-locals.el file for EmacsDaiki Ueno2017-01-241-0/+1
* travis: Enable strict code compilationDaiki Ueno2017-01-231-1/+1
* Fix compiler warnings on FreeBSDRoman Bogorodskiy2017-01-233-1/+6
* systemd: add per-user remoting socketLubomir Rintel2017-01-205-0/+33
* common: use recursive pthread mutex for library lockLubomir Rintel2017-01-191-1/+1
* uri: Support query attributes to specify moduleDaiki Ueno2017-01-194-9/+241
* 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
* Release version 0.23.3Daiki Ueno2016-12-202-3/+13
* doc: More tweaks for gtk-docDaiki Ueno2016-12-191-0/+7
* doc: Mention new API functionsDaiki Ueno2016-12-191-0/+6
* rpc: Fix typo flagged by lintianAndreas Metzler2016-12-151-1/+1
* test: Remove setgid()ed copy of frob-getenvDaiki Ueno2016-12-131-2/+1
* test: Fix privatedir substitution in test-extractDaiki Ueno2016-12-131-0/+1
* pkcs11: Update CRYPTOKI_VERSION to 2.40Daiki Ueno2016-12-131-6/+3
* pkcs11: Add CK_RSA_PKCS_OAEP_PARAMS definitionDaiki Ueno2016-12-131-0/+20
* pkcs11: Add CKA_COPYABLE definitionDaiki Ueno2016-12-131-0/+1
* pkcs11: Add AES key wrap mechanismsDaiki Ueno2016-12-131-0/+3
* 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
* mock: Check return value of calloc()Pankaj2016-12-131-0/+1
* doc: State 'p11-kit trust' is a deprecated formDaiki Ueno2016-12-061-2/+4
* trust: Don't add CKA_TRUSTED to extension objectDaiki Ueno2016-12-061-2/+33