aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* ttyname was merged back into nixJesse Luehrs2020-10-121-25/+5
* clippyJesse Luehrs2020-10-125-12/+12
* do not display deleted itemsEmmanuel Garette2020-10-121-0/+5
* implement rbw unlockedJesse Luehrs2020-07-256-0/+40
* also display the totp codeJesse Luehrs2020-07-252-0/+67
* add totp, uris, and custom fields to --full outputJesse Luehrs2020-07-253-4/+127
* adding documentationJake Swenson2020-07-241-0/+3
* Fixing ciphertype 6 supportJake Swenson2020-07-241-1/+2
* percent-decode pinentry data responsesJesse Luehrs2020-07-111-6/+50
* clippyJesse Luehrs2020-07-113-6/+11
* disable pinentry timeoutsJesse Luehrs2020-07-071-2/+2
* prepare for ttyname from nixJesse Luehrs2020-07-031-18/+27
* mention that uuids can also be used to select entriesJesse Luehrs2020-06-231-4/+4
* fix regression in rbw get when not specifying a folderJesse Luehrs2020-06-231-32/+65
* support searching by folderJesse Luehrs2020-06-192-49/+159
* rustfmtJesse Luehrs2020-06-191-1/+2
* Print username for logins with --full (Jarkko Oranen)Jesse Luehrs2020-06-061-2/+3
* don't require setting XDG_RUNTIME_DIRJesse Luehrs2020-05-291-3/+15
* improve cipherstring parsing errorsJesse Luehrs2020-05-282-9/+35
* display the server's error message for incorrect passwordJesse Luehrs2020-05-284-37/+71
* properly handle empty string from pinentryJesse Luehrs2020-05-282-11/+40
* add authenticator 2fa supportJesse Luehrs2020-05-285-55/+245
* parse login error correctlyJesse Luehrs2020-05-272-9/+48
* 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-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