summaryrefslogtreecommitdiff
path: root/man
AgeCommit message (Collapse)Author
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
2009-01-31Changed the order of the descriptions of the commands to match the usage as ↵Matt Goins
it appears when the command is invoked.
2009-01-31Removed obsolete man pages, split monkeysphere-server man page into two new ↵Matt Goins
ones.
2009-01-31Fix the monkeysphere-ssh-proxycommand man page to properly note theMicah Anderson
command name
2009-01-31add pem2openpgp to make install targetJameson Graef Rollins
add link to pem2openpgp in openpgp2ssh man page Merge commit 'micah/master' Conflicts: doc/george/changelog
2008-09-15Start changes to move gpg.conf files into /etc/monkeysphere.Jameson Graef Rollins
2008-09-14touch up monkeysphere-server(8), include suggestion of allowing certifier ↵Daniel Kahn Gillmor
identities from a file.
2008-09-04moved monkeysphere(5) to section 7 of the manual. Thanks, Stew!Daniel Kahn Gillmor
2008-09-03move config directory to ~/.monkeysphereJameson Graef Rollins
2008-09-02tweaks to the man pages.Jameson Graef Rollins
2008-09-02update documentation.Daniel Kahn Gillmor
2008-09-02Finalize new log level changes. This is more or less doing what it should. ↵Jameson Graef Rollins
The only problem, I think, is that it doesn't handle improperly specified LOG_LEVEL well, effectively resorting to silent.
2008-08-20documenting subkey-to-ssh-agent in monkeysphere(1).Daniel Kahn Gillmor
2008-08-18collapsed "show-fingerprint" with "show-key" for monkeysphere-server.Daniel Kahn Gillmor
2008-08-18added 'monkeysphere-server extend-key' subcommandDaniel Kahn Gillmor
2008-08-17fixing usage for gen-subkey; allowing --help for monkeysphere (to match ↵Daniel Kahn Gillmor
monkeysphere-server behavior).
2008-08-15add start of add/revoke-hostname functions. revocation needs to beJameson Graef Rollins
implemented.
2008-08-14reorganize shortcuts for monkeysphere-serverJameson Graef Rollins
2008-08-03updated monkeysphere update-authorized_keys explanation in monkeysphere.1Daniel Kahn Gillmor
2008-08-03- Fixed bug in monkeysphere update-authorized_keys subcommand that hadJameson Graef Rollins
been preventing disallowed user ids from being properly removed from authorized_keys file. - Fixed file md5sum checking.
2008-07-31initial pass at monkeysphere-server diagnostics (lots more to fill in!)Daniel Kahn Gillmor
2008-07-28Some updates to documentation and webpage front page.Jameson Graef Rollins
2008-07-27fix typo in man page; update changelogJameson Graef Rollins
2008-07-26small tweaks and FIXME fixes to documentation.Jameson Graef Rollins
2008-07-26Merge commit 'jrollins/master'Daniel Kahn Gillmor
2008-07-25Improve ssh-proxycommand man page.Jameson Graef Rollins
2008-07-25fixing typo in monkeysphere.1Daniel Kahn Gillmor
2008-07-23Merge commit 'dkg/master'Jameson Graef Rollins
2008-07-23monkeysphere-server add-identity-certifier --trust now takes textual values ↵Daniel Kahn Gillmor
(marginal, full) instead of numeric (1,2). updated documentation as well.
2008-07-20couple small tweaks to man pageJameson Graef Rollins
2008-07-20fix man page packaging.Jameson Graef Rollins
2008-07-11Spelling corrections in man pages.Jameson Graef Rollins
2008-07-10Add man entry about gpg-authentication-cmdJameson Graef Rollins