| Commit message (Expand) | Author | Age | Files | Lines |
* | trust: Factor out module initialization into separate file | Daiki Ueno | 2018-08-28 | 3 | -55/+44 |
* | common: Factor out common initializer code into a header | Daiki Ueno | 2018-08-28 | 4 | -111/+103 |
* | travis: Manually install cpp-coveralls | Daiki Ueno | 2018-08-28 | 1 | -2/+6 |
* | travis: Check valgrind exit code more strictly | Daiki Ueno | 2018-08-28 | 1 | -1/+1 |
* | README.md: Add CII Best Practices badge | Daiki Ueno | 2018-08-21 | 1 | -1/+1 |
* | README.md: Mention contact method for security issues | Daiki Ueno | 2018-08-21 | 1 | -0/+5 |
* | Revert "build: Explicitly link threaded test programs to libpthread" | Daiki Ueno | 2018-08-17 | 2 | -14/+4 |
* | Revert "build: Stop linking the library with libpthread when possible" | Daiki Ueno | 2018-08-17 | 1 | -3/+3 |
* | Revert "common: Prefer __register_atfork() to pthread_atfork() if possible" | Daiki Ueno | 2018-08-17 | 2 | -20/+1 |
* | Revert "build: Link to libpthread, if pthread_atfork() needs to be used" | Daiki Ueno | 2018-08-17 | 3 | -13/+6 |
* | Update pkcs11 header to allow SoftHSMv2 to compile | Alexander Bokovoy | 2018-08-17 | 1 | -18/+220 |
* | travis: Check that proxy module can be loaded and unloaded | Daiki Ueno | 2018-08-15 | 2 | -1/+2 |
* | proxy: Avoid invalid memory access when unloading proxy module | Daiki Ueno | 2018-08-15 | 1 | -13/+4 |
* | build: Link to libpthread, if pthread_atfork() needs to be used | Daiki Ueno | 2018-08-10 | 3 | -6/+13 |
* | build: Don't install systemd unit files when "make distcheck" | Daiki Ueno | 2018-08-10 | 1 | -0/+1 |
* | Release 0.23.13 | Daiki Ueno | 2018-08-10 | 2 | -1/+8 |
* | common: Prefer __register_atfork() to pthread_atfork() if possible | Daiki Ueno | 2018-08-10 | 2 | -1/+20 |
* | build: Stop linking the library with libpthread when possible | Daiki Ueno | 2018-08-10 | 1 | -3/+3 |
* | common: Use thread-local storage class when possible | Daiki Ueno | 2018-08-10 | 2 | -0/+34 |
* | build: Explicitly link threaded test programs to libpthread | Daiki Ueno | 2018-08-10 | 2 | -4/+14 |
* | common, p11-kit, trust: Use pthread_once only when necessary | Daiki Ueno | 2018-08-10 | 5 | -4/+16 |
* | common: Use static mutex initializer when possible | Daiki Ueno | 2018-08-10 | 3 | -6/+30 |
* | server: Avoid FD leak in error cases | Daiki Ueno | 2018-08-01 | 1 | -0/+3 |
* | trust: Clarify C_Login behavior that returns an error | Daiki Ueno | 2018-07-19 | 1 | -0/+11 |
* | proxy: Fail early if there is no slot mappings | Daiki Ueno | 2018-07-16 | 2 | -0/+44 |
* | travis: Install pip for coveralls | Daiki Ueno | 2018-07-16 | 1 | -1/+1 |
* | rpc-server: p11_kit_remote_serve_tokens: Allow exporting all modules | Daiki Ueno | 2018-07-16 | 4 | -89/+210 |
* | build: Use separate p11-kit-{remote,server} executable for testing | Daiki Ueno | 2018-07-16 | 4 | -3/+31 |
* | proxy: Allow proxy to be created from the library | Daiki Ueno | 2018-07-16 | 2 | -1/+42 |
* | proxy: Turn global variables module local | Daiki Ueno | 2018-07-16 | 1 | -21/+14 |
* | build: Make reallocarray detection robuster | Daiki Ueno | 2018-07-16 | 2 | -1/+2 |
* | server: Enable socket activation through systemd | Daiki Ueno | 2018-06-20 | 6 | -10/+96 |
* | build: Ease issetugid() check when cross-compiling | Daiki Ueno | 2018-06-08 | 1 | -7/+9 |
* | Release 0.23.12 | Daiki Ueno | 2018-05-30 | 2 | -1/+6 |
* | travis: Add build scripts for macOS | Daiki Ueno | 2018-05-30 | 4 | -0/+15 |
* | travis: Use matrix | Daiki Ueno | 2018-05-30 | 6 | -40/+90 |
* | test: Avoid unnecessary memory allocation | Daiki Ueno | 2018-05-30 | 1 | -4/+3 |
* | common: Fix runtime directory detection when given prefix is long | Daiki Ueno | 2018-05-30 | 1 | -7/+7 |
* | common: Don't rely on issetugid() when it is broken | Daiki Ueno | 2018-05-30 | 2 | -2/+15 |
* | build: Don't use locale funcs if locale_t is not defined in locale.h | Daiki Ueno | 2018-05-28 | 6 | -13/+24 |
* | pkcs11: Exercise GNU calling convention at compile time | Daiki Ueno | 2018-05-28 | 4 | -0/+47 |
* | build: Simplify README inclusion | Daiki Ueno | 2018-05-25 | 3 | -7/+2 |
* | NEWS: Mention latest changes | Daiki Ueno | 2018-05-25 | 1 | -0/+2 |
* | build: Delay building mock-six.la until "make check" | Daiki Ueno | 2018-05-25 | 1 | -1/+1 |
* | build: Include README in the distribution | Daiki Ueno | 2018-05-25 | 1 | -2/+6 |
* | build: Fix ChangeLog generation | Daiki Ueno | 2018-05-25 | 1 | -1/+1 |
* | build: Remove obsolete upload rules | Daiki Ueno | 2018-05-25 | 1 | -15/+0 |
* | build: Include p11-kit/test-messages.sh in distribution | Daiki Ueno | 2018-05-25 | 1 | -0/+1 |
* | uri: Make scheme comparison case-insensitive | Daiki Ueno | 2018-05-25 | 2 | -3/+30 |
* | common: Make case conversion locale independent | Daiki Ueno | 2018-05-25 | 6 | -6/+25 |