aboutsummaryrefslogtreecommitdiffstats
path: root/src/bin
Commit message (Collapse)AuthorAgeFilesLines
...
* start adding support for different entry typesJesse Luehrs2020-05-032-111/+511
|
* add command to clear a config settingJesse Luehrs2020-05-032-0/+31
|
* fix unlocking org keys on initial loginJesse Luehrs2020-05-032-15/+53
|
* allow storing password databases from different serversJesse Luehrs2020-05-032-58/+71
| | | | | this should allow easy switching of servers by just `rbw config set base_url`
* simplifyJesse Luehrs2020-05-034-19/+7
|
* pass along the entry's org id when requesting decryptionJesse Luehrs2020-05-031-7/+16
|
* also make the agent store decrypted org keys in memoryJesse Luehrs2020-05-031-2/+14
|
* also store org keys in the local dbJesse Luehrs2020-05-031-4/+7
|
* refactor encrypt/decrypt methods to indicate symmetric encryptionJesse Luehrs2020-05-031-4/+6
| | | | since we're going to have to also implement asymmetric encryption
* save the private key to the local dbJesse Luehrs2020-05-031-1/+2
|
* save org id in the sync dbJesse Luehrs2020-05-021-0/+1
|
* expand the protocol to allow decrypting with organization keysJesse Luehrs2020-05-024-30/+66
| | | | not implemented yet, just changing the interface
* tell the agent to quit if the version command errorsJesse Luehrs2020-05-021-4/+19
| | | | this should allow more seamless upgrades from the previous version
* 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
| | | | | i'm doing all of my password generation in the client, which really doesn't need it
* 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
| | | | | in particular, don't hold it over pinentry calls, since those can take arbitrarily long
* 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
|