| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | update copyright year in -v output | Markus Teich | 2016-02-11 | 1 | -1/+1 |
* | prepare 1.3 release | Markus Teich | 2016-02-11 | 2 | -1/+2 |
* | remove .hgtags | Markus Teich | 2016-02-11 | 1 | -10/+0 |
* | add hint for suid to oom error message | Markus Teich | 2016-01-29 | 1 | -1/+1 |
* | error messages on grab failure | Markus Teich | 2016-01-18 | 1 | -14/+16 |
* | code style fix | Markus Teich | 2016-01-18 | 1 | -18/+9 |
* | add option to run command after screen is locked | Markus Teich | 2015-12-26 | 1 | -2/+10 |
* | Don't change to failure colour on success | David Phillips | 2015-08-27 | 1 | -1/+1 |
* | Slightly safer OOM killer disablement in linux | David Phillips | 2015-07-06 | 1 | -1/+12 |
* | rework setting window color | Markus Teich | 2015-05-08 | 1 | -10/+7 |
* | consistently use () with sizeof | Markus Teich | 2015-05-08 | 1 | -2/+2 |
* | Option to not show failure color on clear | Nick Currier | 2015-05-08 | 2 | -3/+7 |
* | resize lockscreen window after Xrandr resize | Markus Teich | 2015-04-01 | 2 | -3/+17 |
* | Blank the screen with color 0, add third color for failed logins | David Phillips | 2015-04-01 | 2 | -11/+23 |
* | applied Dimitris' style patch from Dec'14, with some minor modifications | Anselm R Garbe | 2015-01-27 | 1 | -52/+60 |
* | fixed usage string | Anselm R Garbe | 2014-12-22 | 1 | -1/+1 |
* | applied sin's patch and prepared new release | Anselm R Garbe | 2014-12-22 | 5 | -4/+13 |
* | end{pw,sp}ent() can only be called after get{pw,sp}ent() | sin | 2014-11-09 | 1 | -2/+0 |
* | Only check errno if getpwuid() fails | sin | 2014-07-09 | 1 | -4/+6 |
* | Add /etc/passwd support | FRIGN | 2014-06-09 | 1 | -2/+2 |