Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | changed path to the crux port | Malte Kiefer | 2020-09-12 |
| | |||
* | add Fedora install instructions | axel simon | 2020-09-12 |
| | |||
* | Add support for quiet output of otp code command | Martin Kletzander | 2020-09-12 |
| | | | | | | | | | 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. | ||
* | Mention that GNU make is required to run make test | Mateusz Piotrowski | 2020-09-12 |
| | |||
* | Mention browser support | Lucid One | 2020-09-12 |
| | | | It's probably worth mentioning to new users that `passff` now supports using `pass-otp` for OTP authentication. | ||
* | Do not remove password when new line is missing | Vincent Bernat | 2020-09-12 |
| | | | | | | | | | | | | | | | | 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). | ||
* | Added docs, test and completion | Morten Linderud | 2020-09-12 |
| | |||
* | Added path_prefix for insertions | Morten Linderud | 2020-09-12 |
| | | | | Signed-off-by: Morten Linderud <morten@linderud.pw> | ||
* | Merge pull request #113 from apiraino/fix-uninstall | Tad Fisher | 2020-06-12 |
|\ | | | | | Fix uninstall script | ||
| * | Fix uninstall script | apiraino | 2020-05-06 |
|/ | |||
* | Update install instructions for macOS/Brew | Loic Pefferkorn | 2018-12-22 |
| | |||
* | Version 1.2.0 | Tad Fisher | 2018-11-15 |
| | |||
* | Update Nix instructions | Tad Fisher | 2018-11-15 |
| | |||
* | Merge pull request #93 from SimplyDanny/brew-install-fix | Tad Fisher | 2018-11-01 |
|\ | | | | | Fix installation instructions for Brew | ||
| * | Fix installation instructions for Brew | Danny Moesch | 2018-11-01 |
| | | |||
| * | Use universal way to get the prefix of the Brew installation | Danny Moesch | 2018-11-01 |
|/ | |||
* | Merge pull request #92 from Lem/develop | Tad Fisher | 2018-10-28 |
|\ | | | | | Bump to 1.7.3 | ||
| * | Bump to 1.7.3 | Lemming | 2018-10-27 |
|/ | | | | as of today 1.7.3 is the latest stable | ||
* | Merge pull request #90 from beli3ver/patch-1 | Tad Fisher | 2018-10-20 |
|\ | | | | | added crux linux | ||
| * | added crux linux | Malte Kiefer | 2018-09-30 |
| | | |||
* | | Merge pull request #91 from crt/feature/bash_completion | Tad Fisher | 2018-10-20 |
|\ \ | |/ |/| | Add bash_completion support | ||
| * | Add bash_completion support | Zoltan Kertesz | 2018-10-19 |
|/ | |||
* | Change testing to buster and add linebreak | Fritz Reichwald | 2018-09-23 |
| | |||
* | Add debian to the list of distributions with pass-otp packages | Fritz Reichwald | 2018-09-23 |
| | |||
* | Fix getopt missed comma | xPMo | 2018-09-10 |
| | | | pass-otp doesn't correctly read issuer, and will infinite loop on the `while true` | ||
* | Update README.md | Loic Pefferkorn | 2018-08-18 |
| | | | 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. | ||
* | add Gentoo Linux install instruction | noface | 2018-07-16 |
| | | | close #70 | ||
* | Add openSUSE to README.md | Dany Marcoux | 2018-07-16 |
| | |||
* | Merge branch 'develop' into master | Tad Fisher | 2018-06-28 |
|\ | |||
| * | Version 1.1.1 | Tad Fisher | 2018-06-28 |
| | | |||
| * | Tolerate base64 padding in secret | Tad Fisher | 2018-06-28 |
| | | |||
| * | Refer to the migration wiki page in the README. | Roman Valls Guimera | 2018-06-28 |
| | | |||
| * | travis: Bump stable upstream to 1.7.2 | Tad Fisher | 2018-06-28 |
| | | |||
| * | Don't use herestrings | Remus Buzatu | 2018-06-28 |
| | | |||
| * | Add LICENSE file | Dany Marcoux | 2018-06-28 |
| | | |||
| * | Fix behaviour for otp append as well | xPMo | 2018-06-03 |
| | | |||
| * | Merge pull request #76 from sudoforge/feature/otp-append-fix-missing-entry-name | Tad Fisher | 2018-05-04 |
| |\ | | | | | | | fix missing secret name when reading secret in `cmd_otp_append` | ||
| | * | fix missing secret name when reading secret in `cmd_otp_append` | Benjamin Denhartog | 2018-05-01 |
| | | | | | | | | | | | | closes #75 | ||
| * | | Merge pull request #73 from endgame/patch-1 | Tad Fisher | 2018-05-01 |
| |\ \ | | |/ | |/| | README.md: Remove redundant use of cat | ||
| | * | README.md: Remove redundant use of cat | endgame | 2018-04-27 |
| |/ | |||
| * | otp-insert: require only one of `--issuer` or `--account` | Benjamin Denhartog | 2018-03-17 |
| | | | | | | | | closes #68 | ||
| * | Marked debug target as .PHONY | Lucid One | 2018-03-07 |
| | | |||
| * | Fixed aggregate-results target to run indently of aggregate-results-and-clean | Lucid One | 2018-03-07 |
| | | |||
| * | Modified setup.sh to pass lint | Lucid One | 2018-03-07 |
| | | |||
| * | Enable `make lint` for test/setup.sh | Lucid One | 2018-03-07 |
| | | |||
| * | Check that testing prerequisites are installed | Lucid One | 2018-03-07 |
| | | |||
| * | Added support for `pass otp --version` | Lucid One | 2018-03-06 |
| | | |||
| * | Add `make debug` target to log errors for failed tests to console. | Lucid One | 2018-03-06 |
| | | |||
| * | Add headers to build badge table | Tad Fisher | 2018-03-05 |
| | | |||
| * | Format build badges more nicely | Tad Fisher | 2018-03-05 |
| | |