summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-11-30add new check_host_keyring function for better checks for theJameson Graef Rollins
existence of a host private key for functions that require it to be there.
2008-11-30gave example on gpg multi-keyring bug.Daniel Kahn Gillmor
2008-11-29notes about zimmermann HTTPSDaniel Kahn Gillmor
2008-11-28added release note for 0.22-1Daniel Kahn Gillmor
2008-11-280.22 release preperation.Jameson Graef Rollins
2008-11-25Merge commit 'jrollins/master'Daniel Kahn Gillmor
2008-11-25fixing dependency information -- should be procmail, not procfile.Daniel Kahn Gillmor
2008-11-22Add attempt at rpm packaging.Jameson Graef Rollins
2008-11-19added one more SKS peer.Daniel Kahn Gillmor
2008-11-19configured statistics calculations at SKS boot and at 03:00 (i think).Daniel Kahn Gillmor
2008-11-19notes about using zimmermann port 80.Daniel Kahn Gillmor
2008-11-19noted changes to zimmermann config.Daniel Kahn Gillmor
2008-11-19added simple index.html for people to read if they decide to visit ↵Daniel Kahn Gillmor
zimmermann with a browser.
2008-11-19more updates for zimmermannDaniel Kahn Gillmor
2008-11-19fixing the spelling of zimmermann.Daniel Kahn Gillmor
2008-11-19document zimmermann SKS peers.Daniel Kahn Gillmor
2008-11-19explain how it is that zimmermann speaks httpsmike castleman
2008-11-18update link in docs.Jameson Graef Rollins
2008-11-18Merge commit 'micah/master'Daniel Kahn Gillmor
2008-11-18changing terminology from server key to host keyDaniel Kahn Gillmor
2008-11-18Merge commit 'dkg/master'Micah Anderson
2008-11-18really fixing utils/build-releasenote after the packaging reorganization.Daniel Kahn Gillmor
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-18added steps taken on zimmerman to get sks setupMicah Anderson
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