enlightenment/src/modules/lokker
Carsten Haitzler a3ae1b0ac2 e auth - use our memclear and fill it out with modern zeroing methods
so memset_s still doesn't get detected (add a check anyway), but there
are other alternatives, so detect and use them if found
(explicit_bzero, explicit_memset) in addition to the generally
"practically works" memset ptr method we had and.. just to be extra
safe add an asm memory barrier to this fallback. also.. mlock the
passwd memory in lokker (if it doesn't work - don't worry - there is
nothing we can do, so we did our best) to avoid this memory gettign
swapped etc.
2020-02-18 10:29:43 +00:00
..
e_mod_main.c add separate desklock key up handler to correctly handle caps lock on wayland 2017-08-18 15:52:50 -04:00
e_mod_main.h add separate desklock key up handler to correctly handle caps lock on wayland 2017-08-18 15:52:50 -04:00
lokker.c e auth - use our memclear and fill it out with modern zeroing methods 2020-02-18 10:29:43 +00:00
meson.build meson: use file instead of doing the relative path by hand 2017-08-08 18:38:37 +02:00