aboutsummaryrefslogtreecommitdiffstats
path: root/src/bin/rbw/commands.rs
Commit message (Collapse)AuthorAgeFilesLines
* use totp-lite instead of oathJesse Luehrs2021-07-051-3/+7
| | | | oath appears to be unmaintained
* clippyJesse Luehrs2021-07-051-1/+1
|
* Don't generate a password history entry for empty passwordsLionel Flandrin2021-04-011-8/+14
| | | | Fixes #52
* make the pinentry program configurableJesse Luehrs2021-03-021-0/+2
|
* persist uri match type when editingJesse Luehrs2021-02-211-9/+41
|
* clippyJesse Luehrs2021-02-191-16/+14
|
* parse otpauth urls for totp codesJesse Luehrs2020-10-151-13/+29
|
* Zero-pad auth codeAsger Hautop Drewsen2020-10-151-1/+1
|
* clippyJesse Luehrs2020-10-121-2/+2
|
* implement rbw unlockedJesse Luehrs2020-07-251-0/+7
|
* also display the totp codeJesse Luehrs2020-07-251-0/+53
|
* add totp, uris, and custom fields to --full outputJesse Luehrs2020-07-251-4/+86
|
* fix regression in rbw get when not specifying a folderJesse Luehrs2020-06-231-32/+65
|
* support searching by folderJesse Luehrs2020-06-191-41/+138
|
* rustfmtJesse Luehrs2020-06-191-1/+2
|
* Print username for logins with --full (Jarkko Oranen)Jesse Luehrs2020-06-061-2/+3
|
* remove some redundant error contextsJesse Luehrs2020-05-251-7/+6
|
* 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
|
* don't allow setting lock_timeout to 0Jesse Luehrs2020-05-221-2/+7
| | | | | 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
* drop in-memory keys when changing configurationJesse Luehrs2020-05-221-0/+8
|
* use structopt instead of clapJesse Luehrs2020-05-221-7/+6
|
* 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
| | | | | | this was intended to paper over agents that didn't recognize the version command, but they almost certainly don't exist at this point and it makes the error messages super confusing
* 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-031-111/+509
|
* add command to clear a config settingJesse Luehrs2020-05-031-0/+17
|
* allow storing password databases from different serversJesse Luehrs2020-05-031-33/+40
| | | | | this should allow easy switching of servers by just `rbw config set base_url`
* 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-021-21/+23
| | | | not implemented yet, just changing the interface
* tell the agent to quit if the version command errorsJesse Luehrs2020-05-021-4/+19
| | | | this should allow more seamless upgrades from the previous version
* check protocol version before agent communicationJesse Luehrs2020-05-021-0/+24
|
* add folder as an option for list fieldsJesse Luehrs2020-04-201-0/+23
|
* implement adding into a folderJesse Luehrs2020-04-191-2/+78
|
* allow selecting entries by id as wellJesse Luehrs2020-04-191-9/+21
|
* allow listing various different fieldsJesse Luehrs2020-04-191-2/+39
|
* allow creating entries with associated urisJesse Luehrs2020-04-191-1/+16
|
* allow getting notes along with a passwordJesse Luehrs2020-04-191-1/+7
|
* sort the rbw list outputJesse Luehrs2020-04-191-6/+11
|
* implement history command to get password historyJesse Luehrs2020-04-191-0/+24
|
* track password historyJesse Luehrs2020-04-191-0/+31
|
* allow matching on substringsJesse Luehrs2020-04-181-22/+171
|
* refactorJesse Luehrs2020-04-181-4/+4
|
* implement edit commandJesse Luehrs2020-04-181-30/+86
|
* better decrypt_cipher error handlingJesse Luehrs2020-04-181-16/+40
|
* implement removeJesse Luehrs2020-04-181-2/+30
|
* stop using the api cipher struct publiclyJesse Luehrs2020-04-181-36/+24
|
* refactorJesse Luehrs2020-04-181-34/+16
|