aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* respect TMPDIR for the fallback runtime dirJesse Luehrs2021-02-191-1/+6
|
* bump depsJesse Luehrs2021-02-192-2/+2
|
* clippyJesse Luehrs2021-02-195-32/+29
|
* allow TwoFactorType to be provided as an integer or stringJesse Luehrs2020-12-022-15/+68
| | | | | bitwarden-rs still provides it as an integer, but bitwarden.com now provides it as a string
* parse otpauth urls for totp codesJesse Luehrs2020-10-151-13/+29
|
* Zero-pad auth codeAsger Hautop Drewsen2020-10-151-1/+1
|
* line wrappingJesse Luehrs2020-10-131-1/+2
|
* use a better device name when logging inJesse Luehrs2020-10-131-1/+1
|
* 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
| | | | | this is required by the assuan protocol, and breaks responses with percents in them otherwise
* 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
| | | | | apparently $TTY is a shell builtin variable, and not set in the actual environment
* 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
| | | | | | apparently this can happen if you create the uri entry but then delete the contents of the uri afterward? probably also in other edge case scenarios
* 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
| | | | display a prefix of `rbw get: foo` instead of `rbw: get: foo`
* 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
| | | | missed a few options when converting from clap
* don't allow setting lock_timeout to 0Jesse Luehrs2020-05-222-4/+17
| | | | | this isn't useful, because the agent will just drop the keys as soon as they are unlocked, before they can be used to decrypt anything