aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* changed path to the crux portMalte Kiefer2020-09-12
|
* add Fedora install instructionsaxel simon2020-09-12
|
* Add support for quiet output of otp code commandMartin Kletzander2020-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 testMateusz Piotrowski2020-09-12
|
* Mention browser supportLucid One2020-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 missingVincent Bernat2020-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 completionMorten Linderud2020-09-12
|
* Added path_prefix for insertionsMorten Linderud2020-09-12
| | | | Signed-off-by: Morten Linderud <morten@linderud.pw>
* Merge pull request #113 from apiraino/fix-uninstallTad Fisher2020-06-12
|\ | | | | Fix uninstall script
| * Fix uninstall scriptapiraino2020-05-06
|/
* Update install instructions for macOS/BrewLoic Pefferkorn2018-12-22
|
* Version 1.2.0Tad Fisher2018-11-15
|
* Update Nix instructionsTad Fisher2018-11-15
|
* Merge pull request #93 from SimplyDanny/brew-install-fixTad Fisher2018-11-01
|\ | | | | Fix installation instructions for Brew
| * Fix installation instructions for BrewDanny Moesch2018-11-01
| |
| * Use universal way to get the prefix of the Brew installationDanny Moesch2018-11-01
|/
* Merge pull request #92 from Lem/developTad Fisher2018-10-28
|\ | | | | Bump to 1.7.3
| * Bump to 1.7.3Lemming2018-10-27
|/ | | | as of today 1.7.3 is the latest stable
* Merge pull request #90 from beli3ver/patch-1Tad Fisher2018-10-20
|\ | | | | added crux linux
| * added crux linuxMalte Kiefer2018-09-30
| |
* | Merge pull request #91 from crt/feature/bash_completionTad Fisher2018-10-20
|\ \ | |/ |/| Add bash_completion support
| * Add bash_completion supportZoltan Kertesz2018-10-19
|/
* Change testing to buster and add linebreakFritz Reichwald2018-09-23
|
* Add debian to the list of distributions with pass-otp packagesFritz Reichwald2018-09-23
|
* Fix getopt missed commaxPMo2018-09-10
| | | pass-otp doesn't correctly read issuer, and will infinite loop on the `while true`
* Update README.mdLoic Pefferkorn2018-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 instructionnoface2018-07-16
| | | close #70
* Add openSUSE to README.mdDany Marcoux2018-07-16
|
* Merge branch 'develop' into masterTad Fisher2018-06-28
|\
| * Version 1.1.1Tad Fisher2018-06-28
| |
| * Tolerate base64 padding in secretTad Fisher2018-06-28
| |
| * Refer to the migration wiki page in the README.Roman Valls Guimera2018-06-28
| |
| * travis: Bump stable upstream to 1.7.2Tad Fisher2018-06-28
| |
| * Don't use herestringsRemus Buzatu2018-06-28
| |
| * Add LICENSE fileDany Marcoux2018-06-28
| |
| * Fix behaviour for otp append as wellxPMo2018-06-03
| |
| * Merge pull request #76 from sudoforge/feature/otp-append-fix-missing-entry-nameTad Fisher2018-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 Denhartog2018-05-01
| | | | | | | | | | | | closes #75
| * | Merge pull request #73 from endgame/patch-1Tad Fisher2018-05-01
| |\ \ | | |/ | |/| README.md: Remove redundant use of cat
| | * README.md: Remove redundant use of catendgame2018-04-27
| |/
| * otp-insert: require only one of `--issuer` or `--account`Benjamin Denhartog2018-03-17
| | | | | | | | closes #68
| * Marked debug target as .PHONYLucid One2018-03-07
| |
| * Fixed aggregate-results target to run indently of aggregate-results-and-cleanLucid One2018-03-07
| |
| * Modified setup.sh to pass lintLucid One2018-03-07
| |
| * Enable `make lint` for test/setup.shLucid One2018-03-07
| |
| * Check that testing prerequisites are installedLucid One2018-03-07
| |
| * Added support for `pass otp --version`Lucid One2018-03-06
| |
| * Add `make debug` target to log errors for failed tests to console.Lucid One2018-03-06
| |
| * Add headers to build badge tableTad Fisher2018-03-05
| |
| * Format build badges more nicelyTad Fisher2018-03-05
| |