aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* add folder as an option for list fieldsJesse Luehrs2020-04-203-2/+54
|
* only handle login entries for nowJesse Luehrs2020-04-191-20/+25
|
* make pass-import support adding into foldersJesse Luehrs2020-04-191-2/+10
|
* implement adding into a folderJesse Luehrs2020-04-195-4/+226
|
* allow selecting entries by id as wellJesse Luehrs2020-04-191-9/+21
|
* add some command aliasesJesse Luehrs2020-04-191-10/+14
|
* allow listing various different fieldsJesse Luehrs2020-04-192-4/+55
|
* make the pass import script also set the uri when possibleJesse Luehrs2020-04-191-2/+13
|
* allow creating entries with associated urisJesse Luehrs2020-04-194-4/+56
|
* add script to import from passJesse Luehrs2020-04-191-0/+20
|
* more model cleanupJesse Luehrs2020-04-191-12/+0
|
* clean up api model structsJesse Luehrs2020-04-191-112/+61
|
* add explicit dependency versionsJesse Luehrs2020-04-192-57/+57
|
* allow getting notes along with a passwordJesse Luehrs2020-04-192-2/+10
|
* sort the rbw list outputJesse Luehrs2020-04-191-6/+11
|
* implement history command to get password historyJesse Luehrs2020-04-192-0/+35
|
* track password historyJesse Luehrs2020-04-197-2/+95
|