summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-01-18got rid of monkeysphere-host fprs fileDaniel Kahn Gillmor
2010-01-18remove reference to HOST_KEY_FPR_FILEJameson 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-18Merge remote branch 'dkg/master'Jameson Rollins
2010-01-18simplified test to cope with possibility of re-ordered keytrans listfprs outputDaniel Kahn Gillmor
2010-01-18suppress superfulous error outputJameson Rollins
2010-01-18add check that service name isn't already in use in import_keyJameson Rollins
2010-01-18fix show_key function to handle user ID input (needed for import_key)Jameson Rollins
2010-01-18fix keytrans test to handle possible permuted output of keytrans listfprs ↵Jameson Rollins
from expected order
2010-01-18wordsmithing debian/controlDaniel Kahn Gillmor
2010-01-18more tweaks to man pagesDaniel Kahn Gillmor
2010-01-18Merge remote branch 'jrollins/master'Daniel Kahn Gillmor
2010-01-18fix 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-18add check for multiple secret keys and new listfprs subcommand to tests/keytransDaniel Kahn Gillmor
2010-01-18added non-public "keytrans listfprs" subcommandDaniel Kahn Gillmor
2010-01-17Merge remote branch 'dkg/master'Jameson Rollins
2010-01-17separate upstream and debian packaging changelogsJameson Rollins
2010-01-17removed unnecessary tmpfile and repetitive keyid extraction from tests/basicDaniel Kahn Gillmor
2010-01-16update package descriptionJameson Rollins
2010-01-16some improvements to man pagesJameson Rollins
2010-01-16small tweaks to failure messagesJameson Rollins
2010-01-16tweaks to the monkeysphere-host man pageJameson Rollins
2010-01-16update changelogJameson Rollins
2010-01-16fix revocation testJameson Rollins
was revoking the wrong key for the ssh test. test fully passing now!
2010-01-15Try to fix monkeysphere-host and tests/basic for revoke-key testJameson 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-15Merge remote branch 'dkg/master'Jameson Rollins
Conflicts: tests/basic
2010-01-15tweaks to tests/basic for new monkeysphere-host uiJameson Rollins
2010-01-15Major 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-15add trap to remove temp dir in list_primary_fingerprints functionJameson Rollins
2010-01-15adding website page about expanding the monkeysphereDaniel Kahn Gillmor
2010-01-15updating getting-started docs to use the 0.28 monkeysphere-host syntax ↵Daniel Kahn Gillmor
(specifying full service user ID including scheme)
2010-01-15overhaul monkeysphere-host(8) to match new multi-key capable interfaceDaniel Kahn Gillmor
2010-01-14added missing openssl.cnf for test suite.Daniel Kahn Gillmor
2010-01-14update monkeysphere-authentication(8) to acknowledge use of monkeysphere ↵Daniel Kahn Gillmor
beyond OpenSSH
2010-01-14update monkeysphere(1) to acknowledge use beyond OpenSSHDaniel Kahn Gillmor
2010-01-14added simple basic test for second key for monkeysphere-host, pulled this ↵Daniel Kahn Gillmor
time from OpenSSL
2010-01-14changed 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-14updating test suite to new preferred "monkeysphere-host ↵Daniel Kahn Gillmor
{add,revoke}-servicename" subcommand
2010-01-14updated test suite to use scheme://hostname instead of raw hostname, in ↵Daniel Kahn Gillmor
preparation for multi-key monkeysphere-host
2010-01-14added test of "monkeysphere keys-for-userid"Daniel Kahn Gillmor
2010-01-14updated Makefile copyright info to use © symbol since (c) is apparently ↵Daniel Kahn Gillmor
legally meaningless
2010-01-12recorded recent george.riseup.net upgradeDaniel Kahn Gillmor
2010-01-12touching up the switch to keys-for-useridDaniel Kahn Gillmor
2010-01-11rename keys-from-userid command to more accurate keys-for-useridJameson Rollins
leave the old command for now, but warn as deprecated.
2010-01-11added releasenote for 0.27Daniel Kahn Gillmor
2010-01-11preparing to release 0.27-1Daniel Kahn Gillmor
2010-01-11normalize output for monkeysphere when no subcommand is issued or when an ↵Daniel Kahn Gillmor
unknown subcommand is issued
2010-01-11fix invocation without subcommands to call usage function and exit 1 explicitllyJameson Rollins
2010-01-11add standard --version option for version outputJameson Rollins
2010-01-11add note to changelog about closure of issue #1536Jameson Rollins
2010-01-10update my user IDJameson Rollins