Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-19 | moved directory for monkeysphere-generated authorized_keys files back to its ↵ | Daniel Kahn Gillmor | |
old location at /var/lib/monkeysphere/authorized_keys | |||
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-17 | add some checks about setup to authentication | Jameson Graef Rollins | |
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. | |||
2008-09-15 | Start changes to move gpg.conf files into /etc/monkeysphere. | Jameson Graef Rollins | |
2008-09-14 | touch up monkeysphere-server(8), include suggestion of allowing certifier ↵ | Daniel Kahn Gillmor | |
identities from a file. | |||
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-18 | collapsed "show-fingerprint" with "show-key" for monkeysphere-server. | Daniel Kahn Gillmor | |
2008-08-18 | added 'monkeysphere-server extend-key' subcommand | Daniel Kahn Gillmor | |
2008-08-15 | add start of add/revoke-hostname functions. revocation needs to be | Jameson Graef Rollins | |
implemented. | |||
2008-08-14 | reorganize shortcuts for monkeysphere-server | Jameson Graef Rollins | |
2008-07-31 | initial pass at monkeysphere-server diagnostics (lots more to fill in!) | Daniel Kahn Gillmor | |
2008-07-28 | Some updates to documentation and webpage front page. | Jameson Graef Rollins | |
2008-07-23 | Merge commit 'dkg/master' | Jameson Graef Rollins | |
2008-07-23 | monkeysphere-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-20 | couple small tweaks to man page | Jameson Graef Rollins | |
2008-07-20 | fix man page packaging. | Jameson Graef Rollins | |
2008-07-11 | Spelling corrections in man pages. | Jameson Graef Rollins | |
2008-07-10 | Add man entry about gpg-authentication-cmd | Jameson Graef Rollins | |
2008-07-10 | Properly 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-10 | Update man pages, and tweak default error return code. | Jameson Graef Rollins | |
2008-07-09 | A bunch of changes for variable scoping, exit codes, etc. See | Jameson Graef Rollins | |
debian/changelog. | |||
2008-07-01 | small tweak to man page, and fix some alt port handling in proxy command. | 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 | Update man pages. Small tweak to proxycommand. | Jameson Graef Rollins | |
2008-06-29 | Tweak to man pages. | Jameson Graef Rollins | |
2008-06-29 | Add better host certifier management, and updated man page. | Jameson Graef Rollins | |
2008-06-24 | Priviledge separation: use new monkeysphere user to handle | Jameson 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-24 | Fix man pages to reflect recent path changes. | Jameson Graef Rollins | |
2008-06-23 | switched shortcut for monkeysphere-server update-users to "u", added some ↵ | Daniel Kahn Gillmor | |
FIXMEs to monkeysphere-server. | |||
2008-06-22 | Improve trust-key function. | Jameson Graef Rollins | |
2008-06-21 | Improved gen-key function for server. | Jameson Graef Rollins | |
Update TODO. | |||
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 | added monkeysphere-server show-fingerprint | Daniel Kahn Gillmor | |
2008-06-19 | adjust man pages to reflect current thinking about purpose of keys ↵ | Daniel Kahn Gillmor | |
(authentication, not encryption). | |||
2008-06-17 | Update man pages and TODO. | Jameson Graef Rollins | |
2008-06-14 | More work on the man pages. | Jameson Graef Rollins | |