aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
...
* fix metadataJesse Luehrs2020-05-031-1/+1
|
* version bump0.2.0Jesse Luehrs2020-05-031-1/+1
|
* allow storing password databases from different serversJesse Luehrs2020-05-031-0/+1
| | | | | this should allow easy switching of servers by just `rbw config set base_url`
* also make the agent store decrypted org keys in memoryJesse Luehrs2020-05-031-0/+1
|
* move to ring for things that it supportsJesse Luehrs2020-05-031-4/+1
| | | | | 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)
* fix cargo warningJesse Luehrs2020-05-021-1/+1
|
* version bumpJesse Luehrs2020-05-021-1/+1
|
* 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-021-0/+3
|
* package metadatav0.1.00.1.0Jesse Luehrs2020-04-201-0/+7
|
* add docsJesse Luehrs2020-04-201-1/+1
|
* add explicit dependency versionsJesse Luehrs2020-04-191-27/+27
|
* track password historyJesse Luehrs2020-04-191-0/+1
|
* implement editing a string in a text editorJesse Luehrs2020-04-181-0/+1
|
* add password generationJesse Luehrs2020-04-111-0/+2
|
* more robust zeroizationJesse Luehrs2020-04-101-0/+1
|
* mlock sensitive memoryJesse Luehrs2020-04-081-0/+2
|
* make the command line tool automatically spawn the agentJesse Luehrs2020-04-071-3/+5
|
* start moving to an actual cli appJesse Luehrs2020-04-061-0/+1
|
* factor out into an agentJesse Luehrs2020-04-061-0/+4
|
* basic implementation of the cryptographic stuffJesse Luehrs2020-04-051-2/+13
|
* project skeletonJesse Luehrs2020-04-041-0/+9