aboutsummaryrefslogtreecommitdiffstats
path: root/src/bin/rbw
Commit message (Expand)AuthorAgeFilesLines
* clippyJesse Luehrs2021-07-051-1/+1
* add shell completion supportJesse Luehrs2021-04-181-0/+21
* clippyJesse Luehrs2021-04-171-2/+2
* Don't generate a password history entry for empty passwordsLionel Flandrin2021-04-011-8/+14
* support VISUAL in preference to EDITORJesse Luehrs2021-03-021-4/+4
* make the pinentry program configurableJesse Luehrs2021-03-021-0/+2
* persist uri match type when editingJesse Luehrs2021-02-212-11/+51
* bump depsJesse Luehrs2021-02-191-1/+1
* clippyJesse Luehrs2021-02-192-19/+16
* parse otpauth urls for totp codesJesse Luehrs2020-10-151-13/+29
* Zero-pad auth codeAsger Hautop Drewsen2020-10-151-1/+1
* ttyname was merged back into nixJesse Luehrs2020-10-121-25/+5
* clippyJesse Luehrs2020-10-121-2/+2
* implement rbw unlockedJesse Luehrs2020-07-253-0/+16
* also display the totp codeJesse Luehrs2020-07-252-0/+67
* add totp, uris, and custom fields to --full outputJesse Luehrs2020-07-251-4/+86
* 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
* improve error message for agent crashesJesse Luehrs2020-05-251-8/+16
* remove more unnecessary error contextsJesse Luehrs2020-05-251-0/+2
* 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
* 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-231-0/+19
* 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
* clean up some redundant parts of error messagesJesse Luehrs2020-05-231-9/+6
* fix some structopt configurationJesse Luehrs2020-05-231-3/+14
* don't allow setting lock_timeout to 0Jesse Luehrs2020-05-221-2/+7
* 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-211-8/+9
* don't pretend that the version is 0 if the version command failsJesse Luehrs2020-05-211-13/+5
* maintain folder and uris when editing an entryJesse Luehrs2020-05-031-23/+33
* fix editing organization entriesJesse Luehrs2020-05-031-2/+10
* start adding support for different entry typesJesse Luehrs2020-05-032-111/+511
* add command to clear a config settingJesse Luehrs2020-05-032-0/+31
* allow storing password databases from different serversJesse Luehrs2020-05-031-33/+40
* simplifyJesse Luehrs2020-05-032-3/+2
* pass along the entry's org id when requesting decryptionJesse Luehrs2020-05-031-7/+16
* save org id in the sync dbJesse Luehrs2020-05-021-0/+1
* expand the protocol to allow decrypting with organization keysJesse Luehrs2020-05-022-23/+33
* tell the agent to quit if the version command errorsJesse Luehrs2020-05-021-4/+19