summaryrefslogtreecommitdiff
path: root/man
AgeCommit message (Collapse)Author
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
2008-07-10Properly scope getopt for subcommands.Jameson Graef Rollins
Fix bug in add-certifier command. Add command to pass gpg command directly to gpg-authentication keyring.
2008-07-10update proxycommand man page.Jameson Graef Rollins
2008-07-10Update man pages, and tweak default error return code.Jameson Graef Rollins
2008-07-09A bunch of changes for variable scoping, exit codes, etc. SeeJameson Graef Rollins
debian/changelog.
2008-07-01small tweak to man page, and fix some alt port handling in proxy command.Jameson Graef Rollins
2008-07-01A bunch of work on man pages to shore up interface and behavior beforeJameson 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-30add exit status info to man pagesJameson Graef Rollins
2008-06-30Update man pages. Small tweak to proxycommand.Jameson Graef Rollins
2008-06-29Tweak to man pages.Jameson Graef Rollins
2008-06-29Add better host certifier management, and updated man page.Jameson Graef Rollins
2008-06-24Priviledge separation: use new monkeysphere user to handleJameson Graef Rollins
authentication keychain for server. This required a bunch of changes to all ms-server functions. Seems to be working ok, although it feels kind of hackish.
2008-06-24Fix man pages to reflect recent path changes.Jameson Graef Rollins
2008-06-23switched shortcut for monkeysphere-server update-users to "u", added some ↵Daniel Kahn Gillmor
FIXMEs to monkeysphere-server.
2008-06-23Merge commit 'jrollins/master'Daniel Kahn Gillmor
2008-06-23openpgp2ssh can now accept arbitrary-length key IDs (from the trivialDaniel 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-22Improve trust-key function.Jameson Graef Rollins
2008-06-21Improved gen-key function for server.Jameson Graef Rollins
Update TODO.
2008-06-19Remove {update,remove}-userids functions, since we decided theyJameson Graef Rollins
weren't worth it. Updated man pages as well.
2008-06-19added monkeysphere-server show-fingerprintDaniel Kahn Gillmor
2008-06-19adjust man pages to reflect current thinking about purpose of keys ↵Daniel Kahn Gillmor
(authentication, not encryption).
2008-06-17Fix small bug in man page.Jameson Graef Rollins
2008-06-17Update man pages and TODO.Jameson Graef Rollins
2008-06-15Fix gen-subkey function for client.Jameson Graef Rollins
2008-06-14More work on the man pages.Jameson Graef Rollins
2008-06-13Add 'remove_userid' function, inverse of 'update_userids'.Jameson Graef Rollins
Also, tweaked some of the output and man pages.
2008-06-13More cleanup:Jameson Graef Rollins
- Batch mode for trust_key function. - fix some loggging. - Clean up publish_server_key function -> STILL NON-FUNCTIONING - more work on monkeysphere-ssh-proxycommand man page
2008-06-13fix bugs in ssh key export functionsJameson Graef Rollins
2008-06-13add man page for the ssh proxy command script. needs to be filled in.Jameson Graef Rollins
2008-06-13monkeysphere debianization. Package can now be cleanly built with minimal ↵Daniel Kahn Gillmor
lintian warnings.
2008-06-12Major openpgp2ssh overhaul. It's an unforgiving and brittle tool, butDaniel Kahn Gillmor
it should do what we expect it to do, and its major limitations should be documented in the man page.
2008-06-12massaging the language in openpgp2ssh(1).Daniel Kahn Gillmor