Introduction
Statistics
Contact
Development
Disclaimer
Help
Log - slock - simple X display locker utility
git clone git://git.suckless.org/slock
Log
Files
Refs
README
LICENSE
---
Date Commit message Author
2022-09-09 08:50 simplify post-lock cmd and die if it fa… NRK
2023-10-06 09:57 slock.1: use standard wording for optio… Hiltjo Posthuma
2023-10-06 09:50 write version to stdout like the man pa… Hiltjo Posthuma
2023-10-06 09:48 slock.1: improve man page Hiltjo Posthuma
2023-10-06 09:41 config.mk: no need to set CC Hiltjo Posthuma
2023-10-06 09:39 Makefile: be verbose and remove options Hiltjo Posthuma
2023-10-06 09:39 update LICENSE Hiltjo Posthuma
2022-10-04 17:45 bump version to 1.5 Hiltjo Posthuma
2022-10-04 17:44 Makefile: explicit_bzero.c was copied t… Hiltjo Posthuma
2017-03-25 20:16 Properly clear the last entered charact… Tobias Stoeckmann
2016-11-22 23:29 rm trailing whitespace in README Markus Teich
2016-11-22 23:28 syntax fix Markus Teich
2016-11-22 23:28 there can only be one window in the eve… Markus Teich
2016-11-07 17:15 Fix resize with multiple monitors and p… Bob Uhl
2016-11-20 00:07 bump version Markus Teich
2016-11-19 23:59 add arg.h and util.h to Makefile Markus Teich
2016-11-19 23:29 clarify colors in config.def.h Markus Teich
2016-11-19 23:29 move config.h inclusion after type decl… Markus Teich
2016-10-17 18:28 Unboolify slock.c Laslo Hunhold
2016-10-01 22:10 Use explicit strcmp() instead of inlini… FRIGN
2016-10-01 22:03 No need for oldc to be static FRIGN
2016-10-01 21:56 Use NUL character constant explicitly FRIGN
2016-10-01 21:50 Keep the line-lengths at bay FRIGN
2016-09-28 18:20 Add a section on security considerations FRIGN
2016-09-26 11:28 remove confusing DPMS comment Markus Teich
2016-09-23 17:08 error out early on crypt() fail Markus Teich
2016-09-11 21:17 Stop using $USER for shadow entries FRIGN
2016-09-11 21:10 Rename getpw() and pws to gethash() and… FRIGN
2016-09-11 21:08 Remove cleanup and deglobalize and rewo… FRIGN
2016-09-08 17:03 config.mk: be more explicative about FL… Quentin Rameau
2016-09-07 11:32 Ensure Polyphemus-Mitigation and proper… FRIGN
2016-09-07 11:02 Unify how we check passwords between di… Quentin Rameau
2016-09-07 08:04 make error message prefix consistent Markus Teich
2016-09-02 09:49 increasing for loops are idiomatic Markus Teich
2016-09-01 11:47 Localize running and failure inside rea… Quentin Rameau
2016-09-01 11:47 Move screen unlocking inside cleanup() Quentin Rameau
2016-09-01 11:46 Re-introduce the waiting loop for input… Quentin Rameau
2016-09-01 11:46 Add cleanup() to do free(locks) + XClos… Quentin Rameau
2016-08-22 23:45 Refactor dontkillme() FRIGN
2016-08-23 08:55 Convert manpage to mandoc and fix usage FRIGN
2016-08-30 22:59 fix CVE-2016-6866 Markus Teich
2016-08-30 22:56 Update bsd-auth string. Markus Teich
2016-08-30 15:33 Exit as soon as possible on input grabb… Quentin Rameau
2016-08-21 22:25 Refactor main() FRIGN
2016-07-31 11:43 clear passwords with explicit_bzero Hiltjo Posthuma
2016-02-15 13:15 Revert "No need for usage()" Markus Teich
2016-02-15 13:00 revert using argv0 and minor fixup Markus Teich
2016-02-14 01:13 Use argv0 instead of passing "slock:" t… FRIGN
2016-02-14 00:48 No need for usage() FRIGN
2016-02-14 00:32 Clarify config.def.h FRIGN
2016-02-14 00:28 Simplify the oom-taming-function FRIGN
2016-02-11 15:49 add slock.1 man page Markus Teich
2016-02-11 15:30 Update license year FRIGN
2016-02-11 15:29 Don't forget the E-Mail FRIGN
2016-02-11 15:28 Add myself to License FRIGN
2016-02-11 15:26 update copyright year in -v output Markus Teich
2016-02-11 15:23 prepare 1.3 release Markus Teich
2016-02-11 15:22 remove .hgtags Markus Teich
2016-01-29 21:11 add hint for suid to oom error message Markus Teich
2016-01-18 15:49 error messages on grab failure Markus Teich
2016-01-16 11:38 code style fix Markus Teich
2015-12-26 12:13 add option to run command after screen … Markus Teich
2015-08-27 04:16 Don't change to failure colour on succe… David Phillips
2015-06-19 11:42 Slightly safer OOM killer disablement i… David Phillips
2015-05-08 15:10 rework setting window color Markus Teich
2015-05-08 14:43 consistently use () with sizeof Markus Teich
2015-05-06 16:18 Option to not show failure color on cle… Nick Currier
2015-02-25 22:06 resize lockscreen window after Xrandr r… Markus Teich
2015-02-11 22:56 Blank the screen with color 0, add thir… David Phillips
2015-01-27 21:16 applied Dimitris' style patch from Dec'… Anselm R Garbe
2014-12-22 10:17 fixed usage string Anselm R Garbe
2014-12-22 10:16 applied sin's patch and prepared new re… Anselm R Garbe
2014-11-07 13:20 end{pw,sp}ent() can only be called afte… sin
2014-07-09 13:40 Only check errno if getpwuid() fails sin
2014-06-03 17:19 Add /etc/passwd support FRIGN
2013-11-14 11:24 Set errno to 0 before getpwuid() and ch… sin
2013-08-02 20:11 applied Robert Schneider's Linux sugges… Anselm R Garbe
2012-10-25 18:59 prepared 1.1
[email protected]
2012-08-02 19:54 applied andres' multi-slock fix, thanks…
[email protected]
2012-04-15 09:58 added Ben's password placeholder entry …
[email protected]
2012-03-17 17:03 applied Eckehard Bern's dualcolor patch…
[email protected]
2012-02-11 09:51 Added tag 1.0 for changeset 05b949016e85
[email protected]
2012-02-11 09:51 preparing 1.0
[email protected]
2012-02-09 19:56 select for SubstructureRedirectMask as …
[email protected]
2012-02-09 19:18 fixed missing new lines
[email protected]
2012-02-05 15:41 typo fix
[email protected]
2012-02-05 15:38 added XRaiseWindow workaround when new …
[email protected]
2012-01-24 21:10 applied Michaels patch
[email protected]
2012-01-22 17:58 added dummy error handler to prevent X …
[email protected]
2011-04-21 08:22 applied Markus' patch to die in case /e… Anselm R Garbe
2009-11-26 12:53 applied Fernando Silveira's multiscreen… Anselm R Garbe
2008-12-12 19:34 applied Ali Gholami Rudi's patch regard… a@null
2008-07-29 18:23 Added tag 0.9 for changeset 1e8a77601cb9 Anselm R Garbe
2008-07-29 18:17 fix Anselm R Garbe
2008-07-29 18:14 prepared release Anselm R Garbe
2008-07-29 18:08 removed useless chars, prepared release Anselm R Garbe
2008-04-09 22:42 s/d// Anselm R Garbe
2008-04-09 22:42 yet another DPMS fix, still trying to p… Anselm R Garbe
2008-04-08 08:55 fixed DPMS crashing issue Anselm R Garbe
2008-03-13 16:59 Added tag 0.8 for changeset c0eb8221ba49 Anselm R Garbe
32 more commits remaining, fetch the repository
Atom feed
Atom feed (tags)