Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-06 | describe authorized_user_ids more clearly in man pages. | Daniel Kahn Gillmor | |
2009-05-25 | break out signature timestamp from key timestamp, allow them to be set ↵ | Daniel Kahn Gillmor | |
independently. | |||
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 | fixing typo in monkeysphere.1 (thanks, Suno Ano) | Daniel Kahn Gillmor | |
2009-03-23 | improving usage and man page for monkeysphere ssh-proxycommand. | Daniel Kahn Gillmor | |
2009-03-02 | update man page for subkey-to-ssh-agent, to add info about ↵ | Jameson Graef Rollins | |
MONKEYSPHERE_SUBKEYS_FOR_AGENT | |||
2009-03-01 | small formatting change to man pages, for consistency. | Jameson Graef Rollins | |
2009-03-01 | more manpage cleanup. | Daniel Kahn Gillmor | |
2009-03-01 | syntactic cleanup of keytrans-related man pages. | Daniel Kahn Gillmor | |
2009-03-01 | syntactic cleanup on monkeysphere.1 (thanks, lintian -I) | Daniel Kahn Gillmor | |
2009-03-01 | fix openpgp2ssh man page to reflect new implementation. | Daniel Kahn Gillmor | |
2009-02-19 | remove import_subkey from monkeysphere usage and man page until we get | Jameson Graef Rollins | |
a chance to fully implement it. | |||
2009-02-19 | The 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-18 | normalizing MONKEYSPHERE_PROMPT description in monkeysphere.1 | Daniel Kahn Gillmor | |
2009-02-18 | added MONKEYSPHERE_PROMPT to man pages. | Daniel Kahn Gillmor | |
2009-02-05 | updated man page for pem2openpgp. | Daniel Kahn Gillmor | |
2009-02-01 | fix the log output for the ssh-proxycommand | Jameson Graef Rollins | |
2009-01-31 | Merge commit 'mjgoins/master' | Jameson Graef Rollins | |
2009-01-31 | add skeleton man page for pem2openpgp | Jameson Graef Rollins | |
2009-01-31 | Changed the order of the descriptions of the commands to match the usage as ↵ | Matt Goins | |
it appears when the command is invoked. | |||
2009-01-31 | Removed obsolete man pages, split monkeysphere-server man page into two new ↵ | Matt Goins | |
ones. | |||
2009-01-31 | Fix the monkeysphere-ssh-proxycommand man page to properly note the | Micah Anderson | |
command name | |||
2009-01-31 | add pem2openpgp to make install target | Jameson Graef Rollins | |
add link to pem2openpgp in openpgp2ssh man page Merge commit 'micah/master' Conflicts: doc/george/changelog | |||
2008-09-04 | moved monkeysphere(5) to section 7 of the manual. Thanks, Stew! | Daniel Kahn Gillmor | |
2008-09-03 | move config directory to ~/.monkeysphere | Jameson Graef Rollins | |
2008-09-02 | tweaks to the man pages. | Jameson Graef Rollins | |
2008-09-02 | update documentation. | Daniel Kahn Gillmor | |
2008-09-02 | Finalize 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-20 | documenting subkey-to-ssh-agent in monkeysphere(1). | Daniel Kahn Gillmor | |
2008-08-17 | fixing usage for gen-subkey; allowing --help for monkeysphere (to match ↵ | Daniel Kahn Gillmor | |
monkeysphere-server behavior). | |||
2008-08-03 | updated monkeysphere update-authorized_keys explanation in monkeysphere.1 | Daniel Kahn Gillmor | |
2008-08-03 | - Fixed bug in monkeysphere update-authorized_keys subcommand that had | Jameson Graef Rollins | |
been preventing disallowed user ids from being properly removed from authorized_keys file. - Fixed file md5sum checking. | |||
2008-07-28 | Some updates to documentation and webpage front page. | Jameson Graef Rollins | |
2008-07-27 | fix typo in man page; update changelog | Jameson Graef Rollins | |
2008-07-26 | small tweaks and FIXME fixes to documentation. | Jameson Graef Rollins | |
2008-07-26 | Merge commit 'jrollins/master' | Daniel Kahn Gillmor | |
2008-07-25 | Improve ssh-proxycommand man page. | Jameson Graef Rollins | |
2008-07-25 | fixing typo in monkeysphere.1 | Daniel Kahn Gillmor | |
2008-07-11 | Spelling corrections in man pages. | Jameson Graef Rollins | |
2008-07-10 | update proxycommand man page. | Jameson Graef Rollins | |
2008-07-10 | Update man pages, and tweak default error return code. | Jameson Graef Rollins | |
2008-07-01 | A bunch of work on man pages to shore up interface and behavior before | Jameson Graef Rollins | |
developer release. Still do a bit of work to make sure actual commands meet the outlined behaviors. Small tweak to remove_line function to make sure it doesn't accidentally have a regexp match. | |||
2008-06-30 | add exit status info to man pages | Jameson Graef Rollins | |
2008-06-30 | Update man pages. Small tweak to proxycommand. | Jameson Graef Rollins | |
2008-06-29 | Tweak to man pages. | Jameson Graef Rollins | |
2008-06-23 | openpgp2ssh can now accept arbitrary-length key IDs (from the trivial | Daniel Kahn Gillmor | |
8 hex digit key IDs to 40 hex digits of a full fingerprint). This moves our build dependency on gnutls to 2.4.0, which includes subkey fingerprint calculations. | |||
2008-06-19 | Remove {update,remove}-userids functions, since we decided they | Jameson Graef Rollins | |
weren't worth it. Updated man pages as well. | |||
2008-06-19 | adjust man pages to reflect current thinking about purpose of keys ↵ | Daniel Kahn Gillmor | |
(authentication, not encryption). | |||
2008-06-17 | Fix small bug in man page. | Jameson Graef Rollins | |
2008-06-17 | Update man pages and TODO. | Jameson Graef Rollins | |