aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fix finding the active tty nameJesse Luehrs2020-05-251-5/+26
* remove some redundant error contextsJesse Luehrs2020-05-251-7/+6
* also suppress error if the socket file doesn't existJesse Luehrs2020-05-251-7/+7
* handle uri entries with no uri setJesse Luehrs2020-05-241-4/+12
* include filenames in the error messages about file operationsJesse Luehrs2020-05-234-82/+143
* set default lock_timeout correctly when first creating config fileJesse Luehrs2020-05-232-1/+13
* fix error if `rbw config set base_url` is run before setting emailJesse Luehrs2020-05-231-4/+10
* give a more useful error if rbw is misconfiguredJesse Luehrs2020-05-233-0/+30
* wrap log lines when necessaryJesse Luehrs2020-05-231-1/+6
* clean up error output a bitJesse Luehrs2020-05-231-31/+62
* remove unnecessary explicit dependencyJesse Luehrs2020-05-231-1/+1
* make log lines emitted by the cli have a simpler formatJesse Luehrs2020-05-231-0/+4
* remove a bunch of duplicate error outputJesse Luehrs2020-05-231-23/+23
* clean up some redundant parts of error messagesJesse Luehrs2020-05-231-9/+6
* better error messages when parsing a server messageJesse Luehrs2020-05-234-14/+56
* fix some structopt configurationJesse Luehrs2020-05-231-3/+14
* don't allow setting lock_timeout to 0Jesse Luehrs2020-05-222-4/+17
* drop in-memory keys when changing configurationJesse Luehrs2020-05-221-0/+8
* use structopt instead of clapJesse Luehrs2020-05-222-360/+244
* use the crate version for the protocol versionJesse Luehrs2020-05-213-10/+21
* don't pretend that the version is 0 if the version command failsJesse Luehrs2020-05-211-13/+5
* don't expect the refresh token response to have a keyJesse Luehrs2020-05-171-2/+0
* maintain folder and uris when editing an entryJesse Luehrs2020-05-035-44/+94
* fix editing organization entriesJesse Luehrs2020-05-033-4/+18
* start adding support for different entry typesJesse Luehrs2020-05-036-209/+866
* add command to clear a config settingJesse Luehrs2020-05-033-1/+32
* fix unlocking org keys on initial loginJesse Luehrs2020-05-032-15/+53
* allow storing password databases from different serversJesse Luehrs2020-05-035-72/+97
* simplifyJesse Luehrs2020-05-038-43/+61
* remove some old debuggingJesse Luehrs2020-05-031-6/+3
* fix some unwrapsJesse Luehrs2020-05-032-3/+6
* 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-034-7/+107
* also store org keys in the local dbJesse Luehrs2020-05-034-7/+46
* refactor encrypt/decrypt methods to indicate symmetric encryptionJesse Luehrs2020-05-033-87/+124
* save the private key to the local dbJesse Luehrs2020-05-034-5/+13
* move to ring for things that it supportsJesse Luehrs2020-05-033-54/+45
* save org id in the sync dbJesse Luehrs2020-05-023-0/+5
* expand the protocol to allow decrypting with organization keysJesse Luehrs2020-05-025-33/+75
* tell the agent to quit if the version command errorsJesse Luehrs2020-05-021-4/+19
* check protocol version before agent communicationJesse Luehrs2020-05-025-0/+60
* 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-203-2/+54
* only handle login entries for nowJesse Luehrs2020-04-191-20/+25
* implement adding into a folderJesse Luehrs2020-04-195-4/+226
* 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