aboutsummaryrefslogtreecommitdiffstats
path: root/src/bin/rbw-agent/actions.rs
Commit message (Expand)AuthorAgeFilesLines
* clippyJesse Luehrs2024-04-201-1/+0
* fix: cargo fmtarcstur2023-09-031-21/+10
* Fallback to the nop clipboard provider.Benjamin Jacobs2023-07-201-1/+0
* reconnect to websockets after every successful syncJesse Luehrs2023-07-181-8/+6
* stop trying to reconnect to notifications so aggressively1.8.0Jesse Luehrs2023-07-181-8/+10
* fix websockets for self-hosted bitwardenJesse Luehrs2023-07-181-7/+6
* make clipboard manipulation happen from the agentJesse Luehrs2023-07-181-17/+37
* clippy and fmtJesse Luehrs2023-07-161-10/+4
* Merge pull request #123 from troyready/yubikeyJesse Luehrs2023-07-161-0/+1
|\
| * add yubikey supporttroyready2023-06-171-0/+1
* | Cargo format and reconnect websocket on syncBernd Schoolmann2023-04-271-10/+24
* | Improve error logging for websocketsBernd Schoolmann2023-04-271-1/+7
* | Fix panic when websocket endpoint is not availableBernd Schoolmann2023-04-171-2/+2
* | Improve error handlingBernd Schoolmann2023-04-171-8/+17
* | Restructure codeBernd Schoolmann2023-04-161-2/+17
|/
* sync the db every hour, like other bitwarden clientsJesse Luehrs2023-03-251-8/+4
* clippy, fmt, etcJesse Luehrs2023-03-251-6/+21
* Undo change to iterations error messageBernd Schoolmann2023-03-261-1/+1
* Switch kdf type to enumBernd Schoolmann2023-03-261-2/+3
* Implement argon2 kdfBernd Schoolmann2023-03-261-3/+41
* Add support for 2FA-method 'Email'.René 'Necoro' Neumann2023-03-191-33/+38
* clippyJesse Luehrs2023-02-181-38/+31
* Support multiple profiles with an environment variableSkia2022-11-071-1/+1
* clippyJesse Luehrs2021-12-151-28/+18
* don't grab the keyboard when entering the api keyJesse Luehrs2021-10-271-0/+5
* fix pinentry displayJesse Luehrs2021-10-271-2/+2
* add a separate "register" command to log in with api keysJesse Luehrs2021-10-271-201/+153
* start working on apikey authenticationJesse Luehrs2021-10-271-76/+208
* remove unused valueJesse Luehrs2021-10-271-8/+1
* clippyJesse Luehrs2021-10-271-10/+5
* make the pinentry program configurableJesse Luehrs2021-03-021-0/+8
* implement rbw unlockedJesse Luehrs2020-07-251-0/+14
* display the server's error message for incorrect passwordJesse Luehrs2020-05-281-15/+42
* properly handle empty string from pinentryJesse Luehrs2020-05-281-1/+3
* add authenticator 2fa supportJesse Luehrs2020-05-281-49/+173
* remove more unnecessary error contextsJesse Luehrs2020-05-251-20/+9
* use the crate version for the protocol versionJesse Luehrs2020-05-211-1/+1
* fix unlocking org keys on initial loginJesse Luehrs2020-05-031-11/+48
* allow storing password databases from different serversJesse Luehrs2020-05-031-25/+31
* also make the agent store decrypted org keys in memoryJesse Luehrs2020-05-031-2/+14
* also store org keys in the local dbJesse Luehrs2020-05-031-4/+7
* refactor encrypt/decrypt methods to indicate symmetric encryptionJesse Luehrs2020-05-031-4/+6
* save the private key to the local dbJesse Luehrs2020-05-031-1/+2
* expand the protocol to allow decrypting with organization keysJesse Luehrs2020-05-021-2/+4
* check protocol version before agent communicationJesse Luehrs2020-05-021-0/+10
* allow multiple attempts for password entryJesse Luehrs2020-04-181-35/+87
* refactorJesse Luehrs2020-04-181-1/+1
* stop using the api cipher struct publiclyJesse Luehrs2020-04-181-2/+2
* refactorJesse Luehrs2020-04-181-20/+10
* implement add commandJesse Luehrs2020-04-181-1/+1