Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | routines: replace errprint_*() with print_error() | Joursoir | 2022-08-26 | 1 | -5/+10 |
| | | | | | | | | This is one of the steps on the way to get rid of errprint_*() macros and handle errors by yourself. For more context see other patches under the same topic specified below. TOPIC=drop_errprint | ||||
* | routines: include wayland code only if DISPLAY isn't defined | Joursoir | 2022-08-25 | 1 | -15/+15 |
| | | | | | This code is unreachable if lock-password is compiled with X11 support. Move it to `else` macro-statement. | ||||
* | routines: make the path validation error message more informative | Joursoir | 2022-08-25 | 1 | -2/+1 |
| | | | | | The error message matches the comment before the function, so remove the last one. | ||||
* | tree: move printing error into check_sneaky_paths() | Joursoir | 2022-08-25 | 1 | -1/+4 |
| | | | | Avoid repeating the same error messages. | ||||
* | routines: null-terminate a generated password | Joursoir | 2021-07-04 | 1 | -0/+1 |
| | |||||
* | routines: use new allowed chars to generate a password | Joursoir | 2021-07-04 | 1 | -2/+9 |
| | |||||
* | refactor; set correct headers guard | Joursoir | 2021-03-23 | 1 | -0/+211 |