Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-02-24 | this package doesn't use a compiler, so USE_LANGUAGES= # empty | grant | 1 | -1/+2 | |
2004-01-21 | crank version for my mods | lukem | 1 | -2/+2 | |
2004-01-21 | "Collapse" mutual trust into a single line of a different color. | lukem | 1 | -10/+37 | |
If an optional "mykeyid" is given on the command line, use different colors for lines to & from that node. The colors are: green mutual trust, includes mykey blue mutual trust, not mykey orange someone trusts mykey (one way) red mykey trusts someone (one way) black one way trust, not mykey | |||||
2004-01-21 | This simple perl script takes the output of gpg --list-keys --verbose, | atatat | 4 | -0/+142 | |
which lists all the keys in your public key ring, along with all their signatures, and converts it to a di-graph in "dot" language form. The graphviz package can turn the description into a graph you can look at to see who has signed whose key, or how far it is from your key to someone in Reykjavik, etc. |