Age | Commit message (Expand) | Author | Files | Lines |
2016-09-26 | remove confusing DPMS comment | Markus Teich | 1 | -4/+0 |
2016-09-23 | error out early on crypt() fail | Markus Teich | 1 | -2/+3 |
2016-09-23 | Stop using $USER for shadow entries | FRIGN | 1 | -2/+2 |
2016-09-23 | Rename getpw() and pws to gethash() and hash | FRIGN | 1 | -16/+16 |
2016-09-23 | Remove cleanup and deglobalize and rework data structures | FRIGN | 1 | -55/+23 |
2016-09-08 | Ensure Polyphemus-Mitigation and properly drop privileges | FRIGN | 1 | -5/+25 |
2016-09-07 | Unify how we check passwords between different OSes | Quentin Rameau | 1 | -34/+13 |
2016-09-07 | make error message prefix consistent | Markus Teich | 1 | -4/+4 |
2016-09-02 | increasing for loops are idiomatic | Markus Teich | 1 | -1/+1 |
2016-09-02 | Localize running and failure inside readpw() | Quentin Rameau | 1 | -6/+4 |
2016-09-02 | Move screen unlocking inside cleanup() | Quentin Rameau | 1 | -9/+11 |
2016-09-02 | Re-introduce the waiting loop for input grabbing | Quentin Rameau | 1 | -22/+38 |
2016-09-02 | Add cleanup() to do free(locks) + XCloseDisplay() | Quentin Rameau | 1 | -6/+10 |
2016-08-31 | Refactor dontkillme() | FRIGN | 1 | -7/+15 |
2016-08-31 | Convert manpage to mandoc and fix usage | FRIGN | 1 | -1/+1 |
2016-08-31 | fix CVE-2016-6866 | Markus Teich | 1 | -2/+8 |
2016-08-31 | Update bsd-auth string. | Markus Teich | 1 | -1/+1 |
2016-08-30 | Exit as soon as possible on input grabbing error | Quentin Rameau | 1 | -24/+20 |
2016-08-22 | Refactor main() | FRIGN | 1 | -31/+54 |
2016-08-13 | clear passwords with explicit_bzero | Hiltjo Posthuma | 1 | -2/+6 |
2016-02-15 | Revert "No need for usage()" | Markus Teich | 1 | -2/+15 |
2016-02-15 | revert using argv0 and minor fixup | Markus Teich | 1 | -9/+6 |
2016-02-14 | Use argv0 instead of passing "slock:" to die every time | FRIGN | 1 | -12/+16 |
2016-02-14 | No need for usage() | FRIGN | 1 | -14/+2 |
2016-02-14 | Simplify the oom-taming-function | FRIGN | 1 | -14/+6 |
2016-02-11 | update copyright year in -v output | Markus Teich | 1 | -1/+1 |
2016-01-29 | add hint for suid to oom error message | Markus Teich | 1 | -1/+1 |
2016-01-18 | error messages on grab failure | Markus Teich | 1 | -14/+16 |
2016-01-18 | code style fix | Markus Teich | 1 | -18/+9 |
2015-12-26 | add option to run command after screen is locked | Markus Teich | 1 | -2/+10 |
2015-08-27 | Don't change to failure colour on success | David Phillips | 1 | -1/+1 |
2015-07-06 | Slightly safer OOM killer disablement in linux | David Phillips | 1 | -1/+12 |
2015-05-08 | rework setting window color | Markus Teich | 1 | -10/+7 |
2015-05-08 | consistently use () with sizeof | Markus Teich | 1 | -2/+2 |
2015-05-08 | Option to not show failure color on clear | Nick Currier | 1 | -3/+6 |
2015-04-01 | resize lockscreen window after Xrandr resize | Markus Teich | 1 | -2/+16 |
2015-04-01 | Blank the screen with color 0, add third color for failed logins | David Phillips | 1 | -9/+18 |
2015-01-27 | applied Dimitris' style patch from Dec'14, with some minor modifications | Anselm R Garbe | 1 | -52/+60 |
2014-12-22 | fixed usage string1.2 | Anselm R Garbe | 1 | -1/+1 |
2014-12-22 | applied sin's patch and prepared new release | Anselm R Garbe | 1 | -0/+2 |
2014-11-09 | end{pw,sp}ent() can only be called after get{pw,sp}ent() | sin | 1 | -2/+0 |
2014-07-09 | Only check errno if getpwuid() fails | sin | 1 | -4/+6 |
2014-06-09 | Add /etc/passwd support | FRIGN | 1 | -2/+2 |
2014-01-29 | Set errno to 0 before getpwuid() and check it afterwards | sin | 1 | -1/+4 |
2013-08-02 | applied Robert Schneider's Linux suggestions, also bumped version and updated... | Anselm R Garbe | 1 | -8/+28 |
2012-08-02 | applied andres' multi-slock fix, thanks for spotting this issue | garbeam@gmail.com | 1 | -3/+14 |
2012-04-15 | added Ben's password placeholder entry kludge | anselm@garbe.us | 1 | -1/+1 |
2012-03-17 | applied Eckehard Bern's dualcolor patch to slock | anselm@garbe.us | 1 | -5/+22 |
2012-02-09 | select for SubstructureRedirectMask as well | anselm@garbe.us | 1 | -0/+2 |
2012-02-09 | fixed missing new lines | anselm@garbe.us | 1 | -2/+2 |