Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-14 | fix *all* install paths, including in man pages and transition scripts | Jameson Rollins | |
2010-05-06 | support x509 anchors for monkeysphere-host, allow shared anchors between m-a ↵ | Daniel Kahn Gillmor | |
and mh (closes MS #2288) | |||
2010-03-08 | fix my email address | Jameson Rollins | |
2010-03-01 | fix hyphen-used-as-minus-sign man page lint | Jameson Rollins | |
2010-01-19 | small man page typo tweak | Jameson Rollins | |
2010-01-18 | renaming host_keys.pub.gpg to host_keys.pub.pgp | Daniel Kahn Gillmor | |
2010-01-18 | got rid of monkeysphere-host fprs file | Daniel Kahn Gillmor | |
2010-01-18 | more tweaks to man pages | Daniel Kahn Gillmor | |
2010-01-16 | tweaks to the monkeysphere-host man page | Jameson Rollins | |
2010-01-15 | overhaul monkeysphere-host(8) to match new multi-key capable interface | Daniel Kahn Gillmor | |
2009-04-30 | Add sshfpr subcommand to monkeysphere | Jameson Graef Rollins | |
This is a very simple subcommand that outputs the ssh fingerprint of a key in your gpg keyring, by keyid. | |||
2009-03-24 | fix typo in monkeysphere-host.8 (thanks, Suno Ano) | Daniel Kahn Gillmor | |
2009-03-02 | don't reference tests for key publication in m-h diagnostics man entry. | Jameson Graef Rollins | |
2009-03-02 | more man page tweaking. | Daniel Kahn Gillmor | |
2009-03-02 | expanded/clarified setup examples | Jameson Graef Rollins | |
2009-03-01 | small formatting change to man pages, for consistency. | Jameson Graef Rollins | |
2009-03-01 | more manpage cleanup. | Daniel Kahn Gillmor | |
2009-02-25 | remove left over references to expert subcommand in man pages. | Jameson Graef Rollins | |
2009-02-21 | import-key now requires a hostname be specified, and no longer does | Jameson Graef Rollins | |
any hostname guessing. this is so that we don't have to worry about prompting the user when guessing the hostname. also updated documentation. | |||
2009-02-20 | monkeysphere-host revoke-key should now be capable of publishing the | Daniel Kahn Gillmor | |
revocation certificate to the keyservers directly, should the admin want that. It can also run without prompting, if MONKEYSPHERE_PROMPT=false. In the no-prompts case, it never publishes to the keyserver, it indicates that the key was compromised, and it writes a boilerplate description to make it easy to identify this kind of certificate. | |||
2009-02-20 | trivial implementation of monkeysphere-host revoke-key: just prints ↵ | Daniel Kahn Gillmor | |
ascii-armored revocation certificate to stdout, and admin is expected to know what to do with it. | |||
2009-02-19 | Modify/cleanup add_certifier and add_revoker, so that their code base | Jameson Graef Rollins | |
is more similar, and so that they can read keys from stdin instead of just from a file. Also fix the permissions on the tempdir in publish_key. | |||
2009-02-19 | modify import_key to take the key file to import as an argument. can be '-' ↵ | Jameson Graef Rollins | |
to import from stdin. modify man page and test accordingly. | |||
2009-02-18 | added MONKEYSPHERE_PROMPT to man pages. | Daniel Kahn Gillmor | |
2009-02-17 | fix ma so that the setup command is folded into the other commands, so | Jameson Graef Rollins | |
it's never needed to be run manually, and can therefore be supressed in the usage/documentation. Also, add setup to the postinst script so that it's setup on installation. Also add pipefail to ma, and try to supress unnecessary gpg output, and redirect other to log debug. | |||
2009-02-16 | REMOVE GEN_KEY. The gen_key function is entirely removed. Decided | Jameson Graef Rollins | |
this was OK now that import_key works, and we can't really see a reason to keep it around. We can resurect it down the line if need be. Also, removed "expert" subcommand, after promting import_key, since it may be need semi-regularly. The other "expert" commands are now just not listed in the usage. | |||
2009-02-01 | some tweaks to the man pages | Jameson Graef Rollins | |
2009-01-31 | Removed obsolete man pages, split monkeysphere-server man page into two new ↵ | Matt Goins | |
ones. |