Carson McManus
7c985f62ff
zeroize more stuff during runtime ( #282 )
...
- add zeroize features to some dependencies
- zeroize protobuf messages when they are dropped
2023-07-05 14:25:03 +00:00
Carson McManus
df47ff1823
refactor passkey/password prompts so they are always SecretString ( #281 )
2023-07-05 12:35:32 +00:00
Carson McManus
d9261d0ac8
Release steamguard-cli v0.10.1
2023-07-05 07:03:54 -04:00
Carson McManus
b98cd2d4c7
Bump steamguard-cli v0.10.1
2023-07-05 06:59:44 -04:00
Carson McManus
3fdf2fdbc9
add an argument to accept invalid TLS certs ( #279 )
2023-07-05 10:58:08 +00:00
Carson McManus
7635e5ca10
add argument to specify proxy credentials ( #278 )
2023-07-05 10:49:17 +00:00
Carson McManus
a2b3f18d76
search directory that the executable is in for maFiles ( #277 )
...
closes #275
2023-07-05 10:28:13 +00:00
Carson McManus
d3b9471e95
update release script
2023-07-03 12:37:00 -04:00
Carson McManus
391371002b
Release steamguard v0.10.0, steamguard-cli v0.10.0
2023-07-03 12:30:14 -04:00
Carson McManus
06af8c2219
Bump steamguard v0.10.0, steamguard-cli v0.10.0, safety bump steamguard-cli v0.10.0
2023-07-03 12:26:35 -04:00
Carson McManus
8f4ec79144
parallelize account loading and saving ( #273 )
...
- parallelize account loading
- parallelize account saving
2023-07-03 16:25:43 +00:00
Carson McManus
969baeed4c
upgrade some dependencies ( #272 )
...
- upgrade `rsa`, `zeroize` crates, closes #268
- switch to parrallelized pbkdf2, closes #271
- cargo update
2023-07-03 15:42:10 +00:00
Carson McManus
d5218d770e
add a new, faster encryption scheme (Argon2idAes256
) and make it the default ( #270 )
...
- move legacy scheme to new module
- add argon2 crate
- mvoe test
- add argon2id aes encryption scheme
- refactor encryption to be less shit
- fix all the errors
- fix lints
2023-07-03 10:23:56 -04:00
Carson McManus
26c6916e79
update readme
2023-07-02 11:09:49 -04:00
Carson McManus
11b36c566e
Minor code refactors ( #266 )
2023-07-02 14:54:01 +00:00
Carson McManus
7e94f76653
Add support for storing encryption passkey in system keyring ( #265 )
...
- add keyring package
- add keyring id field to manifest
- automatically attempt to load encryption passkey from keyring
- have decrypt delete the passkey on decrypt
- have encrypt command ask if it should store the passkey in the keyring
- fix lints
closes #117
2023-07-02 14:44:18 +00:00
Carson McManus
fe663cf43f
add HTTP proxy support ( #264 )
...
- allow extracting the http client from web api transport
- refactor most commands so that they can accept an external transport
- update confirmer to use transport's http client
- update remove command
- update TwoFactorClient so it doesn't need to be mutable
- update get_server_time so it requires a transport
- update remove_authenticator
- update login proceedure to use given transport
- update usages of do_login
- update setup
- update trade
- update code command
- update qr-login command
- make borrowcheck happy
- make WebApiTransport Clone and remove Default impl
- remove dead code
- fix lints
closes #177
2023-07-02 12:57:13 +00:00
Carson McManus
1d99bae469
Release steamguard v0.9.5, steamguard-cli v0.9.7
2023-07-02 07:40:10 -04:00
Carson McManus
e25ab17fd6
Bump steamguard v0.9.5, steamguard-cli v0.9.7
2023-07-02 07:39:57 -04:00
Carson McManus
6f4064ff58
update release script
2023-07-02 07:39:46 -04:00
Carson McManus
3146d4824c
refactor to make adding proxy support easier later ( #263 )
2023-07-02 11:17:09 +00:00
Carson McManus
55a8bee695
update release script
2023-07-01 07:15:20 -04:00
Marvin Lehmann
b9d9179537
Add env option to configure maFiles path ( #258 )
...
I'd like to add this awesome tool to Scoop
(https://github.com/ScoopInstaller/Scoop ) which works best with portable
programs.
Currently the problem is that steamguard-cli doesn't look for a
local/relative maFiles folder.
The alternative I opted for would be to use an env var which Scoop can
also set to its persist dir.
2023-06-30 23:44:57 +00:00
Carson McManus
f05f423d23
Bump steamguard v0.9.4, steamguard-cli v0.9.6
2023-06-30 11:11:09 -04:00
Carson McManus
4cc4d2370c
update release script
2023-06-30 10:58:30 -04:00
Carson McManus
b3c6639146
remove: refactor to make it more reliable ( #257 )
...
fixes #256
2023-06-30 14:53:05 +00:00
Carson McManus
71d399f645
Bump steamguard v0.9.3, steamguard-cli v0.9.5
2023-06-29 19:04:11 -04:00
Carson McManus
4990d23c32
update release script ( #255 )
2023-06-29 18:49:03 -04:00
Carson McManus
6c4af1c9de
don't unwrap
for path.extension()
in manifest migration ( #254 )
...
should fix #253
2023-06-29 22:16:52 +00:00
Carson McManus
f7f9c916ba
revert changes to release script
2023-06-29 17:59:16 -04:00
Carson McManus
b30eb050de
update log crate
2023-06-29 17:58:48 -04:00
Carson McManus
3cb0869597
adjust release script
2023-06-29 17:51:10 -04:00
Carson McManus
06ea485e55
adjust release script
2023-06-29 17:50:14 -04:00
Carson McManus
dc591212bb
fix typo in update available text ( #252 )
2023-06-29 21:16:02 +00:00
Carson McManus
9bfd07c6b4
update ConfirmationType enum ( #250 )
2023-06-29 19:35:14 +00:00
Carson McManus
39fa6bb4a1
CI: fix rust cache collisions messing up the windows build ( #249 )
2023-06-29 14:51:41 +00:00
Carson McManus
0341db0046
CI: update rust cache steps
2023-06-29 10:38:37 -04:00
Carson McManus
201288952a
CI: update rust cache steps
2023-06-29 10:35:50 -04:00
Carson McManus
4b92d46049
trade: use bulk confirmation operations ( #248 )
...
- Confirmer: add bulk confirmation operations
- trade: use bulk confirmation operations
closes #241
2023-06-29 14:33:56 +00:00
Carson McManus
0b8de57e3a
misc workflow improvements ( #247 )
...
- CI: add checks for build targets
- adjust release script
2023-06-29 08:33:34 -04:00
Carson McManus
6af4374da3
trade: misc confirmation fixes and tests ( #246 )
2023-06-27 19:13:26 +00:00
Carson McManus
0d24d12c55
trade: refactor how confirmations work so it's more reliable ( #245 )
2023-06-27 10:20:27 -04:00
Carson McManus
09fd78a5a5
Bump steamguard v0.9.2, steamguard-cli v0.9.4
2023-06-26 20:22:31 -04:00
Carson McManus
79c01833e8
fix manifest migration flow not prompting for passkey if not provided in args ( #240 )
2023-06-26 20:15:22 -04:00
Carson McManus
ad5a9b3131
trade: fix Account Details confirmation not parsing ( #239 )
...
fixes #238
2023-06-26 23:57:17 +00:00
Carson McManus
7d39da8213
Bump steamguard v0.9.1, steamguard-cli v0.9.3
2023-06-26 19:12:07 -04:00
Carson McManus
4fed9486de
trade: adjust logging for deserializing confirmations ( #237 )
2023-06-26 23:11:15 +00:00
Carson McManus
f8ae7d4e0e
fix SDA encryption compatibility ( #236 )
...
fixes #233
2023-06-26 23:02:48 +00:00
Carson McManus
da44f49c56
add some unit tests ( #234 )
...
- add unit test for migrating single accounts
- add manifest v1 loading tests
- disable a test
- update comment
- update vscode runners
- add a unit test to make sure migrated maFiles can still be read
2023-06-26 16:44:14 +00:00
Carson McManus
46ddaad281
import: tweak the helptext a little bit ( #232 )
2023-06-26 12:36:37 -04:00