aboutsummaryrefslogtreecommitdiffstats
path: root/src/bin/rbw
Commit message (Expand)AuthorAgeFilesLines
...
* check protocol version before agent communicationJesse Luehrs2020-05-022-0/+42
* wait for the agent to exit before returning from quitJesse Luehrs2020-05-021-0/+17
* 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
* refactorJesse Luehrs2020-04-181-4/+4
* 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-181-36/+24
* refactorJesse Luehrs2020-04-181-34/+16
* 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-182-4/+79
* add encryption to the agent protocolJesse Luehrs2020-04-181-0/+20
* handle entries with no username or passwordJesse Luehrs2020-04-121-11/+30
* rename some stuff to be less confusingJesse Luehrs2020-04-122-16/+19
* avoid throwing errors for things we don't care aboutJesse Luehrs2020-04-122-15/+26
* improve error handling and reportingJesse Luehrs2020-04-124-112/+200
* refactor client codeJesse Luehrs2020-04-114-0/+337