aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Makefile: explicit_bzero.c was copied twice (GNU make gives a warning)Hiltjo Posthuma2022-10-041-1/+1
|
* add arg.h and util.h to MakefileMarkus Teich2016-11-201-3/+3
|
* clear passwords with explicit_bzeroHiltjo Posthuma2016-08-131-3/+3
| | | | | | | | | | | | | | | | 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.
* add slock.1 man page1.3Markus Teich2016-02-111-1/+8
|
* applied sin's patch and prepared new releaseAnselm R Garbe2014-12-221-2/+6
|
* preparing 1.01.0anselm@garbe.us2012-02-111-1/+1
|
* fix0.9Anselm R Garbe2008-07-291-4/+2
|
* updating copyright stuff in slock as wellAnselm R. Garbe2007-04-131-1/+1
|
* fixed a potential buffer overflow bug on the stack (thanks to Ghassan Misherg)0.4Anselm R. Garbe2007-01-131-1/+1
|
* initial commitarg@suckless.org2006-10-111-0/+52