Commit Briefs

Omar Polo

use /dev/urandom instead of /dev/random

From urandom(4) on OpenBSD For portability reasons, never use /dev/random. On OpenBSD, it is an alias for /dev/urandom, but on many other systems misbehaves by blocking because their random number generators lack a robust boot-time initialization sequence.


Omar Polo

simplify b32decode; no functional change

no need to take an explicit length parameter when we can just advance the string until a NUL byte. base32 doesn't allow NUL bytes.


Omar Polo

check pattern after stripping store path and extension

now `plass find ^keys' will correctly list only entries that starts with "keys"


Omar Polo

release 0.2 (tags/0.2)


Omar Polo

update the `plass tee' documentation


Omar Polo

update the README




Omar Polo

plass tee: fix multiple line handling, commit message string

previously, `plass tee' was limited to only one line; now it's unlimited. While here, fix the commit message too: checking the existence of the file after creating/overwriting it is stupid.


Omar Polo

add a gitignore


Omar Polo

build and install totp(1) too


Omar Polo

add a companion TOTP utility


Omar Polo

update my intentions


Omar Polo

fix .Ex usage; was missing -std


Omar Polo

document the -h flag