aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.rs
Commit message (Collapse)AuthorAgeFilesLines
* avoid generating urls with double slashesJesse Luehrs2021-04-181-2/+2
| | | | apparently the official bitwarden server doesn't like it
* switch to thiserrorJesse Luehrs2021-03-061-17/+35
|
* make the pinentry program configurableJesse Luehrs2021-03-021-0/+7
|
* include filenames in the error messages about file operationsJesse Luehrs2020-05-231-19/+28
|
* set default lock_timeout correctly when first creating config fileJesse Luehrs2020-05-231-1/+12
|
* give a more useful error if rbw is misconfiguredJesse Luehrs2020-05-231-0/+8
|
* don't allow setting lock_timeout to 0Jesse Luehrs2020-05-221-2/+10
| | | | | this isn't useful, because the agent will just drop the keys as soon as they are unlocked, before they can be used to decrypt anything
* add command to clear a config settingJesse Luehrs2020-05-031-1/+1
|
* allow storing password databases from different serversJesse Luehrs2020-05-031-0/+6
| | | | | this should allow easy switching of servers by just `rbw config set base_url`
* simplifyJesse Luehrs2020-05-031-7/+3
|
* improve error handling and reportingJesse Luehrs2020-04-121-0/+2
|
* read lock timeout from configJesse Luehrs2020-04-111-0/+6
|
* move some basic stuff into configJesse Luehrs2020-04-101-0/+76