From: Alon Bar-L. <no...@gi...> - 2019-04-25 11:45:40
|
Branch: refs/heads/master Home: https://github.com/OpenSC/pkcs11-helper Commit: b370bd5051ba086a1e351b6f7b778d79d514be32 https://github.com/OpenSC/pkcs11-helper/commit/b370bd5051ba086a1e351b6f7b778d79d514be32 Author: Alon Bar-Lev <alo...@gm...> Date: 2019-04-25 (Thu, 25 Apr 2019) Changed paths: M lib/pkcs11h-core.c Log Message: ----------- core: __pkcs11h_forkFixup always activate slotevents Commit: 551631c0e6ce65e10426c965abf14c63ec9018f8 https://github.com/OpenSC/pkcs11-helper/commit/551631c0e6ce65e10426c965abf14c63ec9018f8 Author: Alon Bar-Lev <alo...@gm...> Date: 2019-04-25 (Thu, 25 Apr 2019) Changed paths: M include/pkcs11-helper-1.0/pkcs11h-core.h M lib/pkcs11h-core.c Log Message: ----------- core: avoid lock during fork fixup the atfork child is guarenteed to be run before any child logic. developers are instructed to call fork fixup before any logic. Commit: b8e0956d8e74f41dee0d6284dcb56971d56ae0b3 https://github.com/OpenSC/pkcs11-helper/commit/b8e0956d8e74f41dee0d6284dcb56971d56ae0b3 Author: Alon Bar-Lev <alo...@gm...> Date: 2019-04-25 (Thu, 25 Apr 2019) Changed paths: M lib/pkcs11h-core.c Log Message: ----------- core: avoid recursive fork fixup Commit: d954c6e15061ce59c934d0632588655c67adba1c https://github.com/OpenSC/pkcs11-helper/commit/d954c6e15061ce59c934d0632588655c67adba1c Author: Alon Bar-Lev <alo...@gm...> Date: 2019-04-25 (Thu, 25 Apr 2019) Changed paths: M configure.ac M tests/Makefile.am A tests/test-fork/Makefile.am A tests/test-fork/test-fork.c Log Message: ----------- tests: add fork test Commit: b3753ebd65782c33e7cea69c997ddc482ff30396 https://github.com/OpenSC/pkcs11-helper/commit/b3753ebd65782c33e7cea69c997ddc482ff30396 Author: Alon Bar-Lev <alo...@gm...> Date: 2019-04-25 (Thu, 25 Apr 2019) Changed paths: M ChangeLog Log Message: ----------- doc: update ChangeLog Compare: https://github.com/OpenSC/pkcs11-helper/compare/1ab6cb173185...b3753ebd6578 |