aboutsummaryrefslogtreecommitdiff
path: root/slock.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-11update copyright year in -v outputMarkus Teich1-1/+1
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 Currier1-3/+6
2015-04-01resize lockscreen window after Xrandr resizeMarkus Teich1-2/+16
2015-04-01Blank the screen with color 0, add third color for failed loginsDavid Phillips1-9/+18
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 Garbe1-0/+2
2014-11-09end{pw,sp}ent() can only be called after get{pw,sp}ent()sin1-2/+0
2014-07-09Only check errno if getpwuid() failssin1-4/+6
2014-06-09Add /etc/passwd supportFRIGN1-2/+2
2014-01-29Set errno to 0 before getpwuid() and check it afterwardssin1-1/+4
2013-08-02applied Robert Schneider's Linux suggestions, also bumped version and updated...Anselm R Garbe1-8/+28
2012-08-02applied andres' multi-slock fix, thanks for spotting this issuegarbeam@gmail.com1-3/+14
2012-04-15added Ben's password placeholder entry kludgeanselm@garbe.us1-1/+1
2012-03-17applied Eckehard Bern's dualcolor patch to slockanselm@garbe.us1-5/+22
2012-02-09select for SubstructureRedirectMask as wellanselm@garbe.us1-0/+2
2012-02-09fixed missing new linesanselm@garbe.us1-2/+2
2012-02-05typo fixanselm@garbe.us1-1/+1
2012-02-05added XRaiseWindow workaround when new clients are launchedanselm@garbe.us1-51/+35
2012-01-24applied Michaels patchgarbeam@gmail.com1-2/+4
2012-01-22added dummy error handler to prevent X from terminating slock just in caseanselm@garbe.us1-8/+14
2011-04-21applied Markus' patch to die in case /etc/passwd is unavailableAnselm R Garbe1-0/+3
2009-11-26applied Fernando Silveira's multiscreen patch for old style multihead setupsAnselm R Garbe1-69/+151
2008-12-12applied Ali Gholami Rudi's patch regarding DPMS timeout customization and per...a@null1-4/+9
2008-07-29prepared releaseAnselm R Garbe1-3/+4
2008-07-29removed useless chars, prepared releaseAnselm R Garbe1-8/+6
2008-04-09s/d//Anselm R Garbe1-1/+1
2008-04-09yet another DPMS fix, still trying to prevent the error handlerAnselm R Garbe1-1/+3
2008-04-08fixed DPMS crashing issueAnselm R Garbe1-3/+7
2008-02-22applied two patches, BSD_AUTH patch and Gottox' DPMS support patchAnselm R Garbe1-4/+30
2007-11-25removed Sander from -v by requestAnselm R. Garbe1-1/+1
2007-11-24next version will be 0.8Anselm R. Garbe1-1/+3
2007-11-24final fixes and cleanupsAnselm R. Garbe1-16/+19
2007-11-13applied Ryan Sorensen bugfix which allows slock to acquire the keyboard grab ...arg@suckless.org1-1/+1
2007-04-13updating copyright stuff in slock as wellAnselm R. Garbe1-4/+3
2007-03-07grab on the root window, it is correct, all lockers do thatAnselm R. Garbe1-3/+2
2007-03-02grab on the slock window instead on the root windowAnselm R. Garbe1-3/+3
2007-02-21made slock more readable, added root variable because we intend to call RootW...Anselm R. Garbe1-11/+17
2007-02-21made slock more aggressive, DenisG please recheckAnselm R. Garbe1-5/+6
2007-02-01foobarAnselm R. Garbe1-1/+1
2007-01-13fixed a potential buffer overflow bug on the stack (thanks to Ghassan Misherg)Anselm R. Garbe1-2/+2
2006-11-26fixed sizeof stuffarg@mig291-1/+1