summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* common: Use static mutex initializer when possibleDaiki Ueno2018-08-103-6/+30
* server: Avoid FD leak in error casesDaiki Ueno2018-08-011-0/+3
* trust: Clarify C_Login behavior that returns an errorDaiki Ueno2018-07-191-0/+11
* proxy: Fail early if there is no slot mappingsDaiki Ueno2018-07-162-0/+44
* travis: Install pip for coverallsDaiki Ueno2018-07-161-1/+1
* rpc-server: p11_kit_remote_serve_tokens: Allow exporting all modulesDaiki Ueno2018-07-164-89/+210
* build: Use separate p11-kit-{remote,server} executable for testingDaiki Ueno2018-07-164-3/+31
* proxy: Allow proxy to be created from the libraryDaiki Ueno2018-07-162-1/+42
* proxy: Turn global variables module localDaiki Ueno2018-07-161-21/+14
* build: Make reallocarray detection robusterDaiki Ueno2018-07-162-1/+2
* server: Enable socket activation through systemdDaiki Ueno2018-06-206-10/+96
* build: Ease issetugid() check when cross-compilingDaiki Ueno2018-06-081-7/+9
* Release 0.23.12Daiki Ueno2018-05-302-1/+6
* travis: Add build scripts for macOSDaiki Ueno2018-05-304-0/+15
* travis: Use matrixDaiki Ueno2018-05-306-40/+90
* test: Avoid unnecessary memory allocationDaiki Ueno2018-05-301-4/+3
* common: Fix runtime directory detection when given prefix is longDaiki Ueno2018-05-301-7/+7
* common: Don't rely on issetugid() when it is brokenDaiki Ueno2018-05-302-2/+15
* build: Don't use locale funcs if locale_t is not defined in locale.hDaiki Ueno2018-05-286-13/+24
* pkcs11: Exercise GNU calling convention at compile timeDaiki Ueno2018-05-284-0/+47
* build: Simplify README inclusionDaiki Ueno2018-05-253-7/+2
* NEWS: Mention latest changesDaiki Ueno2018-05-251-0/+2
* build: Delay building mock-six.la until "make check"Daiki Ueno2018-05-251-1/+1
* build: Include README in the distributionDaiki Ueno2018-05-251-2/+6
* build: Fix ChangeLog generationDaiki Ueno2018-05-251-1/+1
* build: Remove obsolete upload rulesDaiki Ueno2018-05-251-15/+0
* build: Include p11-kit/test-messages.sh in distributionDaiki Ueno2018-05-251-0/+1
* uri: Make scheme comparison case-insensitiveDaiki Ueno2018-05-252-3/+30
* common: Make case conversion locale independentDaiki Ueno2018-05-256-6/+25
* Improve const correctness for P11KitUriNathaniel McCallum2018-05-243-41/+41
* README: replace by README.mdNikos Mavrogiannopoulos2018-05-233-8/+2
* NEWS: mark the 0.23 series as stableNikos Mavrogiannopoulos2018-05-231-1/+1
* README.md: added reference to Daiki's keyNikos Mavrogiannopoulos2018-05-231-2/+23
* Release 0.23.11Daiki Ueno2018-05-072-1/+9
* common: Pacify clang-analyzerDaiki Ueno2018-05-071-3/+4
* trust: Avoid array overflowDaiki Ueno2018-05-072-3/+3
* trust: Don't null terminate PKCS #11 string fieldsDaiki Ueno2018-05-071-6/+6
* proxy: Don't null terminate PKCS #11 string fieldsDaiki Ueno2018-05-071-2/+2
* test: Avoid exceeding maximum pathname length of Unix socketDaiki Ueno2018-05-041-2/+7
* library: Use dedicated locale object for printing errorDaiki Ueno2018-05-015-15/+43
* Revert "build: Check strerror_l() and uselocale() seperately"Daiki Ueno2018-05-013-15/+5
* build: Check strerror_l() and uselocale() seperatelyDaiki Ueno2018-04-193-5/+15
* travis: Optimize dnf install invocationDaiki Ueno2018-04-101-11/+7
* test: Add installcheck script to test trust moduleDaiki Ueno2018-04-102-1/+24
* trust: Prevent trust module being loaded by proxy moduleDaiki Ueno2018-04-101-0/+3
* travis: Run "make installcheck"Daiki Ueno2018-04-101-8/+16
* trust: Fix memleak in p11_enumerate_opt_filterDaiki Ueno2018-04-101-0/+1
* test: Factor out common harness from test-extract.inDaiki Ueno2018-04-105-95/+114
* test: Add test for JKS extractorDaiki Ueno2018-04-064-1/+224
* test: Add test for p11_attrs_purge()Daiki Ueno2018-04-061-0/+29