2025-10-10 12:49 | apply controlclear patch | Markus Hanetzok | 2 | +6 | -2 |
2025-10-10 12:42 | apply dwmlogoandblurscreen patch | Markus Hanetzok | 3 | +209 | -35 |
2025-10-10 12:38 | apply auto-timeout | Markus Hanetzok | 3 | +35 | -3 |
2025-10-10 12:38 | add .gitignore | Markus Hanetzok | 1 | +5 | -0 |
2025-08-16 09:11 | add a comment for the ctrl-u clear field combo | Hiltjo Posthuma | 1 | +1 | -1 |
2025-08-15 23:30 | Support ^U for clearing password | Drew Marino | 1 | +3 | -0 |
2025-08-09 12:34 | bump version to 1.6 | Hiltjo Posthuma | 1 | +1 | -1 |
2022-09-09 08:50 | simplify post-lock cmd and die if it fails | NRK | 1 | +7 | -9 |
2023-10-06 09:57 | slock.1: use standard wording for options | Hiltjo Posthuma | 1 | +4 | -1 |
2023-10-06 09:50 | write version to stdout like the man page says | Hiltjo Posthuma | 1 | +1 | -1 |
2023-10-06 09:48 | slock.1: improve man page | Hiltjo Posthuma | 1 | +12 | -9 |
2023-10-06 09:41 | config.mk: no need to set CC | Hiltjo Posthuma | 1 | +0 | -3 |
2023-10-06 09:39 | Makefile: be verbose and remove options | Hiltjo Posthuma | 1 | +20 | -35 |
2023-10-06 09:39 | update LICENSE | Hiltjo Posthuma | 1 | +1 | -0 |
2022-10-04 17:45 | bump version to 1.5 | Hiltjo Posthuma | 1 | +1 | -1 |
2022-10-04 17:44 | Makefile: explicit_bzero.c was copied twice (GNU make gives a warning) | Hiltjo Posthuma | 1 | +1 | -1 |
2017-03-25 20:16 | Properly clear the last entered character | Tobias Stoeckmann | 1 | +1 | -1 |
2016-11-22 23:29 | rm trailing whitespace in README | Markus Teich | 1 | +1 | -1 |
2016-11-22 23:28 | syntax fix | Markus Teich | 1 | +4 | -2 |
2016-11-22 23:28 | there can only be one window in the event | Markus Teich | 1 | +1 | -0 |
2016-11-07 17:15 | Fix resize with multiple monitors and portrait mode | Bob Uhl | 1 | +7 | -2 |
2016-11-20 00:07 | bump version | Markus Teich | 1 | +1 | -1 |
2016-11-19 23:59 | add arg.h and util.h to Makefile | Markus Teich | 1 | +3 | -3 |
2016-11-19 23:29 | clarify colors in config.def.h | Markus Teich | 1 | +4 | -4 |
2016-11-19 23:29 | move config.h inclusion after type declarations | Markus Teich | 1 | +2 | -2 |
2016-10-17 18:28 | Unboolify slock.c | Laslo Hunhold | 1 | +1 | -1 |
2016-10-01 22:10 | Use explicit strcmp() instead of inlining it | FRIGN | 1 | +2 | -2 |
2016-10-01 22:03 | No need for oldc to be static | FRIGN | 1 | +2 | -2 |
2016-10-01 21:56 | Use NUL character constant explicitly | FRIGN | 1 | +2 | -2 |
2016-10-01 21:50 | Keep the line-lengths at bay | FRIGN | 1 | +42 | -28 |
2016-09-28 18:20 | Add a section on security considerations | FRIGN | 1 | +12 | -0 |
2016-09-26 11:28 | remove confusing DPMS comment | Markus Teich | 1 | +0 | -4 |
2016-09-23 17:08 | error out early on crypt() fail | Markus Teich | 1 | +3 | -2 |
2016-09-11 21:17 | Stop using $USER for shadow entries | FRIGN | 1 | +2 | -2 |
2016-09-11 21:10 | Rename getpw() and pws to gethash() and hash | FRIGN | 1 | +16 | -16 |
2016-09-11 21:08 | Remove cleanup and deglobalize and rework data structures | FRIGN | 1 | +23 | -55 |
2016-09-08 17:03 | config.mk: be more explicative about FLAGS | Quentin Rameau | 1 | +4 | -2 |
2016-09-07 11:32 | Ensure Polyphemus-Mitigation and properly drop privileges | FRIGN | 3 | +30 | -6 |
2016-09-07 11:02 | Unify how we check passwords between different OSes | Quentin Rameau | 2 | +15 | -41 |
2016-09-07 08:04 | make error message prefix consistent | Markus Teich | 1 | +4 | -4 |
2016-09-02 09:49 | increasing for loops are idiomatic | Markus Teich | 1 | +1 | -1 |
2016-09-01 11:47 | Localize running and failure inside readpw() | Quentin Rameau | 1 | +4 | -6 |
2016-09-01 11:47 | Move screen unlocking inside cleanup() | Quentin Rameau | 1 | +11 | -9 |
2016-09-01 11:46 | Re-introduce the waiting loop for input grabbing | Quentin Rameau | 1 | +38 | -22 |
2016-09-01 11:46 | Add cleanup() to do free(locks) + XCloseDisplay() | Quentin Rameau | 1 | +10 | -6 |
2016-08-22 23:45 | Refactor dontkillme() | FRIGN | 1 | +15 | -7 |
2016-08-23 08:55 | Convert manpage to mandoc and fix usage | FRIGN | 2 | +27 | -29 |
2016-08-30 22:59 | fix CVE-2016-6866 | Markus Teich | 1 | +8 | -2 |
2016-08-30 22:56 | Update bsd-auth string. | Markus Teich | 1 | +1 | -1 |
2016-08-30 15:33 | Exit as soon as possible on input grabbing error | Quentin Rameau | 1 | +20 | -24 |
| 89 more commits remaining, fetch the repository |