Artifact dd56c0b568fb5fbb019cda7ed19bf904eb1e66d7c5e6cda76d1b491639a8067c:
- File readme.md — part of check-in [c2ffe127f3] at 2019-08-15 08:34:03 on branch trunk — updates (user: lexi, size: 478) [annotate] [blame] [check-ins using]
util
various odds and ends. all code in this repository is licensed under the AGPL unless otherwise noted.
- safekill.c: utility to help keep from accidentally killing important windows; compile with
cc -Ofast safekill.c -lX11 -lc -osafekill
- bgrd.c: it’s… a long story. just read the header.
- kpw: an extremely simple, lightweight, secure password manager for POSIX OSes written in C. depends on libsodium for crypto primitives. compile with
make kpw
.