aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* use totp-lite instead of oathJesse Luehrs2021-07-051-3/+7
| | | | oath appears to be unmaintained
* clippyJesse Luehrs2021-07-053-2/+5
|
* remove chbs dependency since it seems to be unmaintainedJesse Luehrs2021-07-053-9/+7791
|
* bump depsJesse Luehrs2021-07-051-5/+6
|
* TwoFactorProviderType: Allow WebAuthnSarah Brofeldt2021-05-311-0/+3
| | | | | Only allows deserialization for the new provider. See https://github.com/bitwarden/server/pull/903
* add shell completion supportJesse Luehrs2021-04-181-0/+21
|
* avoid generating urls with double slashesJesse Luehrs2021-04-181-2/+2
| | | | apparently the official bitwarden server doesn't like it
* stop using opensslJesse Luehrs2021-04-172-18/+23
|
* clippyJesse Luehrs2021-04-176-25/+24
|
* stop using ringJesse Luehrs2021-04-173-36/+25
|
* use bounded iteratorsJesse Luehrs2021-04-172-2/+7
| | | | | new arrayvec version panics if the iterator overflows rather than just stopping
* Merge pull request #53 from simias/dev/fixpasseditJesse Luehrs2021-04-171-8/+14
|\ | | | | Don't generate a password history entry for empty passwords
| * Don't generate a password history entry for empty passwordsLionel Flandrin2021-04-011-8/+14
| | | | | | | | Fixes #52
* | Merge pull request #51 from simias/dev/fixpasshistoryJesse Luehrs2021-04-171-4/+8
|\ \ | | | | | | Don't choke on empty passwords in the history
| * | Don't choke on empty passwords in the historyLionel Flandrin2021-04-011-4/+8
| |/ | | | | | | Fixes #50
* | bump depsJesse Luehrs2021-04-171-2/+4
| |
* | choose characters from alphabet with replacement for pwgenJesse Luehrs2021-04-171-1/+43
|/
* 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
|