No description
- C 79.9%
- Makefile 14.8%
- Roff 5.3%
| .gitignore | add gitignore | |
| arg.h | Refactor main() | |
| config.def.h | add timeout patch | |
| config.h | add config.h | |
| config.mk | bump version | |
| explicit_bzero.c | clear passwords with explicit_bzero | |
| LICENSE | Update license year | |
| Makefile | add arg.h and util.h to Makefile | |
| README | rm trailing whitespace in README | |
| slock.1 | Add a section on security considerations | |
| slock.c | add mediakeys patch | |
| util.h | clear passwords with explicit_bzero | |
slock - simple screen locker ============================ simple screen locker utility for X. Requirements ------------ In order to build slock you need the Xlib header files. Installation ------------ Edit config.mk to match your local setup (slock is installed into the /usr/local namespace by default). Afterwards enter the following command to build and install slock (if necessary as root): make clean install Running slock ------------- Simply invoke the 'slock' command. To get out of it, enter your password.