aboutsummaryrefslogtreecommitdiffstats
path: root/src/bin/rbw-agent
Commit message (Expand)AuthorAgeFilesLines
* switch from nix to rustixJesse Luehrs2024-04-212-6/+4
* clippyJesse Luehrs2024-04-202-7/+1
* bump depsJesse Luehrs2024-04-201-16/+10
* Make directories when not daemonizedWim de With2024-01-232-2/+2
* clippy and fmtJesse Luehrs2024-01-012-3/+3
* fix: cargo fmtarcstur2023-09-031-21/+10
* clippyJesse Luehrs2023-07-291-0/+2
* clippyJesse Luehrs2023-07-201-10/+16
* Fallback to the nop clipboard provider.Benjamin Jacobs2023-07-202-5/+15
* more correct websocket notification handlingJesse Luehrs2023-07-192-106/+91
* reconnect to websockets after every successful syncJesse Luehrs2023-07-182-28/+11
* stop trying to reconnect to notifications so aggressively1.8.0Jesse Luehrs2023-07-182-26/+23
* fix websockets for self-hosted bitwardenJesse Luehrs2023-07-181-7/+6
* make clipboard manipulation happen from the agentJesse Luehrs2023-07-182-25/+55
* clippy and fmtJesse Luehrs2023-07-163-43/+36
* 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-274-67/+148
* | Improve error logging for websocketsBernd Schoolmann2023-04-273-4/+13
* | Improve websocket disconnect handlingBernd Schoolmann2023-04-171-1/+3
* | Fix panic when websocket endpoint is not availableBernd Schoolmann2023-04-172-3/+3
* | Improve error handlingBernd Schoolmann2023-04-172-17/+24
* | Restructure codeBernd Schoolmann2023-04-163-129/+136
* | Implement basic websocket supportBernd Schoolmann2023-04-083-0/+178
|/
* sync the db every hour, like other bitwarden clientsJesse Luehrs2023-03-252-9/+35
* stop using tokio::select!Jesse Luehrs2023-03-253-54/+106
* 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
* bump depsJesse Luehrs2023-03-091-13/+18
* more clippy cleanupsJesse Luehrs2023-02-182-2/+1
* bump editionsJesse Luehrs2023-02-181-1/+1
* stop warning on multiple crate versions in clippyJesse Luehrs2023-02-181-0/+1
* clippyJesse Luehrs2023-02-184-48/+39
* Support multiple profiles with an environment variableSkia2022-11-071-1/+1
* clippyJesse Luehrs2021-12-154-40/+37
* 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-272-217/+158
* start working on apikey authenticationJesse Luehrs2021-10-272-78/+225
* remove unused valueJesse Luehrs2021-10-271-8/+1
* clippyJesse Luehrs2021-10-272-12/+7
* disable PTRACE_ATTACH after daemonizingJesse Luehrs2021-03-061-4/+4
* only warn if disabling PTRACE_ATTACH failsJesse Luehrs2021-03-052-3/+6
* upgrade to tokio 1.2Jesse Luehrs2021-03-021-9/+9
* make the pinentry program configurableJesse Luehrs2021-03-021-0/+8
* refactor a bitJesse Luehrs2021-02-272-19/+25
* Use prctl on Linux to prevent PTRACE_ATTACHJarkko Oranen2021-02-271-0/+19