Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add passage supportHEADmaster | Nicholas Johnson | 2023-08-26 |
| | |||
* | README.md: Add example use of wl-clipboard to get QR from clip | Leonard Janis Robert König | 2022-02-12 |
| | |||
* | Handle otpauth:// URIs with port numbers | Tad Fisher | 2022-02-12 |
| | |||
* | Update sharness | Tad Fisher | 2022-02-12 |
| | |||
* | Handle -c/--clip in cmd_otp_uri | Tad Fisher | 2022-02-12 |
| | |||
* | flake: Add derivation for pass with local otp build | Tad Fisher | 2022-02-12 |
| | |||
* | Add Github workflow | Tad Fisher | 2022-02-12 |
| | |||
* | Resolve some shellcheck warnings | Tad Fisher | 2022-02-12 |
| | |||
* | Add Nix flake | Tad Fisher | 2022-02-12 |
| | |||
* | update link for ZBar | Mohit Agarwal | 2022-01-22 |
| | | | | | Quoting from the README at the new link: > As its development stopped in 2012, I took the task of keeping it updated with the V4L2 API. This is the main repository for it. | ||
* | remove now redundant env var | apiraino | 2020-11-29 |
| | |||
* | Fix extension dir env var | apiraino | 2020-11-29 |
| | |||
* | Use standard XDG bash completion dir | apiraino | 2020-11-29 |
| | |||
* | even more helpful | apiraino | 2020-11-29 |
| | |||
* | be more helpful | apiraino | 2020-11-29 |
| | |||
* | update README | apiraino | 2020-11-29 |
| | |||
* | Add support for using Pass::OTP | Jan Baier | 2020-09-12 |
| | | | | | | Pass::OTP is alternative implementation of One-time passwords with more features, namely it can support parsing otpauth:// links and custom character classes. This can close #97 | ||
* | OpenBSD patches to installer | kousu | 2020-09-12 |
| | |||
* | README: Also describe how to use zbarcam | Niklas Hambüchen | 2020-09-12 |
| | | | I find this one of the most common use cases. | ||
* | 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 |
| | |