Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clear passwords with explicit_bzero | Hiltjo Posthuma | 2016-08-13 | 1 | -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.3 | Markus Teich | 2016-02-11 | 1 | -1/+8 |
| | |||||
* | applied sin's patch and prepared new release | Anselm R Garbe | 2014-12-22 | 1 | -2/+6 |
| | |||||
* | preparing 1.01.0 | anselm@garbe.us | 2012-02-11 | 1 | -1/+1 |
| | |||||
* | fix0.9 | Anselm R Garbe | 2008-07-29 | 1 | -4/+2 |
| | |||||
* | updating copyright stuff in slock as well | Anselm R. Garbe | 2007-04-13 | 1 | -1/+1 |
| | |||||
* | fixed a potential buffer overflow bug on the stack (thanks to Ghassan Misherg)0.4 | Anselm R. Garbe | 2007-01-13 | 1 | -1/+1 |
| | |||||
* | initial commit | arg@suckless.org | 2006-10-11 | 1 | -0/+52 |