aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* changelog and version bump0.3.1Jesse Luehrs2020-05-233-2/+9
|
* fix some structopt configurationJesse Luehrs2020-05-231-3/+14
| | | | missed a few options when converting from clap
* a few more dep version bumpsJesse Luehrs2020-05-222-8/+20
|
* changelog and version bump0.3.0Jesse Luehrs2020-05-223-2/+14
|
* bump depsJesse Luehrs2020-05-221-84/+100
|
* don't allow setting lock_timeout to 0Jesse Luehrs2020-05-222-4/+17
| | | | | 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
* drop in-memory keys when changing configurationJesse Luehrs2020-05-221-0/+8
|
* use structopt instead of clapJesse Luehrs2020-05-224-360/+351
|
* use the crate version for the protocol versionJesse Luehrs2020-05-213-10/+21
|
* don't pretend that the version is 0 if the version command failsJesse Luehrs2020-05-211-13/+5
| | | | | | this was intended to paper over agents that didn't recognize the version command, but they almost certainly don't exist at this point and it makes the error messages super confusing
* update readme for installation instructionsJesse Luehrs2020-05-191-3/+22
|
* changelog and version bump0.2.2Jesse Luehrs2020-05-173-2/+13
|
* don't expect the refresh token response to have a keyJesse Luehrs2020-05-171-2/+0
| | | | the official server doesn't do this, and i don't use it anyway
* add some example search helpersJesse Luehrs2020-05-172-0/+10
|
* version bump0.2.1Jesse Luehrs2020-05-032-2/+2
|
* maintain folder and uris when editing an entryJesse Luehrs2020-05-036-44/+100
|
* fix metadataJesse Luehrs2020-05-031-1/+1
|
* version bump0.2.0Jesse Luehrs2020-05-033-3/+3
|
* fix editing organization entriesJesse Luehrs2020-05-033-4/+18
|
* start adding support for different entry typesJesse Luehrs2020-05-037-209/+868
|
* add command to clear a config settingJesse Luehrs2020-05-034-1/+33
|
* bump depsJesse Luehrs2020-05-031-61/+59
|
* fix unlocking org keys on initial loginJesse Luehrs2020-05-032-15/+53
|
* allow storing password databases from different serversJesse Luehrs2020-05-038-72/+105
| | | | | this should allow easy switching of servers by just `rbw config set base_url`
* simplifyJesse Luehrs2020-05-038-43/+61
|
* changelogJesse Luehrs2020-05-031-1/+13
|
* remove some old debuggingJesse Luehrs2020-05-031-6/+3
|
* fix some unwrapsJesse Luehrs2020-05-032-3/+6
|
* pass along the entry's org id when requesting decryptionJesse Luehrs2020-05-031-7/+16
|
* also make the agent store decrypted org keys in memoryJesse Luehrs2020-05-036-7/+109
|
* also store org keys in the local dbJesse Luehrs2020-05-034-7/+46
|
* refactor encrypt/decrypt methods to indicate symmetric encryptionJesse Luehrs2020-05-033-87/+124
| | | | since we're going to have to also implement asymmetric encryption
* save the private key to the local dbJesse Luehrs2020-05-034-5/+13
|
* move to ring for things that it supportsJesse Luehrs2020-05-035-223/+92
| | | | | it doesn't support AES_256_CBC_HMAC_SHA256, so we can't move that over yet (see https://github.com/briansmith/ring/issues/588)
* save org id in the sync dbJesse Luehrs2020-05-023-0/+5
|
* expand the protocol to allow decrypting with organization keysJesse Luehrs2020-05-025-33/+75
| | | | not implemented yet, just changing the interface
* tell the agent to quit if the version command errorsJesse Luehrs2020-05-021-4/+19
| | | | this should allow more seamless upgrades from the previous version
* make sure the makefile always builds all targetsJesse Luehrs2020-05-021-3/+6
|
* check protocol version before agent communicationJesse Luehrs2020-05-025-0/+60
|
* wait for the agent to exit before returning from quitJesse Luehrs2020-05-021-0/+17
|
* don't kill the agent if it fails to parse a messageJesse Luehrs2020-05-022-2/+16
|
* fix cargo warningJesse Luehrs2020-05-021-1/+1
|
* work around make bugJesse Luehrs2020-05-021-2/+4
|
* also bump Cargo.lock0.1.1Jesse Luehrs2020-05-021-1/+1
|
* version bumpJesse Luehrs2020-05-022-1/+14
|
* also include the license file in the debian packageJesse Luehrs2020-05-021-0/+1
| | | | so that the arch package can extract it more easily
* add makefile and packaging informationJesse Luehrs2020-05-023-0/+68
|
* package metadatav0.1.00.1.0Jesse Luehrs2020-04-202-0/+39
|
* add a basic readmeJesse Luehrs2020-04-201-0/+46
|
* add docsJesse Luehrs2020-04-203-37/+192
|