summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WIP daemon poll coderpcStef Walter2014-06-231-0/+228
* p11-kit: Work out the TCP and Unix RPC transportsStef Walter2014-06-231-25/+219
* rpc: Implement execution of another tool to transport PKCS#11 RPCStef Walter2014-06-238-27/+1357
* mock: Minor testing tweaks to mock testingStef Walter2014-06-231-2/+2
* modules: Make config file and module configs overridable by testsStef Walter2014-06-232-4/+18
* test: Move some file and directory code into general test stuffStef Walter2014-06-235-129/+119
* Add compatibility fdwalk() functionStef Walter2014-06-233-0/+83
* rpc: Implement PKCS#11 messages/client/server codeStef Walter2014-06-2314-2/+6163
* Don't try to symlink p11-proxy.so on windowsMilan Crha2014-06-201-5/+5
* configure: Require automake 1.12 or laterStef Walter2014-06-201-1/+1
* Proposed fix for compiler warnings in common/compat.cPavel A2014-06-201-19/+23
* proxy: Fix cases where modules are unloaded while in useStef Walter2014-02-131-22/+31
* proxy: Remove assertions when module is not initializedStef Walter2014-02-131-2/+0
* Fix handling of mmap failure and mapping empty filesPascal Terjan2014-02-132-2/+26
* Support running autogen.sh from srcdir != builddirStef Walter2014-01-291-2/+6
* Don't use 'aux' directory nameStef Walter2014-01-292-1/+1
* Release version 0.20.20.20.2Stef Walter2014-01-142-1/+8
* distcheck: Build with optimizations so we get proper warningsStef Walter2014-01-141-1/+3
* test-iter: Fix use of uninitialized variableStef Walter2014-01-141-0/+1
* trust: Add installcheck target for testing extractStef Walter2014-01-144-0/+198
* Build in srcdir != builddir fashion by defaultStef Walter2014-01-148-19/+17
* Move gtk-doc.make into build directoryStef Walter2014-01-142-1/+1
* enumerate: Preload and respect blacklist across all tokensStef Walter2014-01-133-52/+186
* attrs: Allow NULL attribute to be passed to p11_attr_hash()Stef Walter2014-01-132-5/+10
* enumerate: Use p11_enumerate_ready() from testsStef Walter2014-01-132-13/+23
* iter: Fix return value in rare memory allocation caseStef Walter2014-01-131-1/+1
* iter: Add p11_kit_iter_get_attributes() functionStef Walter2014-01-133-0/+106
* Remove straggler file in the tools directoryStef Walter2014-01-081-266/+0
* Update translations from transifexStef Walter2014-01-081-84/+85
* Fix typo in mock.cStef Walter2014-01-081-1/+1
* Check if pthread and nanosleep() are in libc before linking other libsNikos Mavrogiannopoulos2013-12-021-6/+15
* Drop unused libtasn1.h includeRoman Bogorodskiy2013-11-081-2/+0
* trust: Check for race in BasicConstraints stapled extensionStef Walter2013-10-141-0/+49
* Disable tests with setgid binaries when running in fakerootAndreas Metzler2013-10-012-2/+8
* Fix documentation buildStef Walter2013-09-231-11/+13
* Update from transifex and string changesStef Walter2013-09-0969-74/+11068
* Release version 0.20.10.20.1Stef Walter2013-09-092-1/+7
* Remove unused make variablesStef Walter2013-09-092-5/+2
* extract-compat: Skip extraction if running as non-rootStef Walter2013-09-051-0/+6
* anchor: Run extract-compat after we've changed somethingStef Walter2013-09-051-11/+33
* trust: More appropriate rv when non-modifiable object deletedStef Walter2013-09-052-1/+2
* anchor: Better failure messages when removing anchorsStef Walter2013-09-051-3/+26
* messages: Better message for CKR_FUNCTION_REJECTEDStef Walter2013-09-051-1/+1
* Release version 0.20.00.20.0Stef Walter2013-09-042-1/+4
* Documentation tweaksStef Walter2013-09-042-1/+3
* Release version 0.19.4Stef Walter2013-08-296-5/+18
* Route 'p11-kit extract-trust' over to trust toolStef Walter2013-08-298-35/+81
* trust: Document the new command line trust toolStef Walter2013-08-296-139/+385
* trust: Add 'trust anchor --remove' commandStef Walter2013-08-291-52/+365
* trust: Add a list command to the trust toolStef Walter2013-08-294-1/+294