aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* changelog and version bump0.4.1Jesse Luehrs2020-05-283-3/+3
* improve cipherstring parsing errorsJesse Luehrs2020-05-283-9/+41
* changelog and version bump0.4.0Jesse Luehrs2020-05-283-3/+3
* display the server's error message for incorrect passwordJesse Luehrs2020-05-285-37/+72
* properly handle empty string from pinentryJesse Luehrs2020-05-283-11/+41
* add authenticator 2fa supportJesse Luehrs2020-05-286-55/+249
* parse login error correctlyJesse Luehrs2020-05-273-9/+55
* changelog and version bump0.3.5Jesse Luehrs2020-05-253-3/+3
* improve error message for agent crashesJesse Luehrs2020-05-251-8/+16
* remove more unnecessary error contextsJesse Luehrs2020-05-254-31/+15
* fix finding the active tty nameJesse Luehrs2020-05-254-5/+31
* changelogJesse Luehrs2020-05-251-0/+6
* 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
* changelog and version bump0.3.4Jesse Luehrs2020-05-243-2/+9
* handle uri entries with no uri setJesse Luehrs2020-05-241-4/+12
* changelog and version bump0.3.3Jesse Luehrs2020-05-233-2/+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-233-1/+10
* clean up error output a bitJesse Luehrs2020-05-231-31/+62
* remove unnecessary explicit dependencyJesse Luehrs2020-05-233-4/+2
* changelog and version bump0.3.2Jesse Luehrs2020-05-233-2/+8
* 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-236-14/+80
* changelog and version bump0.3.1Jesse Luehrs2020-05-233-2/+9
* fix some structopt configurationJesse Luehrs2020-05-231-3/+14
* a few more dep version bumpsJesse Luehrs2020-05-222-8/+20
* changelog and version bump0.3.0Jesse Luehrs2020-05-223-2/+14
* bump depsJesse Luehrs2020-05-221-84/+100
* 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-224-360/+351
* 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
* update readme for installation instructionsJesse Luehrs2020-05-191-3/+22
* changelog and version bump0.2.2Jesse Luehrs2020-05-173-2/+13
* don't expect the refresh token response to have a keyJesse Luehrs2020-05-171-2/+0
* add some example search helpersJesse Luehrs2020-05-172-0/+10
* version bump0.2.1Jesse Luehrs2020-05-032-2/+2
* maintain folder and uris when editing an entryJesse Luehrs2020-05-036-44/+100
* fix metadataJesse Luehrs2020-05-031-1/+1
* version bump0.2.0Jesse Luehrs2020-05-033-3/+3
* fix editing organization entriesJesse Luehrs2020-05-033-4/+18
* start adding support for different entry typesJesse Luehrs2020-05-037-209/+868
* add command to clear a config settingJesse Luehrs2020-05-034-1/+33