aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* better error messageJesse Luehrs2020-04-122-2/+2
* implement refresh token handlingJesse Luehrs2020-04-125-11/+91
* handle entries with no username or passwordJesse Luehrs2020-04-122-13/+32
* rename some stuff to be less confusingJesse Luehrs2020-04-127-28/+31
* avoid throwing errors for things we don't care aboutJesse Luehrs2020-04-123-16/+33
* improve error handling and reportingJesse Luehrs2020-04-1213-198/+455
* 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-112-33/+49
* rename agent to rbw-agentJesse Luehrs2020-04-111-0/+0
* add password generationJesse Luehrs2020-04-115-6/+267
* simplifyJesse Luehrs2020-04-111-1/+1
* read lock timeout from configJesse Luehrs2020-04-113-1/+9
* timeout should lock the agent, not quit itJesse Luehrs2020-04-111-1/+1
* fix errorsJesse Luehrs2020-04-111-6/+6
* implement purgeJesse Luehrs2020-04-113-1/+13
* simplifyJesse Luehrs2020-04-111-68/+25
* implement getJesse Luehrs2020-04-101-27/+54
* more robust zeroizationJesse Luehrs2020-04-103-7/+11
* implement lockingJesse Luehrs2020-04-103-1/+32
* fix error messagesJesse Luehrs2020-04-101-3/+3
* overwrite locked memory before dropping itJesse Luehrs2020-04-101-0/+12
* save sync data to local fileJesse Luehrs2020-04-106-62/+176
* move some basic stuff into configJesse Luehrs2020-04-107-32/+172
* also use cipherstring objectsJesse Luehrs2020-04-082-9/+13
* automatically unlock on loginJesse Luehrs2020-04-082-8/+13
* mlock sensitive memoryJesse Luehrs2020-04-0811-93/+263
* allow stopping the agentJesse Luehrs2020-04-073-0/+15
* implement requests and responsesJesse Luehrs2020-04-073-43/+131
* make the command line tool automatically spawn the agentJesse Luehrs2020-04-074-64/+202
* start moving to an actual cli appJesse Luehrs2020-04-066-59/+180
* clippyJesse Luehrs2020-04-067-14/+28
* todoJesse Luehrs2020-04-061-1/+4
* renameJesse Luehrs2020-04-062-7/+5
* a bit more cleanupJesse Luehrs2020-04-064-47/+87
* factor out into an agentJesse Luehrs2020-04-069-25/+526
* renameJesse Luehrs2020-04-052-7/+9
* basic implementation of the cryptographic stuffJesse Luehrs2020-04-059-3/+1727
* project skeletonJesse Luehrs2020-04-043-0/+13
* initial commitJesse Luehrs2020-04-040-0/+0