Commit Graph

676 Commits (9d38c26a0f2b74e949a921ec9e40e8679ddd240f)
 

Author SHA1 Message Date
Roman Zeyde 9d38c26a0f
gpg: add 'fake' device for GPG-integration testing 7 years ago
Roman Zeyde 3a9330b995
gpg: return SCD version from agent 7 years ago
Roman Zeyde f904aac92e
Allow unicode in identity string for SSH and GPG 7 years ago
Roman Zeyde ca67923fe8
INSTALL: add instructions for Fedora/RedHat 7 years ago
Roman Zeyde ce90e61eb2
README: add troubleshooting section for GPG 7 years ago
Roman Zeyde 90dc124e8d
install: note '~/.local/bin' issue with pip 7 years ago
Roman Zeyde 442bf725ef
gpg: fail SCD-related requests 7 years ago
Roman Zeyde 5820480052
GPG: set default user ID for signing during gpg-init 7 years ago
Roman Zeyde ae2a84e168
INSTALL: comment about Ledger's 'SSH/PGP Agent' app requirement 7 years ago
Roman Zeyde f6911a0016
pin: use PyQt only when running with no TTY 7 years ago
Roman Zeyde 69c54eb425
device: allow Qt-based PIN entry for Trezor/Keepkey 7 years ago
Roman Zeyde 931573f32b
gpg: echo during identity initialization 7 years ago
Roman Zeyde 1e8363d4fc
gpg: refactor client usage at agent module
This allows caching public keys (as done in the SSH agent).
7 years ago
Roman Zeyde b7113083b4
README: add 'git config' for enabling commit signing 7 years ago
Roman Zeyde b5c4eca0d2
README: elaborate trezor/ledger usage for GPG 7 years ago
Roman Zeyde 8aa08d0862
INSTALL: remove duplicate line 7 years ago
Roman Zeyde b452b49f4c
README: note qtpass for password management 7 years ago
Roman Zeyde 639c4efb6d
README: add links to products 7 years ago
Roman Zeyde 6f1686c614
README: remove extra parentheses 7 years ago
Roman Zeyde 300d9a7140
README: update GPG screencasts and other examples 7 years ago
Roman Zeyde b143bafc70
README: remove PyPI badges 7 years ago
Roman Zeyde f2c6b6b9c1
README: move installation to a separate file 7 years ago
Roman Zeyde e0507b1508
tests: cover file-based logging case 7 years ago
Roman Zeyde 85274d8374
bump version 7 years ago
Roman Zeyde f358ca29d4
Allow loading previously exported SSH public keys from a file 7 years ago
Roman Zeyde 53d43cba29
gpg: update README after re-packaging 7 years ago
Roman Zeyde 214b556f83
ssh: simplify argparse creation 7 years ago
Roman Zeyde 051a3fd4ab
ssh: remove unused git-related code 7 years ago
Roman Zeyde 91050ee64a
ssh: remove unused git wrapper 7 years ago
Roman Zeyde 257992d04c
ssh: move related code to a separate subdirectory 7 years ago
Roman Zeyde 6c2273387d
util: extend logging.basicConfig() 7 years ago
Roman Zeyde b6ad8207ba
setup: add Python 3.6 support 7 years ago
Roman Zeyde 3a93fc859d
setup: fix indentation for lists 7 years ago
Roman Zeyde 7d9b3ff1d0
README: update device-related info 7 years ago
Roman Zeyde 4af881b3cb
Split the package into a shared library and separate per-device packages 7 years ago
Roman Zeyde eb525e1b62
gpg: simplify Python entry point and refactor Bash scripts a bit
Now there is a single 'trezor-gpg' tool, with various subcommands.
7 years ago
Roman Zeyde 02c8e729b7
ssh: retrieve all keys using a single device session 7 years ago
Roman Zeyde 12359938ad
keepkey: fix transport import 7 years ago
Roman Zeyde 93cd3e688b
travis: add Python 3.6 7 years ago
Tomás Rojas 26d7dd3124
Cache public keys for the duration of the agent
This saves a lot of time when connecting to multiple hosts
simultaneously (e.g., during a deploy) as every time we are asked to sign a
challenge, all public keys are iterated to find the correct one. This
can become especially slow when using the Bridge transport and/or many
identities are defined.
7 years ago
Tomás Rojas 0d5c3a9ca7
Allow using TREZOR bridge (instead of HID transport) 7 years ago
Roman Zeyde 97ec6b2719
travis: fix dependency 7 years ago
Roman Zeyde 8ba9be1780
fix pylint warnings 7 years ago
Roman Zeyde b2bc87c0c7
fix pydocstyle warnings 7 years ago
Timothy Hobbs d522d148ef Connection error is confusing (#105)
Hi,

I ran into this connection error:

````
> trezor-agent  timothy@localhost
2017-04-10 00:22:01,818 ERROR        Connection error: open failed                                                                        [__main__.py:130]
````

I didn't know what was going on, whether there was a problem connecting to localhost or what. I eventually logged into trezor wallet and found that there too, my device was not recognized (probably because I did not unplug it/replug it after updating the HID settings.) Unplugging it and replugging it fixed everything.
7 years ago
Roman Zeyde c796a3b01d
README: password manager usage example 7 years ago
Roman Zeyde a3362bbf3e
bump version 7 years ago
Nubis 9a271d115b
Allow contents in buffer when using _legacy_pubs 7 years ago
Roman Zeyde 6a7165298f
decode: skip invalid pubkeys (instead of crashing) 7 years ago
Roman Zeyde c4f3fa6e04
agent: reply correctly to HAVEKEY requests 7 years ago