aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-09-12OpenBSD patches to installerkousu
2020-09-12README: Also describe how to use zbarcamNiklas Hambüchen
I find this one of the most common use cases.
2020-09-12changed path to the crux portMalte Kiefer
2020-09-12add Fedora install instructionsaxel simon
2020-09-12Add support for quiet output of otp code commandMartin Kletzander
When using this option the output of `pass otp -q ...` is predictable and can be further used without parsing even when the password store is a repository as well. This is useful, for example, when using rofi-pass. The patch is written in a way that other commands can optionally use the quiet option for otp_insert as well.
2020-09-12Mention that GNU make is required to run make testMateusz Piotrowski
2020-09-12Mention browser supportLucid One
It's probably worth mentioning to new users that `passff` now supports using `pass-otp` for OTP authentication.
2020-09-12Do not remove password when new line is missingVincent Bernat
If the password file doesn't end with a new line, the last line is ignored because `read -r` will return a non-zero status, while still setting the `$line` variable. Some implementations of pass, like `gopass` do not create a password file ending with a new line. Therefore, using `pass otp append` on these files will result in the password being remove from the file. To fix that, we ensure we insert the new line if it is missing. I have added a test, but this is not enough to catch the problem because `pass` will add the new line even when it is missing (for example, using `echo -n | pass insert -e passfile` won't help to trigger the bug).
2020-09-12Added docs, test and completionMorten Linderud
2020-09-12Added path_prefix for insertionsMorten Linderud
Signed-off-by: Morten Linderud <morten@linderud.pw>
2020-06-12Merge pull request #113 from apiraino/fix-uninstallTad Fisher
Fix uninstall script
2020-05-06Fix uninstall scriptapiraino
2018-12-22Update install instructions for macOS/BrewLoic Pefferkorn
2018-11-15Version 1.2.0Tad Fisher
2018-11-15Update Nix instructionsTad Fisher
2018-11-01Merge pull request #93 from SimplyDanny/brew-install-fixTad Fisher
Fix installation instructions for Brew
2018-11-01Fix installation instructions for BrewDanny Moesch
2018-11-01Use universal way to get the prefix of the Brew installationDanny Moesch
2018-10-28Merge pull request #92 from Lem/developTad Fisher
Bump to 1.7.3
2018-10-27Bump to 1.7.3Lemming
as of today 1.7.3 is the latest stable
2018-10-20Merge pull request #90 from beli3ver/patch-1Tad Fisher
added crux linux
2018-10-20Merge pull request #91 from crt/feature/bash_completionTad Fisher
Add bash_completion support
2018-10-19Add bash_completion supportZoltan Kertesz
2018-09-30added crux linuxMalte Kiefer
2018-09-23Change testing to buster and add linebreakFritz Reichwald
2018-09-23Add debian to the list of distributions with pass-otp packagesFritz Reichwald
2018-09-10Fix getopt missed commaxPMo
pass-otp doesn't correctly read issuer, and will infinite loop on the `while true`
2018-08-18Update README.mdLoic Pefferkorn
I've created a port of pass-otp in [Macports](https://github.com/macports/macports-ports/blob/master/security/pass-otp/Portfile), updating instructions for macOS installation alternative.
2018-07-16add Gentoo Linux install instructionnoface
close #70
2018-07-16Add openSUSE to README.mdDany Marcoux
2018-06-28Merge branch 'develop' into masterTad Fisher
2018-06-28Version 1.1.1Tad Fisher
2018-06-28Tolerate base64 padding in secretTad Fisher
2018-06-28Refer to the migration wiki page in the README.Roman Valls Guimera
2018-06-28travis: Bump stable upstream to 1.7.2Tad Fisher
2018-06-28Don't use herestringsRemus Buzatu
2018-06-28Add LICENSE fileDany Marcoux
2018-06-03Fix behaviour for otp append as wellxPMo
2018-05-04Merge pull request #76 from sudoforge/feature/otp-append-fix-missing-entry-nameTad Fisher
fix missing secret name when reading secret in `cmd_otp_append`
2018-05-01fix missing secret name when reading secret in `cmd_otp_append`Benjamin Denhartog
closes #75
2018-05-01Merge pull request #73 from endgame/patch-1Tad Fisher
README.md: Remove redundant use of cat
2018-04-27README.md: Remove redundant use of catendgame
2018-03-17otp-insert: require only one of `--issuer` or `--account`Benjamin Denhartog
closes #68
2018-03-07Marked debug target as .PHONYLucid One
2018-03-07Fixed aggregate-results target to run indently of aggregate-results-and-cleanLucid One
2018-03-07Modified setup.sh to pass lintLucid One
2018-03-07Enable `make lint` for test/setup.shLucid One
2018-03-07Check that testing prerequisites are installedLucid One
2018-03-06Added support for `pass otp --version`Lucid One
2018-03-06Add `make debug` target to log errors for failed tests to console.Lucid One