aboutsummaryrefslogtreecommitdiffstats
path: root/src/bin/rbw-agent/agent.rs
Commit message (Collapse)AuthorAgeFilesLines
* add a separate "register" command to log in with api keysJesse Luehrs2021-10-271-16/+5
|
* start working on apikey authenticationJesse Luehrs2021-10-271-2/+17
| | | | | | | | | | not entirely working yet, because api keys aren't allowed to use the offline_access scope which provides access to the oauth refresh token. we will probably need to move to using stable device identifiers (should be able to generate one when the config is first created) and move this logic to a separate "rbw register" command which just does an apikey login but doesn't try to store any data, and then use the normal login flow after that
* clippyJesse Luehrs2021-10-271-2/+2
|
* upgrade to tokio 1.2Jesse Luehrs2021-03-021-9/+9
|
* implement rbw unlockedJesse Luehrs2020-07-251-0/+9
|
* remove more unnecessary error contextsJesse Luehrs2020-05-251-9/+3
|
* fix unlocking org keys on initial loginJesse Luehrs2020-05-031-4/+5
|
* expand the protocol to allow decrypting with organization keysJesse Luehrs2020-05-021-5/+29
| | | | not implemented yet, just changing the interface
* check protocol version before agent communicationJesse Luehrs2020-05-021-0/+4
|
* don't kill the agent if it fails to parse a messageJesse Luehrs2020-05-021-0/+9
|
* add encryption to the agent protocolJesse Luehrs2020-04-181-0/+4
|
* drop timeout due to tokio limitationsJesse Luehrs2020-04-181-1/+2
|
* fix private key timeout handlingJesse Luehrs2020-04-121-18/+73
|
* rename some stuff to be less confusingJesse Luehrs2020-04-121-7/+7
|
* improve error handling and reportingJesse Luehrs2020-04-121-11/+31
|
* don't block the main loop on timer eventsJesse Luehrs2020-04-111-1/+4
|
* also refactor the agent codeJesse Luehrs2020-04-111-0/+74