Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
aboutsummaryrefsloggraphtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2021-12-10Don't override CFLAGS and LDFLAGS from environmentHEAD1.4_2masterKian Kasad-2/+4
2021-12-10Ignore modifier key press eventsKian Kasad-1/+2
2021-11-28Don't update screen color when a passed-through key is pressedKian Kasad-1/+1
2021-11-28Allow passing some keys through1.4_1Kian Kasad-0/+23
2021-11-28Apply Xresources patchKian Kasad-0/+80
2021-11-28combine two calls to chmod(8) into oneKian Kasad-2/+1
2021-11-28add window class 'slock' to lock windowKian Kasad-0/+6
2021-11-28add gitignoreKian Kasad-0/+3
2021-11-28Don't properly orient windowKian Kasad-7/+2
2017-03-25Properly clear the last entered characterTobias Stoeckmann-1/+1
2016-11-23rm trailing whitespace in READMEMarkus Teich-1/+1
2016-11-23syntax fixMarkus Teich-2/+4
2016-11-23there can only be one window in the eventMarkus Teich-0/+1
2016-11-23Fix resize with multiple monitors and portrait modeBob Uhl-2/+7
2016-11-20bump version1.4Markus Teich-1/+1
2016-11-20add arg.h and util.h to MakefileMarkus Teich-3/+3
2016-11-20clarify colors in config.def.hMarkus Teich-4/+4
2016-11-20move config.h inclusion after type declarationsMarkus Teich-2/+2
2016-10-18Unboolify slock.cLaslo Hunhold-1/+1
2016-10-10Use explicit strcmp() instead of inlining itFRIGN-2/+2
2016-10-10No need for oldc to be staticFRIGN-2/+2
2016-10-10Use NUL character constant explicitlyFRIGN-2/+2
2016-10-10Keep the line-lengths at bayFRIGN-28/+42
2016-09-28Add a section on security considerationsFRIGN-0/+12
2016-09-26remove confusing DPMS commentMarkus Teich-4/+0
2016-09-23error out early on crypt() failMarkus Teich-2/+3
2016-09-23Stop using $USER for shadow entriesFRIGN-2/+2
2016-09-23Rename getpw() and pws to gethash() and hashFRIGN-16/+16
2016-09-23Remove cleanup and deglobalize and rework data structuresFRIGN-55/+23
2016-09-08config.mk: be more explicative about FLAGSQuentin Rameau-2/+4
2016-09-08Ensure Polyphemus-Mitigation and properly drop privilegesFRIGN-6/+30
2016-09-07Unify how we check passwords between different OSesQuentin Rameau-41/+15
2016-09-07make error message prefix consistentMarkus Teich-4/+4
2016-09-02increasing for loops are idiomaticMarkus Teich-1/+1
2016-09-02Localize running and failure inside readpw()Quentin Rameau-6/+4
2016-09-02Move screen unlocking inside cleanup()Quentin Rameau-9/+11
2016-09-02Re-introduce the waiting loop for input grabbingQuentin Rameau-22/+38
2016-09-02Add cleanup() to do free(locks) + XCloseDisplay()Quentin Rameau-6/+10
2016-08-31Refactor dontkillme()FRIGN-7/+15
2016-08-31Convert manpage to mandoc and fix usageFRIGN-29/+27
2016-08-31fix CVE-2016-6866Markus Teich-2/+8
2016-08-31Update bsd-auth string.Markus Teich-1/+1
2016-08-30Exit as soon as possible on input grabbing errorQuentin Rameau-24/+20
2016-08-22Refactor main()FRIGN-31/+119
2016-08-13clear passwords with explicit_bzeroHiltjo Posthuma-5/+34
2016-02-15Revert "No need for usage()"Markus Teich-5/+28
2016-02-15revert using argv0 and minor fixupMarkus Teich-9/+6
2016-02-14Use argv0 instead of passing "slock:" to die every timeFRIGN-12/+16
2016-02-14No need for usage()FRIGN-31/+9
2016-02-14Clarify config.def.hFRIGN-2/+4