aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge pull request #122 from kaifrische/keyringJesse Luehrs2023-07-161-0/+72
|\ \ \ | | | | | | | | Add script to store master password in keyring
| * | | Add help to rbw-pinentry-keyring.Kai Frische2023-06-151-16/+29
| | | |
| * | | Add script to store master password in keyring.Kai Frische2023-06-151-0/+59
| |/ /
* | | Merge pull request #115 from quexten/feature/websocket-notificationsJesse Luehrs2023-07-166-21/+418
|\ \ \ | |/ / |/| | Implement basic websocket support
| * | Cargo format and reconnect websocket on syncBernd Schoolmann2023-04-274-67/+148
| | |
| * | Improve error logging for websocketsBernd Schoolmann2023-04-273-4/+13
| | |
| * | Fix tokio-tungstenite dependencyBernd Schoolmann2023-04-272-97/+7
| | |
| * | 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-085-18/+399
|/ /
| * rbw get add flag --clipboard to copy result to clipboardeatradish2023-06-164-83/+565
|/
* changelog and version bump1.7.1Jesse Luehrs2023-03-273-2/+9
|
* Merge pull request #113 from quexten/fix/argon2-loginJesse Luehrs2023-03-271-3/+1
|\ | | | | Fix argon2 login
| * Fix argon2 loginBernd Schoolmann2023-03-271-3/+1
|/
* changelog and version bump1.7.0Jesse Luehrs2023-03-253-3/+3
|
* bump depsJesse Luehrs2023-03-252-121/+108
|
* more changelogJesse Luehrs2023-03-251-0/+5
|
* fix changelogJesse Luehrs2023-03-251-3/+8
|
* sync the db every hour, like other bitwarden clientsJesse Luehrs2023-03-256-9/+55
|
* stop using tokio::select!Jesse Luehrs2023-03-255-62/+141
|
* clippy, fmt, etcJesse Luehrs2023-03-256-133/+193
|
* Merge pull request #109 from quexten/feature/argon2Jesse Luehrs2023-03-258-20/+231
|\ | | | | Implement argon2 kdf
| * Switch argon2 implementation to rustcryptoBernd Schoolmann2023-03-263-70/+41
| |
| * Undo change to iterations error messageBernd Schoolmann2023-03-261-1/+1
| |
| * Switch kdf type to enumBernd Schoolmann2023-03-265-16/+105
| |
| * Implement argon2 kdfBernd Schoolmann2023-03-268-20/+171
|/
* Merge pull request #111 from Necoro/2fa_emailJesse Luehrs2023-03-252-33/+63
|\ | | | | Add support for 2FA-method 'Email'.
| * Add support for 2FA-method 'Email'.René 'Necoro' Neumann2023-03-192-33/+63
|/ | | | | | | | | Generalize the `two_factor` function to allow for different Providers. The `login` function now holds a list of supported providers that it tests in turn. The list should probably adhere to https://bitwarden.com/help/setup-two-step-login/#using-multiple-methods. Closes #90.
* restore the --version optionJesse Luehrs2023-03-171-1/+1
|
* clippy/fmt1.6.0Jesse Luehrs2023-03-091-3/+3
|
* bump depsJesse Luehrs2023-03-096-129/+109
|
* changelog and version bumpJesse Luehrs2023-03-093-2/+9
|
* Merge pull request #97 from classabbyamp/json-outputJesse Luehrs2023-03-093-7/+25
|\ | | | | add support for raw json output
| * add support for raw json outputclassabbyamp2023-03-083-7/+25
|/ | | | fixes #36
* more clippy cleanupsJesse Luehrs2023-02-189-13/+3
|
* changelog and version bump1.5.0Jesse Luehrs2023-02-183-2/+17
|
* bump editionsJesse Luehrs2023-02-183-3/+3
|
* more refactoringJesse Luehrs2023-02-181-13/+24
|
* refactor client cert handlingJesse Luehrs2023-02-185-28/+56
|
* stop warning on multiple crate versions in clippyJesse Luehrs2023-02-183-0/+3
| | | | | cargo deny already checks this, and clippy is giving warnings about duplicate windows deps that i don't care about
* test pkcs7_unpadJesse Luehrs2023-02-181-0/+22
|
* replace term_size with terminal_sizeJesse Luehrs2023-02-183-14/+6
|
* remove unnecessary deny.toml configJesse Luehrs2023-02-181-5/+0
|
* use clap 4 instead of structoptJesse Luehrs2023-02-183-205/+135
|
* bump depsJesse Luehrs2023-02-189-486/+637
|
* clippyJesse Luehrs2023-02-1814-165/+166
|
* Merge pull request #99 from Glandos/patch-1Jesse Luehrs2023-02-181-0/+1
|\ | | | | Add bw-ssh related project
| * Add bw-ssh related projectGlandos2022-10-261-0/+1
| |