Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-12 | swaylock: Securely zero-out password. | Geoff Greer | |
- 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-04 | Add hidpi support to swaylock | Drew DeVault | |
2018-04-04 | Implement input-inhibit in sway, swaylock | Drew DeVault | |
2018-04-04 | R E N D E R I N G | Drew DeVault | |
2018-04-04 | Add password buffer, refactor rendering/surfaces | Drew DeVault | |
2018-04-04 | Split seat code into its own file | Drew DeVault | |
2017-07-31 | Allow swaylock indicator size to be configurable | Calvin Lee | |
2017-02-21 | Documentation and style fixes for swaylock | Calvin Lee | |
2017-02-21 | Feature for #1078: Configurable swaylock colors | Calvin Lee | |
Colors are configured through the command line so that swaylock conforms to the i3lock fork 'github.com/chrjguill/i3lock-color'. Differences from it are that one letter options '-r' and '-s' are not implimentend because '-s' is already used by '--scaling' in swaylock. This commit also fixed whitespace in 'include/swaylock/swaylock.h' and changed `parse_color` in 'common/util.h' so that it can accept colors that do not start with a hash. This was done to keep compatability with the i3lock fork. | |||
2016-09-01 | Reorganize includes | Drew DeVault | |