Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-11-17 | Merge commit 'web/master' | mike castleman | |
2008-11-17 | More work on the marginal case output for the ssh-proxycommand. For a | Jameson 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-16 | really fix the ssh_host_rsa_key.pub.gpg output. | Jameson Graef Rollins | |
2008-11-16 | fix quoting in output of ssh_host_rsa_key.pub.gpg. remember, at the | Jameson 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-16 | add some more informative debug output to key processing. | Jameson Graef Rollins | |
2008-11-16 | Merge commit 'dkg/master' | Matt Goins | |
2008-11-16 | Merge commit 'dkg/master' | Jameson Graef Rollins | |
Conflicts: packaging/debian/changelog | |||
2008-11-16 | added some useful output to the ssh-proxycommand for "marginal" cases | Jameson 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-16 | feedback on useful-information bug. | Daniel Kahn Gillmor | |
2008-11-16 | making 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-16 | update debian/changelog. | Daniel Kahn Gillmor | |
2008-11-16 | exporting SSH host public key (two variants: one traditional ssh, the other ↵ | Daniel Kahn Gillmor | |
OpenPGP) during m-s gen-key | |||
2008-11-16 | m-s s: avoid failures when $TMPDIR has a space in it. (output might still be ↵ | Daniel Kahn Gillmor | |
a bit garbled) | |||
2008-11-16 | Merge commit 'micah/master' | Daniel Kahn Gillmor | |
2008-11-16 | fix tarball download link | Micah Anderson | |
2008-11-15 | Added info log output when a new key is added to known_hosts file. | Jameson Graef Rollins | |
2008-11-15 | Merge commit 'micah/master' | Jameson Graef Rollins | |
Conflicts: src/monkeysphere-server | |||
2008-11-15 | change from using a filename that is a just a space to an actual temporary file | Micah Anderson | |
2008-11-15 | remove pruning of the ssh fingerprint output in monkeysphere-server | Jameson Graef Rollins | |
show-key function. the extra info (key length and type) are useful to have. | |||
2008-11-15 | rename | mike castleman | |
2008-11-15 | Merge commit 'mlcastle/master' | Jameson Graef Rollins | |
2008-11-15 | Merge commit 'micah/master' | Jameson Graef Rollins | |
2008-11-15 | Merge commit 'jamie/master' | Jameson Graef Rollins | |
2008-11-15 | add the new monkeysphere package to zimmerman | Micah Anderson | |
2008-11-15 | reporting changes around mail configuration of zimmermann. | Jamie McClelland | |
2008-11-15 | new bug: useful information | mike castleman | |
2008-11-15 | add a directory and a changlog for the zimmerman keyserver (including some ↵ | Micah Anderson | |
changes) | |||
2008-11-15 | fix my email address | mike castleman | |
2008-11-15 | /var/lib/monkeysphere will get taken care of by debhelper appropriately. ↵ | Daniel Kahn Gillmor | |
Leave it alone. | |||
2008-11-15 | do not fail in postrm if /var/lib/monkeysphere is already wiped. | Daniel Kahn Gillmor | |
2008-11-15 | debian packaging: removing unnecessary error masking in {pre,post}rm | Daniel Kahn Gillmor | |
2008-11-15 | really fixing prerm | Daniel Kahn Gillmor | |
2008-11-15 | make sure we clean up /var/lib/monkeysphere during prerm. | Daniel Kahn Gillmor | |
2008-11-15 | updating release notes for 0.21, updating build scripts. | Daniel Kahn Gillmor | |
2008-11-15 | Merge commit 'micah/master' | Daniel Kahn Gillmor | |
2008-11-15 | reformat changelog | Micah Anderson | |
2008-11-15 | Merge commit 'jrollins/master' | Daniel Kahn Gillmor | |
2008-11-15 | add close ITP bug to changelog | Jameson Graef Rollins | |
2008-11-15 | Merge commit 'jrollins/master' | Daniel Kahn Gillmor | |
2008-11-15 | Merge commit 'dkg/master' | Jameson Graef Rollins | |
2008-11-15 | add prerm script, and add debhelper lines to other install scripts. | Jameson Graef Rollins | |
2008-11-15 | move debian packaging to the packaging/ subdirectory. | Jameson Graef Rollins | |
2008-11-15 | release notes for 0.20. | Daniel Kahn Gillmor | |
2008-11-15 | change distribution to unstable in changelog. | Jameson Graef Rollins | |
2008-11-15 | update changelog | Jameson Graef Rollins | |
2008-11-15 | changed myself to be maintainer. | Jameson Graef Rollins | |
2008-11-10 | add shebang and copyright to makefile. | Jameson Graef Rollins | |
2008-11-09 | update changelog to reflect test tweaking. | Daniel Kahn Gillmor | |
2008-11-09 | tests/basic ensure that any lingering sshd process will get killed off. | Daniel Kahn Gillmor | |
2008-11-09 | Merge commit 'web/master' | Daniel Kahn Gillmor | |