aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* switch to thiserrorJesse Luehrs2021-03-0611-143/+205
|
* disable PTRACE_ATTACH after daemonizingJesse Luehrs2021-03-061-4/+4
| | | | this should let warnings go to the agent logs instead of the terminal
* only warn if disabling PTRACE_ATTACH failsJesse Luehrs2021-03-052-3/+6
|
* upgrade to tokio 1.2Jesse Luehrs2021-03-022-10/+10
|
* support VISUAL in preference to EDITORJesse Luehrs2021-03-023-8/+19
|
* make the pinentry program configurableJesse Luehrs2021-03-024-1/+19
|
* suggest rotating the user's encryption key for old cipherstring typesJesse Luehrs2021-03-022-3/+12
|
* refactor a bitJesse Luehrs2021-02-272-19/+25
|
* Use prctl on Linux to prevent PTRACE_ATTACHJarkko Oranen2021-02-271-0/+19
| | | | | | This offers some protection against other user processes attempting to read rbw-agent's memory. Unfortunately, I don't have other platforms to test on, so the implementation is only for Linux.
* persist uri match type when editingJesse Luehrs2021-02-215-15/+187
|
* 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
|