]> granicus.if.org Git - p11-kit/shortlog
p11-kit
2019-02-27 Stefano Garzarellamodules: check gl.modules before iterates on it when...
2019-02-18 Daiki Uenotrust: Ignore unreadable content in anchors
2019-01-29 Daiki Uenoextract-jks: Prefer _p11_extract_jks_timestamp to SOURC...
2019-01-18 Daiki UenoRelease 0.23.15 0.23.15
2019-01-11 Daiki Uenopem: Fix assert condition
2019-01-10 Daiki Uenotest: Add test that exercises duplicated certs in JKS
2019-01-10 Daiki Uenotrust: Fix alias generation in JKS extractor
2019-01-04 Daiki Uenotrust: Continue parsing if the file cannot be read...
2019-01-04 Daiki Uenotrust: p11_token_load: Treat parse error as failure
2019-01-04 Daiki Uenotrust: Fail if trust anchors are not loaded from a...
2019-01-04 Daiki Uenotrust: Propagate library verbosity to module through...
2018-12-29 Daiki Uenobuild: Fix typo spotted by codespell
2018-12-06 Jakub Jelendoc: Make log-calls match the rest of the document...
2018-11-23 Daiki Uenobuild: Simplify assertions
2018-11-22 Daiki Uenotravis: Add cppcheck profile
2018-11-22 Daiki Uenotravis: Allow profile override
2018-11-22 Daiki Uenobuild: Suppress cppcheck errors
2018-11-14 Daiki Uenotests: Ensure p11_proxy_module_cleanup is called
2018-11-07 Daiki Uenourl: Prefer upper-case letters in hex characters when...
2018-11-02 Harald Hoyertrust/extract-jks.c: also honor SOURCE_DATE_EPOCH time
2018-10-31 Daiki Uenobuild: Require pkg.m4 >= 0.29 at bootstrap
2018-10-24 Daiki Uenovirtual: Prefer fixed closures to libffi closures
2018-10-17 Daiki Uenotrust: Check index->buckets is allocated on cleanup
2018-10-17 Daiki Uenorpc-server: Check calloc failure
2018-10-17 Daiki Uenotrust: Set umask before calling mkstemp
2018-10-17 Daiki Uenoproxy: Fix null dereference when reusing slots
2018-10-17 Daiki Uenorpc-server: p11_kit_remote_serve_tokens: Fix memleak
2018-10-17 Daiki Uenobuild: Check return value of p11_rpc_buffer_get_uint64
2018-10-17 Daiki Uenobuild: Check return value of p11_dict_set
2018-10-17 Daiki Uenobuild: Free memory before return{,_val}_if_* macros
2018-10-17 Daiki Uenobuild: Call va_end() always when leaving the function
2018-10-17 Daiki Uenodebug: Work around cppcheck false-positives
2018-09-12 Leonardo Brondani... common: use /proc only on Linux
2018-08-31 Daiki Uenopkcs11: Don't redefine CKM_CAMELLIA_KEY_GEN
2018-08-28 Daiki UenoRelease 0.23.14 0.23.14
2018-08-28 Daiki Uenovirtual: Tighten error handling when fixed closures...
2018-08-28 Daiki Uenovirtual: Don't be too loud about recoverable failure
2018-08-28 Daiki Uenotrust: Factor out module initialization into separate...
2018-08-28 Daiki Uenocommon: Factor out common initializer code into a header
2018-08-28 Daiki Uenotravis: Manually install cpp-coveralls
2018-08-28 Daiki Uenotravis: Check valgrind exit code more strictly
2018-08-21 Daiki UenoREADME.md: Add CII Best Practices badge
2018-08-21 Daiki UenoREADME.md: Mention contact method for security issues
2018-08-17 Daiki UenoRevert "build: Explicitly link threaded test programs...
2018-08-17 Daiki UenoRevert "build: Stop linking the library with libpthread...
2018-08-17 Daiki UenoRevert "common: Prefer __register_atfork() to pthread_a...
2018-08-17 Daiki UenoRevert "build: Link to libpthread, if pthread_atfork...
2018-08-17 Alexander BokovoyUpdate pkcs11 header to allow SoftHSMv2 to compile
2018-08-15 Daiki Uenotravis: Check that proxy module can be loaded and unloaded
2018-08-15 Daiki Uenoproxy: Avoid invalid memory access when unloading proxy...
2018-08-10 Daiki Uenobuild: Link to libpthread, if pthread_atfork() needs... 0.23.13
2018-08-10 Daiki Uenobuild: Don't install systemd unit files when "make...
2018-08-10 Daiki UenoRelease 0.23.13
2018-08-10 Daiki Uenocommon: Prefer __register_atfork() to pthread_atfork...
2018-08-10 Daiki Uenobuild: Stop linking the library with libpthread when...
2018-08-10 Daiki Uenocommon: Use thread-local storage class when possible
2018-08-10 Daiki Uenobuild: Explicitly link threaded test programs to libpthread
2018-08-10 Daiki Uenocommon, p11-kit, trust: Use pthread_once only when...
2018-08-10 Daiki Uenocommon: Use static mutex initializer when possible
2018-08-01 Daiki Uenoserver: Avoid FD leak in error cases
2018-07-19 Daiki Uenotrust: Clarify C_Login behavior that returns an error
2018-07-16 Daiki Uenoproxy: Fail early if there is no slot mappings
2018-07-16 Daiki Uenotravis: Install pip for coveralls
2018-07-16 Daiki Uenorpc-server: p11_kit_remote_serve_tokens: Allow exportin...
2018-07-16 Daiki Uenobuild: Use separate p11-kit-{remote,server} executable...
2018-07-16 Daiki Uenoproxy: Allow proxy to be created from the library
2018-07-16 Daiki Uenoproxy: Turn global variables module local
2018-07-16 Daiki Uenobuild: Make reallocarray detection robuster
2018-06-20 Daiki Uenoserver: Enable socket activation through systemd
2018-06-08 Daiki Uenobuild: Ease issetugid() check when cross-compiling
2018-05-30 Daiki UenoRelease 0.23.12 0.23.12
2018-05-30 Daiki Uenotravis: Add build scripts for macOS
2018-05-30 Daiki Uenotravis: Use matrix
2018-05-30 Daiki Uenotest: Avoid unnecessary memory allocation
2018-05-30 Daiki Uenocommon: Fix runtime directory detection when given...
2018-05-30 Daiki Uenocommon: Don't rely on issetugid() when it is broken
2018-05-28 Daiki Uenobuild: Don't use locale funcs if locale_t is not define...
2018-05-28 Daiki Uenopkcs11: Exercise GNU calling convention at compile...
2018-05-25 Daiki Uenobuild: Simplify README inclusion 0.23.11
2018-05-25 Daiki UenoNEWS: Mention latest changes
2018-05-25 Daiki Uenobuild: Delay building mock-six.la until "make check"
2018-05-25 Daiki Uenobuild: Include README in the distribution
2018-05-25 Daiki Uenobuild: Fix ChangeLog generation
2018-05-25 Daiki Uenobuild: Remove obsolete upload rules
2018-05-25 Daiki Uenobuild: Include p11-kit/test-messages.sh in distribution
2018-05-25 Daiki Uenouri: Make scheme comparison case-insensitive
2018-05-25 Daiki Uenocommon: Make case conversion locale independent
2018-05-24 Nathaniel McCallumImprove const correctness for P11KitUri
2018-05-23 Nikos MavrogiannopoulosREADME: replace by README.md
2018-05-23 Nikos MavrogiannopoulosNEWS: mark the 0.23 series as stable
2018-05-23 Nikos MavrogiannopoulosREADME.md: added reference to Daiki's key
2018-05-07 Daiki UenoRelease 0.23.11
2018-05-07 Daiki Uenocommon: Pacify clang-analyzer
2018-05-07 Daiki Uenotrust: Avoid array overflow
2018-05-07 Daiki Uenotrust: Don't null terminate PKCS #11 string fields
2018-05-07 Daiki Uenoproxy: Don't null terminate PKCS #11 string fields
2018-05-04 Daiki Uenotest: Avoid exceeding maximum pathname length of Unix...
2018-05-01 Daiki Uenolibrary: Use dedicated locale object for printing error
2018-05-01 Daiki UenoRevert "build: Check strerror_l() and uselocale() seper...
2018-04-19 Daiki Uenobuild: Check strerror_l() and uselocale() seperately
next