My own build of slock
- C 78.2%
- Makefile 16%
- Roff 5.8%
|
Faiz Jazadi
c785eaab87
Signed-off-by: Faiz Jazadi <me@lcat.dev> |
||
|---|---|---|
| arg.h | Refactor main() | |
| config.def.h | config.def.h: use gruvbox-dark colors | |
| config.mk | bump version to 1.5 | |
| explicit_bzero.c | clear passwords with explicit_bzero | |
| LICENSE | Update license year | |
| Makefile | Makefile: explicit_bzero.c was copied twice (GNU make gives a warning) | |
| README | rm trailing whitespace in README | |
| slock.1 | Add a section on security considerations | |
| slock.c | Properly clear the last entered character | |
| 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.