Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2010-01-14 | added simple basic test for second key for monkeysphere-host, pulled this ↵ | Daniel Kahn Gillmor | |
time from OpenSSL | |||
2010-01-14 | changed test suite variable from HOSTKEY to SSHHOSTKEY; updated path to ↵ | Daniel Kahn Gillmor | |
exported host keys (from ssh_host_rsa_key.pub.gpg to host_keys.gpg.pub) | |||
2010-01-14 | updating test suite to new preferred "monkeysphere-host ↵ | Daniel Kahn Gillmor | |
{add,revoke}-servicename" subcommand | |||
2010-01-14 | updated test suite to use scheme://hostname instead of raw hostname, in ↵ | Daniel Kahn Gillmor | |
preparation for multi-key monkeysphere-host | |||
2010-01-14 | added test of "monkeysphere keys-for-userid" | Daniel Kahn Gillmor | |
2010-01-14 | updated Makefile copyright info to use © symbol since (c) is apparently ↵ | Daniel Kahn Gillmor | |
legally meaningless | |||
2010-01-12 | recorded recent george.riseup.net upgrade | Daniel Kahn Gillmor | |
2010-01-12 | touching up the switch to keys-for-userid | Daniel Kahn Gillmor | |
2010-01-11 | rename keys-from-userid command to more accurate keys-for-userid | Jameson Rollins | |
leave the old command for now, but warn as deprecated. | |||
2010-01-11 | added releasenote for 0.27 | Daniel Kahn Gillmor | |
2010-01-11 | preparing to release 0.27-1 | Daniel Kahn Gillmor | |
2010-01-11 | normalize output for monkeysphere when no subcommand is issued or when an ↵ | Daniel Kahn Gillmor | |
unknown subcommand is issued | |||
2010-01-11 | fix invocation without subcommands to call usage function and exit 1 explicitlly | Jameson Rollins | |
2010-01-11 | add standard --version option for version output | Jameson Rollins | |
2010-01-11 | add note to changelog about closure of issue #1536 | Jameson Rollins | |
2010-01-10 | update my user ID | Jameson Rollins | |
2010-01-10 | Merge remote branch 'mjgoins/master' | Jameson Rollins | |
2010-01-10 | Merge branch 'master' of git://labs.riseup.net/~micah/monkeysphere | Matthew James Goins | |
2010-01-10 | Fix patch for gen_key to test gpg version. | Jameson Rollins | |
This patch checks the version of gpg (for v1 and v2) and sets the key type command for the gen_subkey gpg edit-key script appropriately. | |||
2010-01-10 | added notes about what version needs what keyType | Daniel Kahn Gillmor | |
2010-01-10 | Add new keys-from-userid subcommand to monkeysphere UI. | Jameson Rollins | |
This new subcommand calls a new function, keys_from_userid, that outputs to stdout all acceptable keys for a given user ID literal. |