aboutsummaryrefslogtreecommitdiffstats
path: root/src/bin
Commit message (Expand)AuthorAgeFilesLines
...
* refactorJesse Luehrs2020-04-182-54/+26
* refactorJesse Luehrs2020-04-181-34/+85
* support adding entries with notesJesse Luehrs2020-04-181-5/+7
* implement saving generated passwordsJesse Luehrs2020-04-181-3/+40
* don't use locked vecs for pwgenJesse Luehrs2020-04-181-3/+2
* implement add commandJesse Luehrs2020-04-183-5/+80
* add encryption to the agent protocolJesse Luehrs2020-04-183-0/+57
* make daemonizing optionalJesse Luehrs2020-04-181-3/+15
* keep daemon log filesJesse Luehrs2020-04-181-0/+14
* drop timeout due to tokio limitationsJesse Luehrs2020-04-181-1/+2
* fix private key timeout handlingJesse Luehrs2020-04-121-18/+73
* avoid holding the state mutex for as longJesse Luehrs2020-04-121-9/+4
* implement refresh token handlingJesse Luehrs2020-04-121-4/+23
* handle entries with no username or passwordJesse Luehrs2020-04-121-11/+30
* rename some stuff to be less confusingJesse Luehrs2020-04-125-27/+30
* avoid throwing errors for things we don't care aboutJesse Luehrs2020-04-122-15/+26
* improve error handling and reportingJesse Luehrs2020-04-129-198/+443
* automatically sync on loginJesse Luehrs2020-04-111-2/+4
* better pinentry messagesJesse Luehrs2020-04-111-4/+21
* don't block the main loop on timer eventsJesse Luehrs2020-04-111-1/+4
* also refactor the agent codeJesse Luehrs2020-04-116-248/+300
* refactor client codeJesse Luehrs2020-04-115-328/+337
* ensure we are logged in and unlocked where necessaryJesse Luehrs2020-04-111-0/+8
* only actually login or unlock if it's requiredJesse Luehrs2020-04-111-33/+42
* rename agent to rbw-agentJesse Luehrs2020-04-111-0/+0
* add password generationJesse Luehrs2020-04-111-5/+52
* read lock timeout from configJesse Luehrs2020-04-112-1/+3
* timeout should lock the agent, not quit itJesse Luehrs2020-04-111-1/+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-102-1/+31
* fix error messagesJesse Luehrs2020-04-101-3/+3
* save sync data to local fileJesse Luehrs2020-04-102-50/+66
* move some basic stuff into configJesse Luehrs2020-04-102-7/+69
* 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-072-0/+14
* implement requests and responsesJesse Luehrs2020-04-072-42/+122
* make the command line tool automatically spawn the agentJesse Luehrs2020-04-072-32/+69
* start moving to an actual cli appJesse Luehrs2020-04-062-59/+98
* 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-062-0/+241