summaryrefslogtreecommitdiff
path: root/slock.c
Commit message (Expand)AuthorAgeFilesLines
* Properly clear the last entered characterTobias Stoeckmann2017-03-251-1/+1
* syntax fixMarkus Teich2016-11-231-2/+4
* there can only be one window in the eventMarkus Teich2016-11-231-0/+1
* Fix resize with multiple monitors and portrait modeBob Uhl2016-11-231-2/+7
* move config.h inclusion after type declarationsMarkus Teich2016-11-201-2/+2
* Unboolify slock.cLaslo Hunhold2016-10-181-1/+1
* Use explicit strcmp() instead of inlining itFRIGN2016-10-101-2/+2
* No need for oldc to be staticFRIGN2016-10-101-2/+2
* Use NUL character constant explicitlyFRIGN2016-10-101-2/+2
* Keep the line-lengths at bayFRIGN2016-10-101-28/+42
* remove confusing DPMS commentMarkus Teich2016-09-261-4/+0
* error out early on crypt() failMarkus Teich2016-09-231-2/+3
* Stop using $USER for shadow entriesFRIGN2016-09-231-2/+2
* Rename getpw() and pws to gethash() and hashFRIGN2016-09-231-16/+16
* Remove cleanup and deglobalize and rework data structuresFRIGN2016-09-231-55/+23
* Ensure Polyphemus-Mitigation and properly drop privilegesFRIGN2016-09-081-5/+25
* Unify how we check passwords between different OSesQuentin Rameau2016-09-071-34/+13
* make error message prefix consistentMarkus Teich2016-09-071-4/+4
* increasing for loops are idiomaticMarkus Teich2016-09-021-1/+1
* Localize running and failure inside readpw()Quentin Rameau2016-09-021-6/+4
* Move screen unlocking inside cleanup()Quentin Rameau2016-09-021-9/+11
* Re-introduce the waiting loop for input grabbingQuentin Rameau2016-09-021-22/+38
* Add cleanup() to do free(locks) + XCloseDisplay()Quentin Rameau2016-09-021-6/+10
* Refactor dontkillme()FRIGN2016-08-311-7/+15
* Convert manpage to mandoc and fix usageFRIGN2016-08-311-1/+1
* fix CVE-2016-6866Markus Teich2016-08-311-2/+8
* Update bsd-auth string.Markus Teich2016-08-311-1/+1
* Exit as soon as possible on input grabbing errorQuentin Rameau2016-08-301-24/+20
* Refactor main()FRIGN2016-08-221-31/+54
* clear passwords with explicit_bzeroHiltjo Posthuma2016-08-131-2/+6
* Revert "No need for usage()"Markus Teich2016-02-151-2/+15
* revert using argv0 and minor fixupMarkus Teich2016-02-151-9/+6
* Use argv0 instead of passing "slock:" to die every timeFRIGN2016-02-141-12/+16
* No need for usage()FRIGN2016-02-141-14/+2
* Simplify the oom-taming-functionFRIGN2016-02-141-14/+6
* update copyright year in -v outputMarkus Teich2016-02-111-1/+1
* add hint for suid to oom error messageMarkus Teich2016-01-291-1/+1
* error messages on grab failureMarkus Teich2016-01-181-14/+16
* code style fixMarkus Teich2016-01-181-18/+9
* add option to run command after screen is lockedMarkus Teich2015-12-261-2/+10
* Don't change to failure colour on successDavid Phillips2015-08-271-1/+1
* Slightly safer OOM killer disablement in linuxDavid Phillips2015-07-061-1/+12
* rework setting window colorMarkus Teich2015-05-081-10/+7
* consistently use () with sizeofMarkus Teich2015-05-081-2/+2
* Option to not show failure color on clearNick Currier2015-05-081-3/+6
* resize lockscreen window after Xrandr resizeMarkus Teich2015-04-011-2/+16
* Blank the screen with color 0, add third color for failed loginsDavid Phillips2015-04-011-9/+18
* applied Dimitris' style patch from Dec'14, with some minor modificationsAnselm R Garbe2015-01-271-52/+60
* fixed usage string1.2Anselm R Garbe2014-12-221-1/+1
* applied sin's patch and prepared new releaseAnselm R Garbe2014-12-221-0/+2