summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use argv0 instead of passing "slock:" to die every timeFRIGN2016-02-141-12/+16
|
* No need for usage()FRIGN2016-02-142-31/+9
| | | | | | | | | | | | | | | | | There are 2 arguments why -v and -h are broken: 1) if you are running off git, -v will show the last stable release, effectively making this option useless. people running stable versions leave open an attack surface this way in case there are vulnerabilities found. 99% of the people are also using package managers to keep their software up to date, instead of running $TOOL -v to check how old it is. 2) -h is a sad excuse for not just looking at the manual page (man 1 slock). Given we accept a post_lock_command, we can't be as liberal and just intercept certain flags. I changed the manpage to reflect this change.
* Clarify config.def.hFRIGN2016-02-141-2/+4
| | | | Clear up the wording a bit and explain what failonclear means.
* Simplify the oom-taming-functionFRIGN2016-02-141-14/+6
| | | | | | | | | | | | There really is no need to source a defined variable from a linux header. The OOM-rank ranges from -1000 to 1000, so we can safely hardcode -1000, which is a sane thing to do given slock is suid and we don't want to play around too much here anyway. On another notice, let's not forget that this still is a shitty heuristic. The OOM-killer still can kill us (thus I also changed the wording in the error-message. We do not disable the OOM-killer, we're just hiding.
* add slock.1 man page1.3Markus Teich2016-02-113-1/+38
|
* Update license yearFRIGN2016-02-111-1/+1
| | | | It actually was 2014 and not 2015.
* Don't forget the E-MailFRIGN2016-02-111-1/+1
|
* Add myself to LicenseFRIGN2016-02-111-0/+1
| | | | forgot that a while ago
* update copyright year in -v outputMarkus Teich2016-02-111-1/+1
|
* prepare 1.3 releaseMarkus Teich2016-02-112-1/+2
|
* remove .hgtagsMarkus Teich2016-02-111-10/+0
|
* 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-082-3/+7
|
* resize lockscreen window after Xrandr resizeMarkus Teich2015-04-012-3/+17
|
* Blank the screen with color 0, add third color for failed loginsDavid Phillips2015-04-012-11/+23
| | | | | | | | | | | | | | | - Adds another color in config.def.h, COLOR_INIT - Renames the colours from numerical ones to ones with meaningful names; COLOR_INPUT for when there is content in the input buffer and COLOR_EMPTY for when the input buffer has been cleared (backspaced or a failed attempt). - Ensures XFreeColors frees the right number of colours. This is now derived from the size of `Lock->colors` rather than being an integer literal. - Makes slock exhibit the behaviour described by Markus The default colours are the same as the ones slock currently uses, with the exception of the new color, which I have set to red, as it indicates someone has either failed an attempt to unlock, or that they have entered input and erased it all.
* 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-225-4/+13
|
* end{pw,sp}ent() can only be called after get{pw,sp}ent()sin2014-11-091-2/+0
| | | | Calling them unconditionally can result in memory corruption.
* Only check errno if getpwuid() failssin2014-07-091-4/+6
| | | | Checking errno otherwise is unspecified.
* Add /etc/passwd supportFRIGN2014-06-091-2/+2
| | | | | Fix slock to work with /etc/passwd without /etc/shadow. while we're at it, remove an occurence of trailing whitespace.
* Set errno to 0 before getpwuid() and check it afterwardssin2014-01-291-1/+4
|
* applied Robert Schneider's Linux suggestions, also bumped version and ↵Anselm R Garbe2013-08-023-10/+30
| | | | updated LICENSE file's copyright notice
* prepared 1.1anselm@garbe.us2012-10-251-1/+1
|
* applied andres' multi-slock fix, thanks for spotting this issuegarbeam@gmail.com2012-08-021-3/+14
|
* added Ben's password placeholder entry kludgeanselm@garbe.us2012-04-151-1/+1
|
* applied Eckehard Bern's dualcolor patch to slockanselm@garbe.us2012-03-172-7/+24
|
* Added tag 1.0 for changeset 05b949016e85anselm@garbe.us2012-02-111-0/+1
|
* preparing 1.01.0anselm@garbe.us2012-02-111-1/+1
|
* select for SubstructureRedirectMask as wellanselm@garbe.us2012-02-091-0/+2
|
* fixed missing new linesanselm@garbe.us2012-02-091-2/+2
|
* typo fixanselm@garbe.us2012-02-051-1/+1
|
* added XRaiseWindow workaround when new clients are launchedanselm@garbe.us2012-02-052-52/+36
|
* applied Michaels patchgarbeam@gmail.com2012-01-241-2/+4
|
* added dummy error handler to prevent X from terminating slock just in caseanselm@garbe.us2012-01-221-8/+14
|
* applied Markus' patch to die in case /etc/passwd is unavailableAnselm R Garbe2011-04-211-0/+3
|
* applied Fernando Silveira's multiscreen patch for old style multihead setupsAnselm R Garbe2009-11-261-69/+151
|
* applied Ali Gholami Rudi's patch regarding DPMS timeout customization and ↵a@null2008-12-122-5/+10
| | | | persistence
* Added tag 0.9 for changeset 1e8a77601cb9Anselm R Garbe2008-07-291-0/+1
|
* fix0.9Anselm R Garbe2008-07-291-4/+2
|
* prepared releaseAnselm R Garbe2008-07-292-9/+8
|
* removed useless chars, prepared releaseAnselm R Garbe2008-07-293-19/+17
|
* s/d//Anselm R Garbe2008-04-091-1/+1
|