Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-19 | updating utils to deal with the newly split-out changelogs | Daniel Kahn Gillmor | |
2010-01-19 | switch Makefile to use upstream changelog for versioning info | Daniel Kahn Gillmor | |
2010-01-19 | updating copyright year in debian postinst packaging | Daniel Kahn Gillmor | |
2010-01-19 | accepting "--version" as well as "version" subcommand for monkeysphere-host ↵ | Daniel Kahn Gillmor | |
and monkeysphere-authentication | |||
2010-01-19 | added a few more FIXMEs to check_service_name() | Daniel Kahn Gillmor | |
2010-01-19 | add get_cert_info() to common | Daniel Kahn Gillmor | |
2010-01-18 | removing superfluous eval | Daniel Kahn Gillmor | |
2010-01-18 | no need for recursive removal of a single file | Daniel Kahn Gillmor | |
2010-01-18 | flesh out check for reasonable-looking service names | Daniel Kahn Gillmor | |
2010-01-18 | add 0.28 transition script to generate new host_keys.pub.pgp file, and ↵ | Jameson Rollins | |
remove all ssh_host_rsa_key.pub.gpg file | |||
2010-01-18 | canonicalize prompting to prompt if MONKEYSPHERE_PROMPT != 'false' | Jameson Rollins | |
2010-01-18 | add prompt if a service name is already being used then importing a key or ↵ | Jameson Rollins | |
adding a name. This can be overridden with the MONKEYSPHERE_PROMPT var. | |||
2010-01-18 | monkeysphere-host: reverting from host_fingerprints() to ↵ | Daniel Kahn Gillmor | |
list_primary_fingerprints() | |||
2010-01-18 | made public use of m-h show-keys instead of show-key, fixed stupid ↵ | Daniel Kahn Gillmor | |
field-numbering bug in fingerprint extraction | |||
2010-01-18 | renaming m-h update_gpg_pub_file to update_pgp_pub_file | Daniel Kahn Gillmor | |
2010-01-18 | renaming host_keys.pub.gpg to host_keys.pub.pgp | Daniel Kahn Gillmor | |
2010-01-18 | got rid of monkeysphere-host fprs file | Daniel Kahn Gillmor | |
2010-01-18 | remove reference to HOST_KEY_FPR_FILE | Jameson Rollins | |
except in update_gpg_pub_file, which dkg is going to modify to just hold the host keys and not any other keys (like revoker keys). this file alone can then be used to get host key info for non-priviledged users. | |||
2010-01-18 | Merge remote branch 'dkg/master' | Jameson Rollins | |
2010-01-18 | simplified test to cope with possibility of re-ordered keytrans listfprs output | Daniel Kahn Gillmor | |
2010-01-18 | suppress superfulous error output | Jameson Rollins | |
2010-01-18 | add check that service name isn't already in use in import_key | Jameson Rollins | |
2010-01-18 | fix show_key function to handle user ID input (needed for import_key) | Jameson Rollins | |
2010-01-18 | fix keytrans test to handle possible permuted output of keytrans listfprs ↵ | Jameson Rollins | |
from expected order | |||
2010-01-18 | wordsmithing debian/control | Daniel Kahn Gillmor | |
2010-01-18 | more tweaks to man pages | Daniel Kahn Gillmor | |
2010-01-18 | Merge remote branch 'jrollins/master' | Daniel Kahn Gillmor | |
2010-01-18 | fix stupid think-o that caused keytrans adduserid to misbehave if another ↵ | Daniel Kahn Gillmor | |
key came in the input stream after the desired key was already found | |||
2010-01-18 | add check for multiple secret keys and new listfprs subcommand to tests/keytrans | Daniel Kahn Gillmor | |
2010-01-18 | added non-public "keytrans listfprs" subcommand | Daniel Kahn Gillmor | |
2010-01-17 | Merge remote branch 'dkg/master' | Jameson Rollins | |
2010-01-17 | separate upstream and debian packaging changelogs | Jameson Rollins | |
2010-01-17 | removed unnecessary tmpfile and repetitive keyid extraction from tests/basic | Daniel Kahn Gillmor | |
2010-01-16 | update package description | Jameson Rollins | |
2010-01-16 | some improvements to man pages | Jameson Rollins | |
2010-01-16 | small tweaks to failure messages | Jameson Rollins | |
2010-01-16 | tweaks to the monkeysphere-host man page | Jameson Rollins | |
2010-01-16 | update changelog | Jameson Rollins | |
2010-01-16 | fix revocation test | Jameson Rollins | |
was revoking the wrong key for the ssh test. test fully passing now! | |||
2010-01-15 | Try to fix monkeysphere-host and tests/basic for revoke-key test | Jameson Rollins | |
Unfortunately there's still a problem that I can't quite figure out. gpg is for some reason failing to import that revocation certificate. Could it be because gpg can't accept ascii armored certificates as input? I'm at a loss. | |||
2010-01-15 | Merge remote branch 'dkg/master' | Jameson Rollins | |
Conflicts: tests/basic | |||
2010-01-15 | tweaks to tests/basic for new monkeysphere-host ui | Jameson Rollins | |
2010-01-15 | Major rework of monkeysphere-host to handle multiple host keys. | Jameson Rollins | |
This rework removes any assumption that monkeysphere-host is just managing a single host key, or that the keys are used specifically for ssh. The UI is exactly backwards compatible except that hostnames ('example.com') must be replaced by full service names ('ssh://example.com'). This incarnation passes the old tests with those changes only. There are a couple of things that still need to be done: - need to see if a transition script is needed (some local file names have changed) - need to fill in check_service_name function to verify that a specified service name fits the expected format. - update diagnostics appropriately | |||
2010-01-15 | add trap to remove temp dir in list_primary_fingerprints function | Jameson Rollins | |
2010-01-15 | adding website page about expanding the monkeysphere | Daniel Kahn Gillmor | |
2010-01-15 | updating getting-started docs to use the 0.28 monkeysphere-host syntax ↵ | Daniel Kahn Gillmor | |
(specifying full service user ID including scheme) | |||
2010-01-15 | overhaul monkeysphere-host(8) to match new multi-key capable interface | Daniel Kahn Gillmor | |
2010-01-14 | added missing openssl.cnf for test suite. | Daniel Kahn Gillmor | |
2010-01-14 | update monkeysphere-authentication(8) to acknowledge use of monkeysphere ↵ | Daniel Kahn Gillmor | |
beyond OpenSSH | |||
2010-01-14 | update monkeysphere(1) to acknowledge use beyond OpenSSH | Daniel Kahn Gillmor | |