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 implement "focused container" feature for swaygrab 2016-09-18 16:41:08 -05:00
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 Address review comments 2018-03-28 14:43:23 -04:00
ipc-client.h swaybar: move core functionality to state.c 2016-01-24 14:22:19 +01:00
ipc.h Remove IPC_GET_PIXELS 2017-11-22 21:47:22 -05:00
list.h Added "layout promote" command. 2016-12-29 20:31:30 +01:00
log.h update log.h for latest wlr 2018-02-24 12:49:42 -05:00
meson.build Address review comments 2018-03-28 14:43:23 -04:00
pango.h Start port of swaybar to layer shell 2018-03-29 22:11:08 -04:00
pool-buffer.h Handle output removal on swaybar 2018-04-05 16:04:30 -04:00
readline.h Print /proc/<pid>/maps on segfault 2016-01-28 07:57:07 -05:00
stringop.h Add quotes to multiword arguments. 2016-01-25 00:14:13 +01:00
unicode.h Add password buffer, refactor rendering/surfaces 2018-04-04 18:47:48 -04:00
util.h Rework get_clipboard implementation 2017-07-07 21:51:34 +02:00