aboutsummaryrefslogtreecommitdiffstats
path: root/src/bin/rbw.rs
Commit message (Expand)AuthorAgeFilesLines
* refactor client codeJesse Luehrs2020-04-111-328/+0
* ensure we are logged in and unlocked where necessaryJesse Luehrs2020-04-111-0/+8
* add password generationJesse Luehrs2020-04-111-5/+52
* read lock timeout from configJesse Luehrs2020-04-111-0/+1
* fix errorsJesse Luehrs2020-04-111-6/+6
* implement purgeJesse Luehrs2020-04-111-1/+4
* simplifyJesse Luehrs2020-04-111-68/+25
* implement getJesse Luehrs2020-04-101-27/+54
* implement lockingJesse Luehrs2020-04-101-1/+19
* fix error messagesJesse Luehrs2020-04-101-3/+3
* save sync data to local fileJesse Luehrs2020-04-101-1/+33
* move some basic stuff into configJesse Luehrs2020-04-101-3/+60
* allow stopping the agentJesse Luehrs2020-04-071-0/+13
* implement requests and responsesJesse Luehrs2020-04-071-16/+66
* make the command line tool automatically spawn the agentJesse Luehrs2020-04-071-0/+18
* start moving to an actual cli appJesse Luehrs2020-04-061-36/+89
* factor out into an agentJesse Luehrs2020-04-061-0/+44