aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-03-03Remove gnupg/random_seed on clean (#52)Philip Rinn
2018-02-17Fixed lint errors (#49)Lucid One
2018-01-21Fix Travis (#47)Tad Fisher
* Install shellcheck manually * Use `read` instead of built-in glob splitting
2018-01-21Use a compatible to lowercase syntax for bash < 4 (#41)Marc-Aurèle Brothier
2018-01-21Add secret option (#43)Osamu Matsumoto
* Support insert/append secret directly * Validate issuer and accout name option in secret directly mode * Add test for secret option * Fix up docs
2018-01-20Remove pacman database sync (#44)Morten Linderud
2017-10-28Update Arch Linux install instructionsTad Fisher
2017-06-04Make sure $otp_algorithm is lowercase (#33)Bartłomiej Piotrowski
Otherwise oathtool is unhappy.
2017-04-15Update stable pass versionTad Fisher
2017-04-15Add macOS install instructions (#29)Tad Fisher
* Add macOS install instructions Fixes #26 * Update README.md
2017-03-20Merge pull request #24 from tadfisher/travisTad Fisher
Throttle Travis notifications
2017-03-20Throttle Travis notificationsTad Fisher
2017-03-20Merge pull request #23 from tadfisher/travisTad Fisher
Try building for both pass 1.7 and git master
2017-03-20Try building for both pass 1.7 and git masterTad Fisher
2017-03-20Add changelogTad Fisher
2017-03-20Merge pull request #22 from tadfisher/appendTad Fisher
Update README
2017-03-20Update READMETad Fisher
2017-03-20Merge pull request #21 from tadfisher/appendTad Fisher
Add cmd_otp_append for appending OTP secrets to existing passfiles
2017-03-20Update README.mdTad Fisher
2017-03-20Add cmd_otp_append for appending OTP secrets to existing passfilesTad Fisher
2017-03-20Merge pull request #20 from tadfisher/default-passnameTad Fisher
Generate default passname from URI label; remove url param
2017-03-20Generate default passname from URI label; remove url paramTad Fisher
2017-03-20Merge pull request #17 from tadfisher/key-uriTad Fisher
Handle OTP key URIs
2017-03-20Fill out migrating documentationTad 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-19Add oathtool to TravisTad 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-18Fix overwrite prompt testTad Fisher
2017-03-18Add cmd_insert_uri; refactor testsTad Fisher
2017-03-18Parse key URIsTad Fisher
2017-03-16Fix readme formattingTad Fisher
2017-03-16Merge pull request #16 from tadfisher/travisTad Fisher
Fix Travis build
2017-03-16Fix buildTad Fisher
2017-03-16Merge pull request #15 from tadfisher/lintTad Fisher
Fix shellcheck issues
2017-03-16Fix shellcheck issuesTad Fisher
2017-03-16Merge pull request #14 from tadfisher/travisTad Fisher
Add Travis build
2017-03-16Fix buildTad Fisher
2017-03-16Merge pull request #13 from tadfisher/travisTad Fisher
Add travis build
2017-03-16Add travis buildTad Fisher
2017-03-16Merge pull request #12 from tadfisher/testsTad Fisher
Add test harness and basic insert test
2017-03-16Add test harness and basic insert testTad Fisher
2017-03-16Merge pull request #4 from Aimilius/masterTad Fisher
Fix git integration