summaryrefslogtreecommitdiff
path: root/slock.c
AgeCommit message (Expand)Author
2022-11-03Execute custom shell command after locking the systemHEADmasterBenjamin Chausse
2022-03-05Rewrite with dwmlogo pam xresourcesBenjamin Chausse
2022-03-05PAM AUTH patch for fprintdBenjamin Chausse
2020-11-21Keypress feedback patch and use tiny c compilerBenjamin Chausse
2020-10-16Apply patchesBenjamin Chausse
2017-03-25Properly clear the last entered characterTobias Stoeckmann
2016-11-23syntax fixMarkus Teich
2016-11-23there can only be one window in the eventMarkus Teich
2016-11-23Fix resize with multiple monitors and portrait modeBob Uhl
2016-11-20move config.h inclusion after type declarationsMarkus Teich
2016-10-18Unboolify slock.cLaslo Hunhold
2016-10-10Use explicit strcmp() instead of inlining itFRIGN
2016-10-10No need for oldc to be staticFRIGN
2016-10-10Use NUL character constant explicitlyFRIGN
2016-10-10Keep the line-lengths at bayFRIGN
2016-09-26remove confusing DPMS commentMarkus Teich
2016-09-23error out early on crypt() failMarkus Teich
2016-09-23Stop using $USER for shadow entriesFRIGN
2016-09-23Rename getpw() and pws to gethash() and hashFRIGN
2016-09-23Remove cleanup and deglobalize and rework data structuresFRIGN
2016-09-08Ensure Polyphemus-Mitigation and properly drop privilegesFRIGN
2016-09-07Unify how we check passwords between different OSesQuentin Rameau
2016-09-07make error message prefix consistentMarkus Teich
2016-09-02increasing for loops are idiomaticMarkus Teich
2016-09-02Localize running and failure inside readpw()Quentin Rameau
2016-09-02Move screen unlocking inside cleanup()Quentin Rameau
2016-09-02Re-introduce the waiting loop for input grabbingQuentin Rameau
2016-09-02Add cleanup() to do free(locks) + XCloseDisplay()Quentin Rameau
2016-08-31Refactor dontkillme()FRIGN
2016-08-31Convert manpage to mandoc and fix usageFRIGN
2016-08-31fix CVE-2016-6866Markus Teich
2016-08-31Update bsd-auth string.Markus Teich
2016-08-30Exit as soon as possible on input grabbing errorQuentin Rameau
2016-08-22Refactor main()FRIGN
2016-08-13clear passwords with explicit_bzeroHiltjo Posthuma
2016-02-15Revert "No need for usage()"Markus Teich
2016-02-15revert using argv0 and minor fixupMarkus Teich
2016-02-14Use argv0 instead of passing "slock:" to die every timeFRIGN
2016-02-14No need for usage()FRIGN
2016-02-14Simplify the oom-taming-functionFRIGN
2016-02-11update copyright year in -v outputMarkus Teich
2016-01-29add hint for suid to oom error messageMarkus Teich
2016-01-18error messages on grab failureMarkus Teich
2016-01-18code style fixMarkus Teich
2015-12-26add option to run command after screen is lockedMarkus Teich
2015-08-27Don't change to failure colour on successDavid Phillips
2015-07-06Slightly safer OOM killer disablement in linuxDavid Phillips
2015-05-08rework setting window colorMarkus Teich
2015-05-08consistently use () with sizeofMarkus Teich
2015-05-08Option to not show failure color on clearNick Currier