summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2016-11-20add arg.h and util.h to MakefileMarkus Teich
2016-08-13clear passwords with explicit_bzeroHiltjo Posthuma
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-02-11add slock.1 man pageMarkus Teich
2014-12-22applied sin's patch and prepared new releaseAnselm R Garbe
2012-02-11preparing 1.0anselm@garbe.us
2008-07-29fixAnselm R Garbe
2007-04-13updating copyright stuff in slock as wellAnselm R. Garbe
2007-01-13fixed a potential buffer overflow bug on the stack (thanks to Ghassan Misherg)Anselm R. Garbe
2006-10-11initial commitarg@suckless.org