Commits
- Commit:
4602d277c689ba05915898b55c6f2985045aa6b5
- From:
- Omar Polo <op@omarpolo.com>
- Date:
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.
- Commit:
cc5f172ad7e0a7bbbce9083d8416e2e29d9cc2b1
- From:
- Omar Polo <op@omarpolo.com>
- Date:
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.
- Commit:
fb70a4127eef7cdd86cde443c9409c8d7f247ab6
- From:
- Omar Polo <op@omarpolo.com>
- Date:
check pattern after stripping store path and extension
now `plass find ^keys' will correctly list only entries that starts
with "keys"
- Commit:
cdaf1fc5a9f48022b1722c3cceb8a89ae7013409
- From:
- Omar Polo <op@omarpolo.com>
- Date:
release 0.2
- Commit:
78859d14ea955973d3d0cb9b064393f0c928dc07
- From:
- Omar Polo <op@omarpolo.com>
- Date:
update the `plass tee' documentation
- Commit:
09c3bfe233328cc53572d2fcf95a8a0c8b575f66
- From:
- Omar Polo <op@omarpolo.com>
- Date:
update the README
- Commit:
24534853a6b3f7f21dddfafdc727f5e02f225148
- From:
- Omar Polo <op@omarpolo.com>
- Date:
generate the html version of the totp(1) manpage too
- Commit:
dd204b00777178e93099b89fff9abf7c59cee8de
- From:
- Omar Polo <op@omarpolo.com>
- Date:
slightly better error message for no input in `plass tee'
- Commit:
5eba1883785391436224f0052c8148d61a48e2cb
- From:
- Omar Polo <op@omarpolo.com>
- Date:
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.
- Commit:
51079ed47eae7b38348cb6c00ad27c20d473667c
- From:
- Omar Polo <op@omarpolo.com>
- Date:
add a gitignore
- Commit:
f9880dd5ddc4e2c3a7cb60a3a579a6e2252764a0
- From:
- Omar Polo <op@omarpolo.com>
- Date:
build and install totp(1) too
- Commit:
ecf69ddfaf6785ad1d8a1dbc59fef74df90291a2
- From:
- Omar Polo <op@omarpolo.com>
- Date:
add a companion TOTP utility
- Commit:
0ef1e7870cad1d0201d736a31b48187f53a71a9b
- From:
- Omar Polo <op@omarpolo.com>
- Date:
update my intentions
- Commit:
5576f8c2c022ecfcda8b931c13eb200c774f8021
- From:
- Omar Polo <op@omarpolo.com>
- Date:
fix .Ex usage; was missing -std
- Commit:
b3b555d99bcba6c9f09954b26b284320487162d9
- From:
- Omar Polo <op@omarpolo.com>
- Date:
document the -h flag