Commit Graph

12 Commits

Author SHA1 Message Date
bakkeby
d06ca3a607 Makefile: be verbose and remove options
Some things to improve at some point:

* Respect system/packaging CFLAGS/LDFLAGS (don't hardcode -Os -Wall -pedantic,
  -s, etc).

ref.
https://git.suckless.org/slock/commit/5678764412873baa62e1536f0622d6a7cec62181.html
2023-10-06 12:36:01 +02:00
bakkeby
780a7887a3 Bump to 4f04554.
Makefile: explicit_bzero.c was copied twice (GNU make gives a warning)

bump version to 1.5

Ref.
https://git.suckless.org/slock/commit/265704d73647e0d4823126bbb7ddde1d415a618d.html
https://git.suckless.org/slock/commit/4f045545a25cc02c64bfc08d27ed2ccecb962292.html
2022-10-06 15:29:45 +02:00
bakkeby
2445d75b5d Fix bug in DPMS patch + moved patches.h to patches.def.h to match that of config 2020-01-26 16:16:38 +01:00
Markus Teich
d5da84cf5a add arg.h and util.h to Makefile 2016-11-20 01:01:47 +01:00
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.
2016-08-13 09:58:00 +02:00
Markus Teich
6a52a85a1a add slock.1 man page 2016-02-11 16:51:12 +01:00
Anselm R Garbe
44ce161c13 applied sin's patch and prepared new release 2014-12-22 11:16:26 +01:00
anselm@garbe.us
34f5edb29e preparing 1.0 2012-02-11 10:51:26 +01:00
Anselm R Garbe
a6a3471dd9 fix 2008-07-29 19:17:24 +01:00
Anselm R. Garbe
20e294a66f updating copyright stuff in slock as well 2007-04-13 11:48:17 +02:00
Anselm R. Garbe
6725bb2a3a fixed a potential buffer overflow bug on the stack (thanks to Ghassan Misherg) 2007-01-13 14:09:41 +01:00
arg@suckless.org
763e52878d initial commit 2006-10-11 12:35:21 +02:00