| Commit message (Expand) | Author | Age | Files | Lines |
* | Add capscolor (and Xresources) patch | Sam Chudnick | 2023-02-25 | 2 | -4/+13 |
* | Applied foreground and background patch | Sam Chudnick | 2023-02-25 | 4 | -25/+199 |
* | bump version to 1.5 | Hiltjo Posthuma | 2022-10-04 | 1 | -1/+1 |
* | Makefile: explicit_bzero.c was copied twice (GNU make gives a warning) | Hiltjo Posthuma | 2022-10-04 | 1 | -1/+1 |
* | Properly clear the last entered character | Tobias Stoeckmann | 2017-03-25 | 1 | -1/+1 |
* | rm trailing whitespace in README | Markus Teich | 2016-11-23 | 1 | -1/+1 |
* | syntax fix | Markus Teich | 2016-11-23 | 1 | -2/+4 |
* | there can only be one window in the event | Markus Teich | 2016-11-23 | 1 | -0/+1 |
* | Fix resize with multiple monitors and portrait mode | Bob Uhl | 2016-11-23 | 1 | -2/+7 |
* | bump version | Markus Teich | 2016-11-20 | 1 | -1/+1 |
* | add arg.h and util.h to Makefile | Markus Teich | 2016-11-20 | 1 | -3/+3 |
* | clarify colors in config.def.h | Markus Teich | 2016-11-20 | 1 | -4/+4 |
* | move config.h inclusion after type declarations | Markus Teich | 2016-11-20 | 1 | -2/+2 |
* | Unboolify slock.c | Laslo Hunhold | 2016-10-18 | 1 | -1/+1 |
* | Use explicit strcmp() instead of inlining it | FRIGN | 2016-10-10 | 1 | -2/+2 |
* | No need for oldc to be static | FRIGN | 2016-10-10 | 1 | -2/+2 |
* | Use NUL character constant explicitly | FRIGN | 2016-10-10 | 1 | -2/+2 |
* | Keep the line-lengths at bay | FRIGN | 2016-10-10 | 1 | -28/+42 |
* | Add a section on security considerations | FRIGN | 2016-09-28 | 1 | -0/+12 |
* | remove confusing DPMS comment | Markus Teich | 2016-09-26 | 1 | -4/+0 |
* | error out early on crypt() fail | Markus Teich | 2016-09-23 | 1 | -2/+3 |
* | Stop using $USER for shadow entries | FRIGN | 2016-09-23 | 1 | -2/+2 |
* | Rename getpw() and pws to gethash() and hash | FRIGN | 2016-09-23 | 1 | -16/+16 |
* | Remove cleanup and deglobalize and rework data structures | FRIGN | 2016-09-23 | 1 | -55/+23 |
* | config.mk: be more explicative about FLAGS | Quentin Rameau | 2016-09-08 | 1 | -2/+4 |
* | Ensure Polyphemus-Mitigation and properly drop privileges | FRIGN | 2016-09-08 | 3 | -6/+30 |
* | Unify how we check passwords between different OSes | Quentin Rameau | 2016-09-07 | 2 | -41/+15 |
* | make error message prefix consistent | Markus Teich | 2016-09-07 | 1 | -4/+4 |
* | increasing for loops are idiomatic | Markus Teich | 2016-09-02 | 1 | -1/+1 |
* | Localize running and failure inside readpw() | Quentin Rameau | 2016-09-02 | 1 | -6/+4 |
* | Move screen unlocking inside cleanup() | Quentin Rameau | 2016-09-02 | 1 | -9/+11 |
* | Re-introduce the waiting loop for input grabbing | Quentin Rameau | 2016-09-02 | 1 | -22/+38 |
* | Add cleanup() to do free(locks) + XCloseDisplay() | Quentin Rameau | 2016-09-02 | 1 | -6/+10 |
* | Refactor dontkillme() | FRIGN | 2016-08-31 | 1 | -7/+15 |
* | Convert manpage to mandoc and fix usage | FRIGN | 2016-08-31 | 2 | -29/+27 |
* | fix CVE-2016-6866 | Markus Teich | 2016-08-31 | 1 | -2/+8 |
* | Update bsd-auth string. | Markus Teich | 2016-08-31 | 1 | -1/+1 |
* | Exit as soon as possible on input grabbing error | Quentin Rameau | 2016-08-30 | 1 | -24/+20 |
* | Refactor main() | FRIGN | 2016-08-22 | 2 | -31/+119 |
* | clear passwords with explicit_bzero | Hiltjo Posthuma | 2016-08-13 | 5 | -5/+34 |
* | Revert "No need for usage()" | Markus Teich | 2016-02-15 | 2 | -5/+28 |
* | revert using argv0 and minor fixup | Markus Teich | 2016-02-15 | 1 | -9/+6 |
* | Use argv0 instead of passing "slock:" to die every time | FRIGN | 2016-02-14 | 1 | -12/+16 |
* | No need for usage() | FRIGN | 2016-02-14 | 2 | -31/+9 |
* | Clarify config.def.h | FRIGN | 2016-02-14 | 1 | -2/+4 |
* | Simplify the oom-taming-function | FRIGN | 2016-02-14 | 1 | -14/+6 |
* | add slock.1 man page | Markus Teich | 2016-02-11 | 3 | -1/+38 |
* | Update license year | FRIGN | 2016-02-11 | 1 | -1/+1 |
* | Don't forget the E-Mail | FRIGN | 2016-02-11 | 1 | -1/+1 |
* | Add myself to License | FRIGN | 2016-02-11 | 1 | -0/+1 |