aboutsummaryrefslogtreecommitdiffstats
path: root/src/bin/agent.rs
Commit message (Expand)AuthorAgeFilesLines
* rename agent to rbw-agentJesse Luehrs2020-04-111-239/+0
* read lock timeout from configJesse Luehrs2020-04-111-1/+2
* timeout should lock the agent, not quit itJesse Luehrs2020-04-111-1/+1
* implement lockingJesse Luehrs2020-04-101-0/+12
* save sync data to local fileJesse Luehrs2020-04-101-49/+33
* move some basic stuff into configJesse Luehrs2020-04-101-4/+9
* also use cipherstring objectsJesse Luehrs2020-04-081-3/+4
* automatically unlock on loginJesse Luehrs2020-04-081-5/+2
* mlock sensitive memoryJesse Luehrs2020-04-081-8/+7
* allow stopping the agentJesse Luehrs2020-04-071-0/+1
* implement requests and responsesJesse Luehrs2020-04-071-26/+56
* make the command line tool automatically spawn the agentJesse Luehrs2020-04-071-32/+51
* start moving to an actual cli appJesse Luehrs2020-04-061-23/+9
* clippyJesse Luehrs2020-04-061-2/+0
* todoJesse Luehrs2020-04-061-1/+4
* renameJesse Luehrs2020-04-061-6/+4
* a bit more cleanupJesse Luehrs2020-04-061-6/+14
* factor out into an agentJesse Luehrs2020-04-061-0/+197