summaryrefslogtreecommitdiff
path: root/config.mk
AgeCommit message (Collapse)Author
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
2016-02-11prepare 1.3 releaseMarkus Teich
2015-04-01resize lockscreen window after Xrandr resizeMarkus Teich
2014-12-22applied sin's patch and prepared new releaseAnselm R Garbe
2013-08-02applied Robert Schneider's Linux suggestions, also bumped version and ↵Anselm R Garbe
updated LICENSE file's copyright notice
2012-10-25prepared 1.1anselm@garbe.us
2012-03-17applied Eckehard Bern's dualcolor patch to slockanselm@garbe.us
2008-12-12applied Ali Gholami Rudi's patch regarding DPMS timeout customization and ↵a@null
persistence
2008-07-29prepared releaseAnselm R Garbe
2008-04-08fixed DPMS crashing issueAnselm R Garbe
2008-02-22applied two patches, BSD_AUTH patch and Gottox' DPMS support patchAnselm R Garbe
2007-11-24next version will be 0.8Anselm R. Garbe
2007-11-24final fixes and cleanupsAnselm R. Garbe
2007-04-13updating copyright stuff in slock as wellAnselm R. Garbe
2007-03-07grab on the root window, it is correct, all lockers do thatAnselm R. Garbe
2007-02-21made slock more aggressive, DenisG please recheckAnselm R. Garbe
2007-01-13fixed a potential buffer overflow bug on the stack (thanks to Ghassan Misherg)Anselm R. Garbe
2006-12-08thanks to Jack for this hintarg@mig29
2006-10-31small fix of Vincent's patcharg@mig29
2006-10-16added pointer grabAnselm R. Garbe
2006-10-12applied Salmi's patchAnselm R. Garbe
2006-10-12applied BSD support patchAnselm R. Garbe
2006-10-11initial commitarg@suckless.org