summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-11-18renaming page about signing host keys.Daniel Kahn Gillmor
2008-11-18minor grammar/vocabulary nitpicking.Daniel Kahn Gillmor
2008-11-18further commentary on proxy_command logging.Daniel Kahn Gillmor
2008-11-17update changelog.Jameson Graef Rollins
2008-11-17HA! I figured out how to get ssh-keygen to read stdin by using theJameson Graef Rollins
bash "Here Strings" redirection. No more stupid tempfiles to get ssh key fingerprints.
2008-11-17Added new web page about server key signing.Jameson Graef Rollins
2008-11-17add comment to bug about notification of modifications to known_hostsJameson Graef Rollins
file.
2008-11-17Merge commit 'web/master'mike castleman
2008-11-17More work on the marginal case output for the ssh-proxycommand. For aJameson Graef Rollins
key matching that offered by the host, now outputs just the information (including sigs) of the relevant user ID. There is some other useful output for other cases as well. I also added a couple of FIXMEs for some other cases that I think we should think about and maybe tweak behavior for.
2008-11-16really fix the ssh_host_rsa_key.pub.gpg output.Jameson Graef Rollins
2008-11-16fix quoting in output of ssh_host_rsa_key.pub.gpg. remember, at theJameson Graef Rollins
moment the gpg_authentication function can only accept a single argument, so the entire gpg command string needs to be in a single quoted string.
2008-11-16add some more informative debug output to key processing.Jameson Graef Rollins
2008-11-16Merge commit 'dkg/master'Jameson Graef Rollins
Conflicts: packaging/debian/changelog
2008-11-16added some useful output to the ssh-proxycommand for "marginal" casesJameson Graef Rollins
where keys are found for host but do not have full validity. this uses ssh-keyscan to pull the key for the host in question, check this key against the keys against those found via gpg, and output some useful information about the one that matches.
2008-11-16feedback on useful-information bug.Daniel Kahn Gillmor
2008-11-16making the "upstream version" end in ~pre so that test packages created ↵Daniel Kahn Gillmor
before the release will upgrade properly when the official 0.22 gets released.
2008-11-16update debian/changelog.Daniel Kahn Gillmor
2008-11-16exporting SSH host public key (two variants: one traditional ssh, the other ↵Daniel Kahn Gillmor
OpenPGP) during m-s gen-key
2008-11-16m-s s: avoid failures when $TMPDIR has a space in it. (output might still be ↵Daniel Kahn Gillmor
a bit garbled)
2008-11-16Merge commit 'micah/master'Daniel Kahn Gillmor
2008-11-16fix tarball download linkMicah Anderson
2008-11-15Added info log output when a new key is added to known_hosts file.Jameson Graef Rollins
2008-11-15Merge commit 'micah/master'Jameson Graef Rollins
Conflicts: src/monkeysphere-server
2008-11-15change from using a filename that is a just a space to an actual temporary fileMicah Anderson
2008-11-15remove pruning of the ssh fingerprint output in monkeysphere-serverJameson Graef Rollins
show-key function. the extra info (key length and type) are useful to have.
2008-11-15renamemike castleman
2008-11-15Merge commit 'mlcastle/master'Jameson Graef Rollins
2008-11-15Merge commit 'micah/master'Jameson Graef Rollins
2008-11-15Merge commit 'jamie/master'Jameson Graef Rollins
2008-11-15add the new monkeysphere package to zimmermanMicah Anderson
2008-11-15reporting changes around mail configuration of zimmermann.Jamie McClelland
2008-11-15new bug: useful informationmike castleman
2008-11-15add a directory and a changlog for the zimmerman keyserver (including some ↵Micah Anderson
changes)
2008-11-15fix my email addressmike castleman
2008-11-15/var/lib/monkeysphere will get taken care of by debhelper appropriately. ↵Daniel Kahn Gillmor
Leave it alone.
2008-11-15do not fail in postrm if /var/lib/monkeysphere is already wiped.Daniel Kahn Gillmor
2008-11-15debian packaging: removing unnecessary error masking in {pre,post}rmDaniel Kahn Gillmor
2008-11-15really fixing prermDaniel Kahn Gillmor
2008-11-15make sure we clean up /var/lib/monkeysphere during prerm.Daniel Kahn Gillmor
2008-11-15updating release notes for 0.21, updating build scripts.Daniel Kahn Gillmor
2008-11-15Merge commit 'micah/master'Daniel Kahn Gillmor
2008-11-15reformat changelogMicah Anderson
2008-11-15Merge commit 'jrollins/master'Daniel Kahn Gillmor
2008-11-15add close ITP bug to changelogJameson Graef Rollins
2008-11-15Merge commit 'jrollins/master'Daniel Kahn Gillmor
2008-11-15Merge commit 'dkg/master'Jameson Graef Rollins
2008-11-15add prerm script, and add debhelper lines to other install scripts.Jameson Graef Rollins
2008-11-15move debian packaging to the packaging/ subdirectory.Jameson Graef Rollins
2008-11-15release notes for 0.20.Daniel Kahn Gillmor
2008-11-15change distribution to unstable in changelog.Jameson Graef Rollins