aboutsummaryrefslogtreecommitdiffstats
path: root/swaylock/password.c
Commit message (Collapse)AuthorAge
* Improved key handling in swaylockLibravatar Mattias Eriksson2018-04-24
| | | | | | Make escape clear buffer Add indicator states for ctrl,shift,super et al Add CapsLock indicator
* swaylock: Securely zero-out password.Libravatar Geoff Greer2018-04-12
| | | | | | | | - 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
* Address review feedback from @emersionLibravatar Drew DeVault2018-04-04
|
* Move extra roundtrip into password.cLibravatar Drew DeVault2018-04-04
|
* Actually let's not do that TODOLibravatar Drew DeVault2018-04-04
|
* R E N D E R I N GLibravatar Drew DeVault2018-04-04
|
* Verify passwordsLibravatar Drew DeVault2018-04-04
|
* Add password buffer, refactor rendering/surfacesLibravatar Drew DeVault2018-04-04