Commit Graph

782 Commits (34ce1005fda4c2be58b61a3a54d301a9f0f0bc12)
 

Author SHA1 Message Date
Roman Zeyde 34ce1005fd
build: add simple script for PyPI release 6 years ago
Roman Zeyde 8677c8ebaa
trezor_agent: fix broken PyPI package 6 years ago
Roman Zeyde 75d117ad0d
Bump version: 0.9.7 → 0.9.8 6 years ago
Roman Zeyde cefc5f180a
ssh: add --sock-path flag to explicitly specify SSH agent's UNIX socket 6 years ago
Roman Zeyde 0f5c71b748
ssh: add --log-file flag 6 years ago
Roman Zeyde d5f97b7efa
Update README title 6 years ago
Roman Zeyde 4a12bfa0b7
Allow SSH agent to daemonize when invoked with `-d` flag
This change adds the support for "eval `trezor-agent -d`" invocation.
6 years ago
Roman Zeyde cac889ff7d
Update trezorlib dependency for trezor_agent 6 years ago
Roman Zeyde 92c6e680ed
doc: add python-tk dependency
Following #194
6 years ago
Roman Zeyde bf294beb56
gpg: decode stdout as UTF-8 6 years ago
Roman Zeyde 713345918e
ssh: document sub-shell mode 6 years ago
Roman Zeyde eb60c2f475
fix more pylint issues 6 years ago
Roman Zeyde 6d8d43db9b
fix pylint issues 6 years ago
Roman Zeyde 3e67bc9f0e
gpg: log GnuPG commands' output 6 years ago
Roman Zeyde 38b50485de
ssh: remove old demo from README 6 years ago
Roman Zeyde 9cba27b31a
Merge pull request #188 from eli-b/patch-2
README-SSH.md: spelling
6 years ago
Eli Boyarski 00a65a9820
README-SSH.md: spelling 6 years ago
Roman Zeyde 52ad601e66
Merge pull request #187 from eli-b/patch-1
INSTALL.md: update the Ledger Nano S udev link
6 years ago
Eli Boyarski d96a2820ff
INSTALL.md: update the Ledger Nano S udev link 6 years ago
Roman Zeyde 29aaf777ad
Bump version: 0.9.6 → 0.9.7 6 years ago
Roman Zeyde 385fc9457b
Support multiple devices 6 years ago
Jonathan Roelofs 9cf73f677a Show libagent version too 6 years ago
Jonathan Roelofs ec97cd0c44 Implement #182 6 years ago
Jonathan Roelofs 4cd7dc02eb Fix an argparse nuance
https://bugs.python.org/issue16308
6 years ago
Roman Zeyde 8fe9460ed6
trezor: allow UDP connection (for emulator) 6 years ago
Roman Zeyde db16aa3d1c
trezor: update to latest trezorlib version 6 years ago
Roman Zeyde 41ccd2f332
fix new pylint warning 6 years ago
Roman Zeyde cb14d1e00b
Bump version: 0.9.5 → 0.9.6 7 years ago
Roman Zeyde cc6ee31deb
add .bumpversion.cfg 7 years ago
Roman Zeyde b1f302151b
tests: fix test_server.py 7 years ago
Roman Zeyde fde50f04ab
Merge branch 'config' 7 years ago
Roman Zeyde 7e42e455a1
gpg: add an example for adding new user ID 7 years ago
Roman Zeyde 13cd6be2d1
travis: pep8 -> pycodestyle 7 years ago
Roman Zeyde 40469c4100
tox: pep8 -> pycodestyle 7 years ago
Roman Zeyde 0d059587a7
ssh: allow configuration from a file 7 years ago
Roman Zeyde 283cb3d7e8
setup: add ConfigArgParse 7 years ago
Roman Zeyde 51cc716e3f
Merge pull request #169 from dirkx/master
Some background and designn rationale for the use of derived keys
7 years ago
Roman Zeyde 8b4850b0ce Explain rationale better, several typos fixed, include warning about keepkey not yet supporting encryption/decryption. 7 years ago
Roman Zeyde f22c07e970
trezor: retry in case of invalid PIN 7 years ago
Roman Zeyde 29c7234ef4
trezor: make sure scrambled PIN is valid 7 years ago
Roman Zeyde 1942e3999b
ssh: fix exception type for missing device 7 years ago
Roman Zeyde f2e52a88be
` -> ' 7 years ago
Roman Zeyde b26a4cc7b0
A few small fixes 7 years ago
Roman Zeyde c4dfca04f2
trezor: use UI-based passphrase entry
Now TREZOR_PASSPHRASE environment variable is ignored.
7 years ago
Roman Zeyde a1ecbf447e
gpg: return correct keygrip for KEYINFO assuan command 7 years ago
Roman Zeyde 1f9d457e92
gpg: no need to remove the UNIX socket
Our agent should be invoked and re-used when running 'gpg --import'.
7 years ago
Roman Zeyde cb3477fc69
Merge branch 'which-fix' 7 years ago
Roman Zeyde 9bbc66cc16
util: add backport for shutil.which() 7 years ago
Roman Zeyde 06afc971db
Merge pull request #166 from aitorpazos/master
doc: Include python3 support in OpenSUSE instructions
7 years ago
Dirk-Willem van Gulik 2b51a85c26 Rework order of paragraphs for clarity II 7 years ago