Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
index
:
slock
master
simple screen locker (suckless)
about
summary
refs
log
graph
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2021-12-10
Don't override CFLAGS and LDFLAGS from environment
HEAD
1.4_2
master
Kian Kasad
-2
/
+4
2021-12-10
Ignore modifier key press events
Kian Kasad
-1
/
+2
2021-11-28
Don't update screen color when a passed-through key is pressed
Kian Kasad
-1
/
+1
2021-11-28
Allow passing some keys through
1.4_1
Kian Kasad
-0
/
+23
2021-11-28
Apply Xresources patch
Kian Kasad
-0
/
+80
2021-11-28
combine two calls to chmod(8) into one
Kian Kasad
-2
/
+1
2021-11-28
add window class 'slock' to lock window
Kian Kasad
-0
/
+6
2021-11-28
add gitignore
Kian Kasad
-0
/
+3
2021-11-28
Don't properly orient window
Kian Kasad
-7
/
+2
2017-03-25
Properly clear the last entered character
Tobias Stoeckmann
-1
/
+1
2016-11-23
rm trailing whitespace in README
Markus Teich
-1
/
+1
2016-11-23
syntax fix
Markus Teich
-2
/
+4
2016-11-23
there can only be one window in the event
Markus Teich
-0
/
+1
2016-11-23
Fix resize with multiple monitors and portrait mode
Bob Uhl
-2
/
+7
2016-11-20
bump version
1.4
Markus Teich
-1
/
+1
2016-11-20
add arg.h and util.h to Makefile
Markus Teich
-3
/
+3
2016-11-20
clarify colors in config.def.h
Markus Teich
-4
/
+4
2016-11-20
move config.h inclusion after type declarations
Markus Teich
-2
/
+2
2016-10-18
Unboolify slock.c
Laslo Hunhold
-1
/
+1
2016-10-10
Use explicit strcmp() instead of inlining it
FRIGN
-2
/
+2
2016-10-10
No need for oldc to be static
FRIGN
-2
/
+2
2016-10-10
Use NUL character constant explicitly
FRIGN
-2
/
+2
2016-10-10
Keep the line-lengths at bay
FRIGN
-28
/
+42
2016-09-28
Add a section on security considerations
FRIGN
-0
/
+12
2016-09-26
remove confusing DPMS comment
Markus Teich
-4
/
+0
2016-09-23
error out early on crypt() fail
Markus Teich
-2
/
+3
2016-09-23
Stop using $USER for shadow entries
FRIGN
-2
/
+2
2016-09-23
Rename getpw() and pws to gethash() and hash
FRIGN
-16
/
+16
2016-09-23
Remove cleanup and deglobalize and rework data structures
FRIGN
-55
/
+23
2016-09-08
config.mk: be more explicative about FLAGS
Quentin Rameau
-2
/
+4
2016-09-08
Ensure Polyphemus-Mitigation and properly drop privileges
FRIGN
-6
/
+30
2016-09-07
Unify how we check passwords between different OSes
Quentin Rameau
-41
/
+15
2016-09-07
make error message prefix consistent
Markus Teich
-4
/
+4
2016-09-02
increasing for loops are idiomatic
Markus Teich
-1
/
+1
2016-09-02
Localize running and failure inside readpw()
Quentin Rameau
-6
/
+4
2016-09-02
Move screen unlocking inside cleanup()
Quentin Rameau
-9
/
+11
2016-09-02
Re-introduce the waiting loop for input grabbing
Quentin Rameau
-22
/
+38
2016-09-02
Add cleanup() to do free(locks) + XCloseDisplay()
Quentin Rameau
-6
/
+10
2016-08-31
Refactor dontkillme()
FRIGN
-7
/
+15
2016-08-31
Convert manpage to mandoc and fix usage
FRIGN
-29
/
+27
2016-08-31
fix CVE-2016-6866
Markus Teich
-2
/
+8
2016-08-31
Update bsd-auth string.
Markus Teich
-1
/
+1
2016-08-30
Exit as soon as possible on input grabbing error
Quentin Rameau
-24
/
+20
2016-08-22
Refactor main()
FRIGN
-31
/
+119
2016-08-13
clear passwords with explicit_bzero
Hiltjo Posthuma
-5
/
+34
2016-02-15
Revert "No need for usage()"
Markus Teich
-5
/
+28
2016-02-15
revert using argv0 and minor fixup
Markus Teich
-9
/
+6
2016-02-14
Use argv0 instead of passing "slock:" to die every time
FRIGN
-12
/
+16
2016-02-14
No need for usage()
FRIGN
-31
/
+9
2016-02-14
Clarify config.def.h
FRIGN
-2
/
+4
[next]