aboutsummaryrefslogtreecommitdiffstats
path: root/src/bin/rbw/commands.rs
Commit message (Expand)AuthorAgeFilesLines
* clippy/fmt1.6.0Jesse Luehrs2023-03-091-3/+3
* add support for raw json outputclassabbyamp2023-03-081-6/+19
* more clippy cleanupsJesse Luehrs2023-02-181-3/+0
* refactor client cert handlingJesse Luehrs2023-02-181-1/+2
* clippyJesse Luehrs2023-02-181-55/+56
* Merge pull request #95 from shadowwolf899/masterJesse Luehrs2023-02-181-0/+212
|\
| * Added flag to get a specific field from an itemJericho Keyne2022-07-181-0/+212
* | Merge pull request #92 from fopina/client_certJesse Luehrs2023-02-181-0/+2
|\ \
| * | support for client certificatesFilipe Pina2022-05-261-0/+2
| |/
* / fix: don't panic when pipingwitcher2022-02-131-1/+9
|/
* clippyJesse Luehrs2021-12-151-128/+123
* add a separate "register" command to log in with api keysJesse Luehrs2021-10-271-4/+11
* start working on apikey authenticationJesse Luehrs2021-10-271-4/+4
* clippyJesse Luehrs2021-10-271-20/+20
* fix #56 totp with spacearch2021-07-051-1/+1
* use totp-lite instead of oathJesse Luehrs2021-07-051-3/+7
* clippyJesse Luehrs2021-07-051-1/+1
* Don't generate a password history entry for empty passwordsLionel Flandrin2021-04-011-8/+14
* 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
* 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
* 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
* 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
* tell the agent to quit if the version command errorsJesse Luehrs2020-05-021-4/+19
* check protocol version before agent communicationJesse Luehrs2020-05-021-0/+24
* add folder as an option for list fieldsJesse Luehrs2020-04-201-0/+23