Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-14 | fix *all* install paths, including in man pages and transition scripts | Jameson Rollins | |
2010-07-04 | add keys-for-user subcommand to monkeysphere-authentication | Jameson Rollins | |
This subcommand will output all valid key for a given user. The user's authorized_user_ids file will be read for OpenPGP user IDs, one per line. The ssh-formated RSA keys will be output to stdout. Also included is a simple script that takes the user as it's one argument and exec's this command. This is something that would be suitable for the proposed sshd AuthorizedKeysCommand. | |||
2010-05-06 | support x509 anchors for monkeysphere-host, allow shared anchors between m-a ↵ | Daniel Kahn Gillmor | |
and mh (closes MS #2288) | |||
2010-03-14 | enable use of hkps (closes: MS #1749) | Daniel Kahn Gillmor | |
2010-03-08 | fix my email address | Jameson Rollins | |
2010-02-04 | fix monkeysphere-authentication man page reference to AuthorizedKeysFile for ↵ | Jameson Rollins | |
sshd_config | |||
2010-01-14 | update monkeysphere-authentication(8) to acknowledge use of monkeysphere ↵ | Daniel Kahn Gillmor | |
beyond OpenSSH | |||
2009-07-26 | added MONKEYSPHERE_STRICT_MODES environment option to disable permissions ↵ | Daniel Kahn Gillmor | |
checking. | |||
2009-07-18 | add refresh-keys subcommand to monkeysphere-authentication | Jameson Graef Rollins | |
2009-07-06 | describe authorized_user_ids more clearly in man pages. | Daniel Kahn Gillmor | |
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-02 | more man page tweaking. | Daniel Kahn Gillmor | |
2009-03-02 | expanded/clarified setup examples | Jameson Graef Rollins | |
2009-03-01 | caught a couple more hyphen/minus clarifications. | Daniel Kahn Gillmor | |
2009-03-01 | more manpage cleanup. | Daniel Kahn Gillmor | |
2009-02-25 | remove left over references to expert subcommand in man pages. | Jameson Graef Rollins | |
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 | 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. |