aboutsummaryrefslogtreecommitdiffstats
path: root/src/bin/rbw-agent/agent.rs
Commit message (Collapse)AuthorAgeFilesLines
* 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