Skip to content

Releases: odkr/lpassh-add

Minor changes

11 Nov 09:37
7669b34
Compare
Choose a tag to compare

lpassh-add used to try to make sure that it cannot be tricked into using the LassPass agent. This is, of course, ultimately futile. I removed this behaviour to not give people a false sense of security.

Fix for handling no TTY

27 Dec 11:00
3903f6e
Compare
Choose a tag to compare

lpassh-add while no longer requiring a TTY when SSH_ASKPASS is set for asking for the LastPass password, was still needing a TTY for asking for SSh key passphrases. This release changes this. Now, when SSH_ASKPASS is set, no TTY is needed.

A bunch of fixes

23 Dec 19:56
22bdb5a
Compare
Choose a tag to compare
  • Made sure that __LPASSH_ADD_ASKPASS can't be overriden.
  • Replaced two instances of $(...) with backticks.
  • If SSH_ASKPASS is set, a TTY is no longer needed.
  • Re-arranged the code for better readability.

Stable

20 Dec 22:59
357442c
Compare
Choose a tag to compare
  • Added better error messages for when a SSH_ASKPASS utility fails the security check.
  • Minor changes for SVR4 compatibility.
  • Simplified code.
  • Improved documentation (ever so slightly).

Yet another bugfix

03 May 07:51
6ce67e3
Compare
Choose a tag to compare
Yet another bugfix Pre-release
Pre-release

v1.0.0b2 contained debugging code that breaks production use. I fixed this for this release.

v1.0.0b2: Bugfix

22 Apr 14:19
v1.0.0b2
5a9a118
Compare
Choose a tag to compare
v1.0.0b2: Bugfix Pre-release
Pre-release

lpassh-add works for me, but needs more testing. Be sure to read the section "SECURITY" in the manual.

First beta release

22 Apr 12:56
v1.0.0b1
b7d9fdd
Compare
Choose a tag to compare
First beta release Pre-release
Pre-release

lpassh-add works for me, but needs more testing.