Hiltjo Posthuma
a7afade170
clear passwords with explicit_bzero
...
Make sure to explicitly clear memory that is used for password input. memset
is often optimized out by the compiler.
Brought to attention by the OpenBSD community, see:
https://marc.info/?t=146989502600003&r=1&w=2
Thread subject: x11/slock: clear passwords with explicit_bzero
Changes:
- explicit_bzero.c import from libressl-portable.
- Makefile: add COMPATSRC for compatibility src.
- config.mk: add separate *BSD section in config.mk to simply uncomment it on
these platforms.
8 years ago
Markus Teich
6a52a85a1a
add slock.1 man page
9 years ago
Markus Teich
bfafc91da7
prepare 1.3 release
9 years ago
Markus Teich
f5ef1b8eb5
resize lockscreen window after Xrandr resize
10 years ago
Anselm R Garbe
44ce161c13
applied sin's patch and prepared new release
10 years ago
Anselm R Garbe
ba3acfc0dc
applied Robert Schneider's Linux suggestions, also bumped version and updated LICENSE file's copyright notice
11 years ago
anselm@garbe.us
3092d3b314
prepared 1.1
12 years ago
anselm@garbe.us
c1507cd225
applied Eckehard Bern's dualcolor patch to slock
13 years ago
a@null
0cb05bdb75
applied Ali Gholami Rudi's patch regarding DPMS timeout customization and persistence
16 years ago
Anselm R Garbe
75dd779245
prepared release
16 years ago
Anselm R Garbe
049ccf9a90
fixed DPMS crashing issue
17 years ago
Anselm R Garbe
98e2fef63d
applied two patches, BSD_AUTH patch and Gottox' DPMS support patch
17 years ago
Anselm R. Garbe
18b2f4f34f
next version will be 0.8
17 years ago
Anselm R. Garbe
6fdf8be204
final fixes and cleanups
17 years ago
Anselm R. Garbe
20e294a66f
updating copyright stuff in slock as well
18 years ago
Anselm R. Garbe
48a7ab2225
grab on the root window, it is correct, all lockers do that
18 years ago
Anselm R. Garbe
ae8cce24d3
made slock more aggressive, DenisG please recheck
18 years ago
Anselm R. Garbe
6725bb2a3a
fixed a potential buffer overflow bug on the stack (thanks to Ghassan Misherg)
18 years ago
arg@mig29
11642443f5
thanks to Jack for this hint
18 years ago
arg@mig29
ff79c382c5
small fix of Vincent's patch
18 years ago
Anselm R. Garbe
10ccc43597
added pointer grab
18 years ago
Anselm R. Garbe
597d0f27f5
applied Salmi's patch
18 years ago
Anselm R. Garbe
0f1157d7e6
applied BSD support patch
18 years ago
arg@suckless.org
763e52878d
initial commit
18 years ago