]> git.armaanb.net Git - slock.git/log
slock.git
8 years agoSlightly safer OOM killer disablement in linux
David Phillips [Fri, 19 Jun 2015 11:42:15 +0000 (23:42 +1200)]
Slightly safer OOM killer disablement in linux

8 years agorework setting window color
Markus Teich [Fri, 8 May 2015 15:10:15 +0000 (17:10 +0200)]
rework setting window color

8 years agoconsistently use () with sizeof
Markus Teich [Fri, 8 May 2015 14:43:13 +0000 (16:43 +0200)]
consistently use () with sizeof

8 years agoOption to not show failure color on clear
Nick Currier [Wed, 6 May 2015 16:18:50 +0000 (10:18 -0600)]
Option to not show failure color on clear

9 years agoresize lockscreen window after Xrandr resize
Markus Teich [Wed, 25 Feb 2015 22:06:45 +0000 (23:06 +0100)]
resize lockscreen window after Xrandr resize

9 years agoBlank the screen with color 0, add third color for failed logins
David Phillips [Wed, 11 Feb 2015 22:56:35 +0000 (11:56 +1300)]
Blank the screen with color 0, add third color for failed logins

- 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.

9 years agoapplied Dimitris' style patch from Dec'14, with some minor modifications
Anselm R Garbe [Tue, 27 Jan 2015 21:16:52 +0000 (22:16 +0100)]
applied Dimitris' style patch from Dec'14, with some minor modifications

9 years agofixed usage string
Anselm R Garbe [Mon, 22 Dec 2014 10:17:45 +0000 (11:17 +0100)]
fixed usage string

9 years agoapplied sin's patch and prepared new release
Anselm R Garbe [Mon, 22 Dec 2014 10:16:26 +0000 (11:16 +0100)]
applied sin's patch and prepared new release

9 years agoend{pw,sp}ent() can only be called after get{pw,sp}ent()
sin [Fri, 7 Nov 2014 13:20:13 +0000 (13:20 +0000)]
end{pw,sp}ent() can only be called after get{pw,sp}ent()

Calling them unconditionally can result in memory corruption.

9 years agoOnly check errno if getpwuid() fails
sin [Wed, 9 Jul 2014 13:40:49 +0000 (14:40 +0100)]
Only check errno if getpwuid() fails

Checking errno otherwise is unspecified.

9 years agoAdd /etc/passwd support
FRIGN [Tue, 3 Jun 2014 17:19:10 +0000 (19:19 +0200)]
Add /etc/passwd support

Fix slock to work with /etc/passwd without /etc/shadow.
while we're at it, remove an occurence of trailing whitespace.

10 years agoSet errno to 0 before getpwuid() and check it afterwards
sin [Thu, 14 Nov 2013 11:24:08 +0000 (11:24 +0000)]
Set errno to 0 before getpwuid() and check it afterwards

10 years agoapplied Robert Schneider's Linux suggestions, also bumped version and updated LICENSE...
Anselm R Garbe [Fri, 2 Aug 2013 20:11:18 +0000 (22:11 +0200)]
applied Robert Schneider's Linux suggestions, also bumped version and updated LICENSE file's copyright notice

11 years agoprepared 1.1
anselm@garbe.us [Thu, 25 Oct 2012 18:59:50 +0000 (20:59 +0200)]
prepared 1.1

11 years agoapplied andres' multi-slock fix, thanks for spotting this issue
garbeam@gmail.com [Thu, 2 Aug 2012 19:54:18 +0000 (21:54 +0200)]
applied andres' multi-slock fix, thanks for spotting this issue

12 years agoadded Ben's password placeholder entry kludge
anselm@garbe.us [Sun, 15 Apr 2012 09:58:16 +0000 (11:58 +0200)]
added Ben's password placeholder entry kludge

12 years agoapplied Eckehard Bern's dualcolor patch to slock
anselm@garbe.us [Sat, 17 Mar 2012 17:03:25 +0000 (18:03 +0100)]
applied Eckehard Bern's dualcolor patch to slock

12 years agoAdded tag 1.0 for changeset 05b949016e85
anselm@garbe.us [Sat, 11 Feb 2012 09:51:31 +0000 (10:51 +0100)]
Added tag 1.0 for changeset 05b949016e85

12 years agopreparing 1.0
anselm@garbe.us [Sat, 11 Feb 2012 09:51:26 +0000 (10:51 +0100)]
preparing 1.0

12 years agoselect for SubstructureRedirectMask as well
anselm@garbe.us [Thu, 9 Feb 2012 19:56:34 +0000 (20:56 +0100)]
select for SubstructureRedirectMask as well

12 years agofixed missing new lines
anselm@garbe.us [Thu, 9 Feb 2012 19:18:49 +0000 (20:18 +0100)]
fixed missing new lines

12 years agotypo fix
anselm@garbe.us [Sun, 5 Feb 2012 15:41:31 +0000 (16:41 +0100)]
typo fix

12 years agoadded XRaiseWindow workaround when new clients are launched
anselm@garbe.us [Sun, 5 Feb 2012 15:38:58 +0000 (16:38 +0100)]
added XRaiseWindow workaround when new clients are launched

12 years agoapplied Michaels patch
garbeam@gmail.com [Tue, 24 Jan 2012 21:10:02 +0000 (22:10 +0100)]
applied Michaels patch

12 years agoadded dummy error handler to prevent X from terminating slock just in case
anselm@garbe.us [Sun, 22 Jan 2012 17:58:10 +0000 (18:58 +0100)]
added dummy error handler to prevent X from terminating slock just in case

13 years agoapplied Markus' patch to die in case /etc/passwd is unavailable
Anselm R Garbe [Thu, 21 Apr 2011 08:22:47 +0000 (08:22 +0000)]
applied Markus' patch to die in case /etc/passwd is unavailable

14 years agoapplied Fernando Silveira's multiscreen patch for old style multihead setups
Anselm R Garbe [Thu, 26 Nov 2009 12:53:26 +0000 (12:53 +0000)]
applied Fernando Silveira's multiscreen patch for old style multihead setups

15 years agoapplied Ali Gholami Rudi's patch regarding DPMS timeout customization and persistence
a@null [Fri, 12 Dec 2008 19:34:43 +0000 (19:34 +0000)]
applied Ali Gholami Rudi's patch regarding DPMS timeout customization and persistence

15 years agoAdded tag 0.9 for changeset 1e8a77601cb9
Anselm R Garbe [Tue, 29 Jul 2008 18:23:21 +0000 (19:23 +0100)]
Added tag 0.9 for changeset 1e8a77601cb9

15 years agofix
Anselm R Garbe [Tue, 29 Jul 2008 18:17:24 +0000 (19:17 +0100)]
fix

15 years agoprepared release
Anselm R Garbe [Tue, 29 Jul 2008 18:14:53 +0000 (19:14 +0100)]
prepared release

15 years agoremoved useless chars, prepared release
Anselm R Garbe [Tue, 29 Jul 2008 18:08:18 +0000 (19:08 +0100)]
removed useless chars, prepared release

16 years agos/d//
Anselm R Garbe [Wed, 9 Apr 2008 22:42:50 +0000 (23:42 +0100)]
s/d//

16 years agoyet another DPMS fix, still trying to prevent the error handler
Anselm R Garbe [Wed, 9 Apr 2008 22:42:19 +0000 (23:42 +0100)]
yet another DPMS fix, still trying to prevent the error handler

16 years agofixed DPMS crashing issue
Anselm R Garbe [Tue, 8 Apr 2008 08:55:46 +0000 (09:55 +0100)]
fixed DPMS crashing issue

16 years agoAdded tag 0.8 for changeset c0eb8221ba49
Anselm R Garbe [Thu, 13 Mar 2008 16:59:24 +0000 (16:59 +0000)]
Added tag 0.8 for changeset c0eb8221ba49

16 years agoapplied two patches, BSD_AUTH patch and Gottox' DPMS support patch
Anselm R Garbe [Fri, 22 Feb 2008 10:13:12 +0000 (10:13 +0000)]
applied two patches, BSD_AUTH patch and Gottox' DPMS support patch

16 years agoremoved Sander from -v by request
Anselm R. Garbe [Sun, 25 Nov 2007 11:17:33 +0000 (12:17 +0100)]
removed Sander from -v by request

16 years agonext version will be 0.8
Anselm R. Garbe [Sat, 24 Nov 2007 20:27:44 +0000 (21:27 +0100)]
next version will be 0.8

16 years agoAdded tag 0.7 for changeset c4635bb35a45
Anselm R. Garbe [Sat, 24 Nov 2007 20:18:06 +0000 (21:18 +0100)]
Added tag 0.7 for changeset c4635bb35a45

16 years agofinal fixes and cleanups
Anselm R. Garbe [Sat, 24 Nov 2007 20:17:32 +0000 (21:17 +0100)]
final fixes and cleanups

16 years agoapplied Ryan Sorensen bugfix which allows slock to acquire the keyboard grab asynchro...
arg@suckless.org [Tue, 13 Nov 2007 17:16:18 +0000 (18:16 +0100)]
applied Ryan Sorensen bugfix which allows slock to acquire the keyboard grab asynchroneously

17 years agoupdating copyright stuff in slock as well
Anselm R. Garbe [Fri, 13 Apr 2007 09:48:17 +0000 (11:48 +0200)]
updating copyright stuff in slock as well

17 years agoAdded tag 0.6 for changeset dd226a81c09a
Anselm R. Garbe [Wed, 7 Mar 2007 12:31:49 +0000 (13:31 +0100)]
Added tag 0.6 for changeset dd226a81c09a

17 years agograb on the root window, it is correct, all lockers do that
Anselm R. Garbe [Wed, 7 Mar 2007 09:57:23 +0000 (10:57 +0100)]
grab on the root window, it is correct, all lockers do that

17 years agoAdded tag 0.5 for changeset bd24ea7fcca2
Anselm R. Garbe [Mon, 5 Mar 2007 10:28:53 +0000 (11:28 +0100)]
Added tag 0.5 for changeset bd24ea7fcca2

17 years agograb on the slock window instead on the root window
Anselm R. Garbe [Fri, 2 Mar 2007 20:50:05 +0000 (21:50 +0100)]
grab on the slock window instead on the root window

17 years agomade slock more readable, added root variable because we intend to call RootWindow...
Anselm R. Garbe [Wed, 21 Feb 2007 21:16:23 +0000 (22:16 +0100)]
made slock more readable, added root variable because we intend to call RootWindow(...) quite a lot

17 years agomade slock more aggressive, DenisG please recheck
Anselm R. Garbe [Wed, 21 Feb 2007 20:25:53 +0000 (21:25 +0100)]
made slock more aggressive, DenisG please recheck

17 years agofoobar
Anselm R. Garbe [Thu, 1 Feb 2007 12:52:36 +0000 (13:52 +0100)]
foobar

17 years agoAdded tag 0.4 for changeset 4c2cf4d6a2d0
Anselm R. Garbe [Sat, 13 Jan 2007 13:10:56 +0000 (14:10 +0100)]
Added tag 0.4 for changeset 4c2cf4d6a2d0

17 years agofixed a potential buffer overflow bug on the stack (thanks to Ghassan Misherg)
Anselm R. Garbe [Sat, 13 Jan 2007 13:09:41 +0000 (14:09 +0100)]
fixed a potential buffer overflow bug on the stack (thanks to Ghassan Misherg)

17 years agothanks to Jack for this hint
arg@mig29 [Fri, 8 Dec 2006 09:53:35 +0000 (10:53 +0100)]
thanks to Jack for this hint

17 years agofixed sizeof stuff
arg@mig29 [Sun, 26 Nov 2006 14:50:18 +0000 (15:50 +0100)]
fixed sizeof stuff

17 years agoAdded tag 0.3 for changeset f9157b1864388ad8f1920e5fde7c5849e73d8327
arg@mig29 [Fri, 3 Nov 2006 10:35:48 +0000 (11:35 +0100)]
Added tag 0.3 for changeset f9157b1864388ad8f1920e5fde7c5849e73d8327

17 years agosmall fix of Vincent's patch
arg@mig29 [Tue, 31 Oct 2006 07:43:25 +0000 (08:43 +0100)]
small fix of Vincent's patch

17 years agoapplied Vincent's path with some modifications
arg@mig29 [Tue, 31 Oct 2006 07:35:54 +0000 (08:35 +0100)]
applied Vincent's path with some modifications

17 years agoapplied somwhat similiar patch like Alex Elide proposed
Anselm R. Garbe [Wed, 18 Oct 2006 16:44:19 +0000 (18:44 +0200)]
applied somwhat similiar patch like Alex Elide proposed

17 years agoAdded tag 0.2 for changeset da5cb1f0a685258d5315ea109860bacbc2871a57
Anselm R. Garbe [Mon, 16 Oct 2006 15:06:45 +0000 (17:06 +0200)]
Added tag 0.2 for changeset da5cb1f0a685258d5315ea109860bacbc2871a57

17 years agoadded pointer grab
Anselm R. Garbe [Mon, 16 Oct 2006 10:59:37 +0000 (12:59 +0200)]
added pointer grab

17 years agoAdded tag 0.1 for changeset 0a95c73c7374fbc2342b6040d9f35ddf597729e1
Anselm R. Garbe [Fri, 13 Oct 2006 09:11:17 +0000 (11:11 +0200)]
Added tag 0.1 for changeset 0a95c73c7374fbc2342b6040d9f35ddf597729e1

17 years agoremoved control mask handling for slock (quite useless in my eyes)
Anselm R. Garbe [Thu, 12 Oct 2006 07:44:02 +0000 (09:44 +0200)]
removed control mask handling for slock (quite useless in my eyes)

17 years agoapplied Salmi's patch
Anselm R. Garbe [Thu, 12 Oct 2006 07:33:38 +0000 (09:33 +0200)]
applied Salmi's patch

17 years agoapplied BSD support patch
Anselm R. Garbe [Thu, 12 Oct 2006 06:11:08 +0000 (08:11 +0200)]
applied BSD support patch

17 years agoadding black cursor
Anselm R. Garbe [Wed, 11 Oct 2006 15:04:04 +0000 (17:04 +0200)]
adding black cursor

17 years agoadding a coffee mug cursor
Anselm R. Garbe [Wed, 11 Oct 2006 14:46:55 +0000 (16:46 +0200)]
adding a coffee mug cursor

17 years agoadded black window
Anselm R. Garbe [Wed, 11 Oct 2006 11:33:04 +0000 (13:33 +0200)]
added black window

17 years agoinitial commit
arg@suckless.org [Wed, 11 Oct 2006 10:35:21 +0000 (12:35 +0200)]
initial commit