summaryrefslogtreecommitdiff
path: root/man
AgeCommit message (Collapse)Author
2010-01-18renaming host_keys.pub.gpg to host_keys.pub.pgpDaniel Kahn Gillmor
2010-01-18got rid of monkeysphere-host fprs fileDaniel Kahn Gillmor
2010-01-18more tweaks to man pagesDaniel Kahn Gillmor
2010-01-16some improvements to man pagesJameson Rollins
2010-01-16tweaks to the monkeysphere-host man pageJameson Rollins
2010-01-15overhaul monkeysphere-host(8) to match new multi-key capable interfaceDaniel Kahn Gillmor
2010-01-14update monkeysphere-authentication(8) to acknowledge use of monkeysphere ↵Daniel Kahn Gillmor
beyond OpenSSH
2010-01-14update monkeysphere(1) to acknowledge use beyond OpenSSHDaniel Kahn Gillmor
2010-01-12touching up the switch to keys-for-useridDaniel Kahn Gillmor
2010-01-10Add new keys-from-userid subcommand to monkeysphere UI.Jameson Rollins
This new subcommand calls a new function, keys_from_userid, that outputs to stdout all acceptable keys for a given user ID literal.
2010-01-09fix pem2openpgp(1) synopsis.Daniel Kahn Gillmor
2009-07-26added MONKEYSPHERE_STRICT_MODES environment option to disable permissions ↵Daniel Kahn Gillmor
checking.
2009-07-18add refresh-keys subcommand to monkeysphere-authenticationJameson Graef Rollins
2009-07-06describe authorized_user_ids more clearly in man pages.Daniel Kahn Gillmor
2009-05-25break out signature timestamp from key timestamp, allow them to be set ↵Daniel Kahn Gillmor
independently.
2009-04-30Add sshfpr subcommand to monkeysphereJameson Graef Rollins
This is a very simple subcommand that outputs the ssh fingerprint of a key in your gpg keyring, by keyid.
2009-03-24fix typo in monkeysphere-host.8 (thanks, Suno Ano)Daniel Kahn Gillmor
2009-03-24fixing typo in monkeysphere.1 (thanks, Suno Ano)Daniel Kahn Gillmor
2009-03-23improving usage and man page for monkeysphere ssh-proxycommand.Daniel Kahn Gillmor
2009-03-02update man page for subkey-to-ssh-agent, to add info about ↵Jameson Graef Rollins
MONKEYSPHERE_SUBKEYS_FOR_AGENT
2009-03-02don't reference tests for key publication in m-h diagnostics man entry.Jameson Graef Rollins
2009-03-02more man page tweaking.Daniel Kahn Gillmor
2009-03-02expanded/clarified setup examplesJameson Graef Rollins
2009-03-01small formatting change to man pages, for consistency.Jameson Graef Rollins
2009-03-01caught a couple more hyphen/minus clarifications.Daniel Kahn Gillmor
2009-03-01more manpage cleanup.Daniel Kahn Gillmor
2009-03-01syntactic cleanup of keytrans-related man pages.Daniel Kahn Gillmor
2009-03-01syntactic cleanup on monkeysphere.1 (thanks, lintian -I)Daniel Kahn Gillmor
2009-03-01fix openpgp2ssh man page to reflect new implementation.Daniel Kahn Gillmor
2009-02-27wrote a first pass at explaining the concept of identity certifiersDaniel Kahn Gillmor
2009-02-25remove left over references to expert subcommand in man pages.Jameson Graef Rollins
2009-02-21import-key now requires a hostname be specified, and no longer doesJameson 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-20monkeysphere-host revoke-key should now be capable of publishing theDaniel 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-20trivial 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-19remove import_subkey from monkeysphere usage and man page until we getJameson Graef Rollins
a chance to fully implement it.
2009-02-19Modify/cleanup add_certifier and add_revoker, so that their code baseJameson 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-19The monkeysphere {import,gen}_subkey functions were not up-to-date.Jameson Graef Rollins
did a lot of work to bring them up-to-date, and better handle argument checking. also updated man page, changelog, and tests/basic.
2009-02-19modify 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-19reverse the order of two of the SEE ALSO references in monkeysphere(7). For ↵Daniel Kahn Gillmor
some reason, this avoids a bug in man that causes it to complain "<standard input>:57: warning [p 1, 8.3i]: cannot adjust line"
2009-02-19moved directory for monkeysphere-generated authorized_keys files back to its ↵Daniel Kahn Gillmor
old location at /var/lib/monkeysphere/authorized_keys
2009-02-18normalizing MONKEYSPHERE_PROMPT description in monkeysphere.1Daniel Kahn Gillmor
2009-02-18added MONKEYSPHERE_PROMPT to man pages.Daniel Kahn Gillmor
2009-02-17fix ma so that the setup command is folded into the other commands, soJameson 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-17add some checks about setup to authenticationJameson Graef Rollins
2009-02-16REMOVE GEN_KEY. The gen_key function is entirely removed. DecidedJameson 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-05updated man page for pem2openpgp.Daniel Kahn Gillmor
2009-02-01fix the log output for the ssh-proxycommandJameson Graef Rollins
2009-02-01some tweaks to the man pagesJameson Graef Rollins
2009-01-31Merge commit 'mjgoins/master'Jameson Graef Rollins
2009-01-31add skeleton man page for pem2openpgpJameson Graef Rollins