aboutsummaryrefslogtreecommitdiff
path: root/otp.bash
AgeCommit message (Expand)Author
2018-03-17otp-insert: require only one of `--issuer` or `--account`Benjamin Denhartog
2018-03-06Added support for `pass otp --version`Lucid One
2018-03-04Fail for `otp code` on missing secret (#46)Tad Fisher
2018-02-17Fixed lint errors (#49)Lucid One
2018-01-21Fix Travis (#47)Tad Fisher
2018-01-21Use a compatible to lowercase syntax for bash < 4 (#41)Marc-Aurèle Brothier
2018-01-21Add secret option (#43)Osamu Matsumoto
2017-06-04Make sure $otp_algorithm is lowercase (#33)Bartłomiej Piotrowski
2017-03-20Add cmd_otp_append for appending OTP secrets to existing passfilesTad Fisher
2017-03-20Generate default passname from URI label; remove url paramTad Fisher
2017-03-20Fix commit messageTad Fisher
2017-03-20Update READMETad Fisher
2017-03-20Use expect for interactive testsTad Fisher
2017-03-19Support --echo and reading key from stdinTad Fisher
2017-03-19Remove otp_insert_spec and related insert commandsTad Fisher
2017-03-19Update documentation.Tad Fisher
2017-03-19Parse key URIs to generate OTP codesTad Fisher
2017-03-19Fix HOTP URI parsingTad Fisher
2017-03-19cmd_otp_uri: Show first line starting with otpauth:// in passfileTad Fisher
2017-03-19Replace cmd_insert_$type with cmd_insert_spec; insert key urisTad Fisher
2017-03-18Add cmd_insert_uri; refactor testsTad Fisher
2017-03-18Parse key URIsTad Fisher
2017-03-16Fix shellcheck issuesTad Fisher
2017-03-16Don't initialize passfile twiceAimilius
2017-03-13Initialize $INNER_GIT_DIRAimilius
2017-02-14Initial commitTad Fisher