aboutsummaryrefslogtreecommitdiffstats
path: root/src/bin
Commit message (Expand)AuthorAgeFilesLines
...
* tell the agent to quit if the version command errorsJesse Luehrs2020-05-021-4/+19
* check protocol version before agent communicationJesse Luehrs2020-05-024-0/+56
* wait for the agent to exit before returning from quitJesse Luehrs2020-05-021-0/+17
* don't kill the agent if it fails to parse a messageJesse Luehrs2020-05-022-2/+16
* add docsJesse Luehrs2020-04-201-36/+178
* add folder as an option for list fieldsJesse Luehrs2020-04-201-0/+23
* implement adding into a folderJesse Luehrs2020-04-192-2/+90
* allow selecting entries by id as wellJesse Luehrs2020-04-191-9/+21
* add some command aliasesJesse Luehrs2020-04-191-10/+14
* allow listing various different fieldsJesse Luehrs2020-04-192-4/+55
* allow creating entries with associated urisJesse Luehrs2020-04-192-2/+41
* allow getting notes along with a passwordJesse Luehrs2020-04-192-2/+10
* sort the rbw list outputJesse Luehrs2020-04-191-6/+11
* implement history command to get password historyJesse Luehrs2020-04-192-0/+35
* track password historyJesse Luehrs2020-04-191-0/+31
* allow matching on substringsJesse Luehrs2020-04-181-22/+171
* allow multiple attempts for password entryJesse Luehrs2020-04-181-35/+87
* refactorJesse Luehrs2020-04-182-5/+5
* implement edit commandJesse Luehrs2020-04-182-32/+97
* better decrypt_cipher error handlingJesse Luehrs2020-04-181-16/+40
* enable env_logger in the main appJesse Luehrs2020-04-181-0/+5
* implement removeJesse Luehrs2020-04-182-5/+42
* stop using the api cipher struct publiclyJesse Luehrs2020-04-182-38/+26
* 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