sway/include
Geoff Greer ad6aa21c43 swaylock: Securely zero-out password.
- Replace char* with static array. Any chars > 1024 will be discarded.
- mlock() password buffer so it can't be written to swap.
- Clear password buffer after auth succeeds or fails.

This is basically the same treatment I gave the 0.15 branch in https://github.com/swaywm/sway/pull/1519
2018-04-12 17:49:21 -07:00
..
sway Clean up cursor simulation code. 2018-04-10 15:40:27 -04:00
swaybar Handle output removal on swaybar 2018-04-05 16:04:30 -04:00
swaygrab
swaylock swaylock: Securely zero-out password. 2018-04-12 17:49:21 -07:00
background-image.h Initial swaylock port 2018-04-04 18:47:48 -04:00
cairo.h
ipc-client.h
ipc.h
list.h
log.h
meson.build
pango.h
pool-buffer.h Handle output removal on swaybar 2018-04-05 16:04:30 -04:00
readline.h
stringop.h
unicode.h Add password buffer, refactor rendering/surfaces 2018-04-04 18:47:48 -04:00
util.h