aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-09-28Add a section on security considerationsFRIGN1-0/+12
2016-09-26remove confusing DPMS commentMarkus Teich1-4/+0
2016-09-23error out early on crypt() failMarkus Teich1-2/+3
2016-09-23Stop using $USER for shadow entriesFRIGN1-2/+2
2016-09-23Rename getpw() and pws to gethash() and hashFRIGN1-16/+16
2016-09-23Remove cleanup and deglobalize and rework data structuresFRIGN1-55/+23
2016-09-08config.mk: be more explicative about FLAGSQuentin Rameau1-2/+4
2016-09-08Ensure Polyphemus-Mitigation and properly drop privilegesFRIGN3-6/+30
2016-09-07Unify how we check passwords between different OSesQuentin Rameau2-41/+15
2016-09-07make error message prefix consistentMarkus Teich1-4/+4
2016-09-02increasing for loops are idiomaticMarkus Teich1-1/+1
2016-09-02Localize running and failure inside readpw()Quentin Rameau1-6/+4
2016-09-02Move screen unlocking inside cleanup()Quentin Rameau1-9/+11
2016-09-02Re-introduce the waiting loop for input grabbingQuentin Rameau1-22/+38
2016-09-02Add cleanup() to do free(locks) + XCloseDisplay()Quentin Rameau1-6/+10
2016-08-31Refactor dontkillme()FRIGN1-7/+15
2016-08-31Convert manpage to mandoc and fix usageFRIGN2-29/+27
2016-08-31fix CVE-2016-6866Markus Teich1-2/+8
2016-08-31Update bsd-auth string.Markus Teich1-1/+1
2016-08-30Exit as soon as possible on input grabbing errorQuentin Rameau1-24/+20
2016-08-22Refactor main()FRIGN2-31/+119
2016-08-13clear passwords with explicit_bzeroHiltjo Posthuma5-5/+34
2016-02-15Revert "No need for usage()"Markus Teich2-5/+28
2016-02-15revert using argv0 and minor fixupMarkus Teich1-9/+6
2016-02-14Use argv0 instead of passing "slock:" to die every timeFRIGN1-12/+16
2016-02-14No need for usage()FRIGN2-31/+9
2016-02-14Clarify config.def.hFRIGN1-2/+4
2016-02-14Simplify the oom-taming-functionFRIGN1-14/+6
2016-02-11add slock.1 man pageMarkus Teich3-1/+38
2016-02-11Update license yearFRIGN1-1/+1
2016-02-11Don't forget the E-MailFRIGN1-1/+1
2016-02-11Add myself to LicenseFRIGN1-0/+1
2016-02-11update copyright year in -v outputMarkus Teich1-1/+1
2016-02-11prepare 1.3 releaseMarkus Teich2-1/+2
2016-02-11remove .hgtagsMarkus Teich1-10/+0
2016-01-29add hint for suid to oom error messageMarkus Teich1-1/+1
2016-01-18error messages on grab failureMarkus Teich1-14/+16
2016-01-18code style fixMarkus Teich1-18/+9
2015-12-26add option to run command after screen is lockedMarkus Teich1-2/+10
2015-08-27Don't change to failure colour on successDavid Phillips1-1/+1
2015-07-06Slightly safer OOM killer disablement in linuxDavid Phillips1-1/+12
2015-05-08rework setting window colorMarkus Teich1-10/+7
2015-05-08consistently use () with sizeofMarkus Teich1-2/+2
2015-05-08Option to not show failure color on clearNick Currier2-3/+7
2015-04-01resize lockscreen window after Xrandr resizeMarkus Teich2-3/+17
2015-04-01Blank the screen with color 0, add third color for failed loginsDavid Phillips2-11/+23
2015-01-27applied Dimitris' style patch from Dec'14, with some minor modificationsAnselm R Garbe1-52/+60
2014-12-22fixed usage stringAnselm R Garbe1-1/+1
2014-12-22applied sin's patch and prepared new releaseAnselm R Garbe5-4/+13
2014-11-09end{pw,sp}ent() can only be called after get{pw,sp}ent()sin1-2/+0