aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* 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
* 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
* 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
* tell the agent to quit if the version command errorsJesse Luehrs2020-05-021-4/+19
* 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
* 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