summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* rpc-server: Check calloc failureDaiki Ueno2018-10-171-0/+4
* trust: Set umask before calling mkstempDaiki Ueno2018-10-171-0/+3
* proxy: Fix null dereference when reusing slotsDaiki Ueno2018-10-171-1/+4
* rpc-server: p11_kit_remote_serve_tokens: Fix memleakDaiki Ueno2018-10-171-0/+5
* build: Check return value of p11_rpc_buffer_get_uint64Daiki Ueno2018-10-171-1/+2
* build: Check return value of p11_dict_setDaiki Ueno2018-10-173-3/+9
* build: Free memory before return{,_val}_if_* macrosDaiki Ueno2018-10-179-17/+77
* build: Call va_end() always when leaving the functionDaiki Ueno2018-10-174-4/+14
* debug: Work around cppcheck false-positivesDaiki Ueno2018-10-171-3/+3
* common: use /proc only on LinuxLeonardo Brondani Schenkel2018-09-121-0/+2
* pkcs11: Don't redefine CKM_CAMELLIA_KEY_GENDaiki Ueno2018-08-311-2/+1
* Release 0.23.14Daiki Ueno2018-08-282-1/+7
* virtual: Tighten error handling when fixed closures are exhaustedDaiki Ueno2018-08-281-9/+8
* virtual: Don't be too loud about recoverable failureDaiki Ueno2018-08-281-2/+2
* trust: Factor out module initialization into separate fileDaiki Ueno2018-08-283-55/+44
* common: Factor out common initializer code into a headerDaiki Ueno2018-08-284-111/+103
* travis: Manually install cpp-coverallsDaiki Ueno2018-08-281-2/+6
* travis: Check valgrind exit code more strictlyDaiki Ueno2018-08-281-1/+1
* README.md: Add CII Best Practices badgeDaiki Ueno2018-08-211-1/+1
* README.md: Mention contact method for security issuesDaiki Ueno2018-08-211-0/+5
* Revert "build: Explicitly link threaded test programs to libpthread"Daiki Ueno2018-08-172-14/+4
* Revert "build: Stop linking the library with libpthread when possible"Daiki Ueno2018-08-171-3/+3
* Revert "common: Prefer __register_atfork() to pthread_atfork() if possible"Daiki Ueno2018-08-172-20/+1
* Revert "build: Link to libpthread, if pthread_atfork() needs to be used"Daiki Ueno2018-08-173-13/+6
* Update pkcs11 header to allow SoftHSMv2 to compileAlexander Bokovoy2018-08-171-18/+220
* travis: Check that proxy module can be loaded and unloadedDaiki Ueno2018-08-152-1/+2
* proxy: Avoid invalid memory access when unloading proxy moduleDaiki Ueno2018-08-151-13/+4
* build: Link to libpthread, if pthread_atfork() needs to be usedDaiki Ueno2018-08-103-6/+13
* build: Don't install systemd unit files when "make distcheck"Daiki Ueno2018-08-101-0/+1
* Release 0.23.13Daiki Ueno2018-08-102-1/+8
* common: Prefer __register_atfork() to pthread_atfork() if possibleDaiki Ueno2018-08-102-1/+20
* build: Stop linking the library with libpthread when possibleDaiki Ueno2018-08-101-3/+3
* common: Use thread-local storage class when possibleDaiki Ueno2018-08-102-0/+34
* build: Explicitly link threaded test programs to libpthreadDaiki Ueno2018-08-102-4/+14
* common, p11-kit, trust: Use pthread_once only when necessaryDaiki Ueno2018-08-105-4/+16
* 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