aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
Commit message (Expand)AuthorAgeFilesLines
...
* changelog and version bump0.2.2Jesse Luehrs2020-05-171-1/+1
* version bump0.2.1Jesse Luehrs2020-05-031-1/+1
* version bump0.2.0Jesse Luehrs2020-05-031-1/+1
* bump depsJesse Luehrs2020-05-031-61/+59
* allow storing password databases from different serversJesse Luehrs2020-05-031-0/+1
* 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-165/+46
* also bump Cargo.lock0.1.1Jesse Luehrs2020-05-021-1/+1
* add docsJesse Luehrs2020-04-201-0/+13
* add explicit dependency versionsJesse Luehrs2020-04-191-30/+30
* 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-1/+148
* more robust zeroizationJesse Luehrs2020-04-101-0/+7
* mlock sensitive memoryJesse Luehrs2020-04-081-0/+23
* make the command line tool automatically spawn the agentJesse Luehrs2020-04-071-29/+128
* start moving to an actual cli appJesse Luehrs2020-04-061-0/+63
* factor out into an agentJesse Luehrs2020-04-061-1/+178
* basic implementation of the cryptographic stuffJesse Luehrs2020-04-051-0/+1327