monkeysphere.git
15 years agorenaming page about signing host keys.
Daniel Kahn Gillmor [Tue, 18 Nov 2008 06:30:32 +0000 (01:30 -0500)]
renaming page about signing host keys.

15 years agominor grammar/vocabulary nitpicking.
Daniel Kahn Gillmor [Tue, 18 Nov 2008 06:29:34 +0000 (01:29 -0500)]
minor grammar/vocabulary nitpicking.

15 years agofurther commentary on proxy_command logging.
Daniel Kahn Gillmor [Tue, 18 Nov 2008 05:48:47 +0000 (00:48 -0500)]
further commentary on proxy_command logging.

15 years agoadded steps taken on zimmerman to get sks setup
Micah Anderson [Tue, 18 Nov 2008 05:02:56 +0000 (00:02 -0500)]
added steps taken on zimmerman to get sks setup

15 years agoupdate changelog.
Jameson Graef Rollins [Mon, 17 Nov 2008 23:16:04 +0000 (18:16 -0500)]
update changelog.

15 years agoHA! I figured out how to get ssh-keygen to read stdin by using the
Jameson Graef Rollins [Mon, 17 Nov 2008 23:07:33 +0000 (18:07 -0500)]
HA!  I figured out how to get ssh-keygen to read stdin by using the
bash "Here Strings" redirection.  No more stupid tempfiles to get ssh
key fingerprints.

15 years agoAdded new web page about server key signing.
Jameson Graef Rollins [Mon, 17 Nov 2008 19:56:38 +0000 (14:56 -0500)]
Added new web page about server key signing.

15 years agoadd comment to bug about notification of modifications to known_hosts
Jameson Graef Rollins [Mon, 17 Nov 2008 17:05:05 +0000 (12:05 -0500)]
add comment to bug about notification of modifications to known_hosts
file.

15 years agoMerge commit 'web/master'
mike castleman [Mon, 17 Nov 2008 08:00:13 +0000 (03:00 -0500)]
Merge commit 'web/master'

15 years agoMore work on the marginal case output for the ssh-proxycommand. For a
Jameson Graef Rollins [Mon, 17 Nov 2008 06:14:20 +0000 (01:14 -0500)]
More work on the marginal case output for the ssh-proxycommand.  For a
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.

15 years agoreally fix the ssh_host_rsa_key.pub.gpg output.
Jameson Graef Rollins [Mon, 17 Nov 2008 00:32:58 +0000 (19:32 -0500)]
really fix the ssh_host_rsa_key.pub.gpg output.

15 years agofix quoting in output of ssh_host_rsa_key.pub.gpg. remember, at the
Jameson Graef Rollins [Mon, 17 Nov 2008 00:10:03 +0000 (19:10 -0500)]
fix quoting in output of ssh_host_rsa_key.pub.gpg.  remember, at the
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.

15 years agoadd some more informative debug output to key processing.
Jameson Graef Rollins [Sun, 16 Nov 2008 22:26:14 +0000 (17:26 -0500)]
add some more informative debug output to key processing.

15 years agoMerge commit 'dkg/master'
Jameson Graef Rollins [Sun, 16 Nov 2008 08:22:18 +0000 (03:22 -0500)]
Merge commit 'dkg/master'

Conflicts:

packaging/debian/changelog

15 years agoadded some useful output to the ssh-proxycommand for "marginal" cases
Jameson Graef Rollins [Sun, 16 Nov 2008 08:17:36 +0000 (03:17 -0500)]
added some useful output to the ssh-proxycommand for "marginal" cases
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.

15 years agofeedback on useful-information bug.
Daniel Kahn Gillmor [Sun, 16 Nov 2008 07:39:51 +0000 (02:39 -0500)]
feedback on useful-information bug.

15 years agomaking the "upstream version" end in ~pre so that test packages created before the...
Daniel Kahn Gillmor [Sun, 16 Nov 2008 07:33:42 +0000 (02:33 -0500)]
making the "upstream version" end in ~pre so that test packages created before the release will upgrade properly when the official 0.22 gets released.

15 years agoupdate debian/changelog.
Daniel Kahn Gillmor [Sun, 16 Nov 2008 07:04:56 +0000 (02:04 -0500)]
update debian/changelog.

15 years agoexporting SSH host public key (two variants: one traditional ssh, the other OpenPGP...
Daniel Kahn Gillmor [Sun, 16 Nov 2008 06:28:19 +0000 (01:28 -0500)]
exporting SSH host public key (two variants: one traditional ssh, the other OpenPGP) during m-s gen-key

15 years agom-s s: avoid failures when $TMPDIR has a space in it. (output might still be a bit...
Daniel Kahn Gillmor [Sun, 16 Nov 2008 05:57:27 +0000 (00:57 -0500)]
m-s s: avoid failures when $TMPDIR has a space in it. (output might still be a bit garbled)

15 years agoMerge commit 'micah/master'
Daniel Kahn Gillmor [Sun, 16 Nov 2008 05:54:29 +0000 (00:54 -0500)]
Merge commit 'micah/master'

15 years agofix tarball download link
Micah Anderson [Sun, 16 Nov 2008 05:14:15 +0000 (00:14 -0500)]
fix tarball download link

15 years agoAdded info log output when a new key is added to known_hosts file.
Jameson Graef Rollins [Sun, 16 Nov 2008 01:49:27 +0000 (20:49 -0500)]
Added info log output when a new key is added to known_hosts file.

15 years agoMerge commit 'micah/master'
Jameson Graef Rollins [Sat, 15 Nov 2008 23:57:57 +0000 (18:57 -0500)]
Merge commit 'micah/master'

Conflicts:

src/monkeysphere-server

15 years agochange from using a filename that is a just a space to an actual temporary file
Micah Anderson [Sat, 15 Nov 2008 23:55:42 +0000 (18:55 -0500)]
change from using a filename that is a just a space to an actual temporary file

15 years agoremove pruning of the ssh fingerprint output in monkeysphere-server
Jameson Graef Rollins [Sat, 15 Nov 2008 23:45:25 +0000 (18:45 -0500)]
remove pruning of the ssh fingerprint output in monkeysphere-server
show-key function.  the extra info (key length and type) are useful to
have.

15 years agorename
mike castleman [Sat, 15 Nov 2008 23:23:14 +0000 (18:23 -0500)]
rename

15 years agoMerge commit 'mlcastle/master'
Jameson Graef Rollins [Sat, 15 Nov 2008 23:21:31 +0000 (18:21 -0500)]
Merge commit 'mlcastle/master'

15 years agoMerge commit 'micah/master'
Jameson Graef Rollins [Sat, 15 Nov 2008 23:21:25 +0000 (18:21 -0500)]
Merge commit 'micah/master'

15 years agoMerge commit 'jamie/master'
Jameson Graef Rollins [Sat, 15 Nov 2008 23:21:20 +0000 (18:21 -0500)]
Merge commit 'jamie/master'

15 years agoadd the new monkeysphere package to zimmerman
Micah Anderson [Sat, 15 Nov 2008 23:13:07 +0000 (18:13 -0500)]
add the new monkeysphere package to zimmerman

15 years agoreporting changes around mail configuration of zimmermann.
Jamie McClelland [Sat, 15 Nov 2008 23:06:31 +0000 (18:06 -0500)]
reporting changes around mail configuration of zimmermann.

15 years agonew bug: useful information
mike castleman [Sat, 15 Nov 2008 23:03:34 +0000 (18:03 -0500)]
new bug: useful information

15 years agoadd a directory and a changlog for the zimmerman keyserver (including some changes)
Micah Anderson [Sat, 15 Nov 2008 23:01:49 +0000 (18:01 -0500)]
add a directory and a changlog for the zimmerman keyserver (including some changes)

15 years agofix my email address
mike castleman [Sat, 15 Nov 2008 22:21:54 +0000 (17:21 -0500)]
fix my email address

15 years ago/var/lib/monkeysphere will get taken care of by debhelper appropriately. Leave it... monkeysphere_0.21-2
Daniel Kahn Gillmor [Sat, 15 Nov 2008 22:02:33 +0000 (17:02 -0500)]
/var/lib/monkeysphere will get taken care of by debhelper appropriately.  Leave it alone.

15 years agodo not fail in postrm if /var/lib/monkeysphere is already wiped.
Daniel Kahn Gillmor [Sat, 15 Nov 2008 21:54:26 +0000 (16:54 -0500)]
do not fail in postrm if /var/lib/monkeysphere is already wiped.

15 years agodebian packaging: removing unnecessary error masking in {pre,post}rm
Daniel Kahn Gillmor [Sat, 15 Nov 2008 21:49:28 +0000 (16:49 -0500)]
debian packaging: removing unnecessary error masking in {pre,post}rm

15 years agoreally fixing prerm
Daniel Kahn Gillmor [Sat, 15 Nov 2008 21:47:17 +0000 (16:47 -0500)]
really fixing prerm

15 years agomake sure we clean up /var/lib/monkeysphere during prerm.
Daniel Kahn Gillmor [Sat, 15 Nov 2008 21:38:07 +0000 (16:38 -0500)]
make sure we clean up /var/lib/monkeysphere during prerm.

15 years agoupdating release notes for 0.21, updating build scripts.
Daniel Kahn Gillmor [Sat, 15 Nov 2008 21:29:44 +0000 (16:29 -0500)]
updating release notes for 0.21, updating build scripts.

15 years agoMerge commit 'micah/master' monkeysphere_0.21-1
Daniel Kahn Gillmor [Sat, 15 Nov 2008 21:21:54 +0000 (16:21 -0500)]
Merge commit 'micah/master'

15 years agoreformat changelog
Micah Anderson [Sat, 15 Nov 2008 21:21:23 +0000 (16:21 -0500)]
reformat changelog

15 years agoMerge commit 'jrollins/master'
Daniel Kahn Gillmor [Sat, 15 Nov 2008 21:17:44 +0000 (16:17 -0500)]
Merge commit 'jrollins/master'

15 years agoadd close ITP bug to changelog
Jameson Graef Rollins [Sat, 15 Nov 2008 21:17:15 +0000 (16:17 -0500)]
add close ITP bug to changelog

15 years agoMerge commit 'jrollins/master'
Daniel Kahn Gillmor [Sat, 15 Nov 2008 21:02:37 +0000 (16:02 -0500)]
Merge commit 'jrollins/master'

15 years agoMerge commit 'dkg/master'
Jameson Graef Rollins [Sat, 15 Nov 2008 20:59:34 +0000 (15:59 -0500)]
Merge commit 'dkg/master'

15 years agoadd prerm script, and add debhelper lines to other install scripts.
Jameson Graef Rollins [Sat, 15 Nov 2008 20:57:04 +0000 (15:57 -0500)]
add prerm script, and add debhelper lines to other install scripts.

15 years agomove debian packaging to the packaging/ subdirectory.
Jameson Graef Rollins [Sat, 15 Nov 2008 19:43:22 +0000 (14:43 -0500)]
move debian packaging to the packaging/ subdirectory.

15 years agorelease notes for 0.20.
Daniel Kahn Gillmor [Sat, 15 Nov 2008 19:22:34 +0000 (14:22 -0500)]
release notes for 0.20.

15 years agochange distribution to unstable in changelog. monkeysphere_0.20-1
Jameson Graef Rollins [Sat, 15 Nov 2008 18:35:09 +0000 (13:35 -0500)]
change distribution to unstable in changelog.

15 years agoupdate changelog
Jameson Graef Rollins [Sat, 15 Nov 2008 18:17:31 +0000 (13:17 -0500)]
update changelog

15 years agochanged myself to be maintainer.
Jameson Graef Rollins [Sat, 15 Nov 2008 18:08:12 +0000 (13:08 -0500)]
changed myself to be maintainer.

15 years agoadd shebang and copyright to makefile.
Jameson Graef Rollins [Mon, 10 Nov 2008 16:15:11 +0000 (11:15 -0500)]
add shebang and copyright to makefile.

15 years agoupdate changelog to reflect test tweaking.
Daniel Kahn Gillmor [Sun, 9 Nov 2008 23:10:18 +0000 (18:10 -0500)]
update changelog to reflect test tweaking.

15 years agotests/basic ensure that any lingering sshd process will get killed off.
Daniel Kahn Gillmor [Sun, 9 Nov 2008 23:08:23 +0000 (18:08 -0500)]
tests/basic ensure that any lingering sshd process will get killed off.

15 years agoMerge commit 'web/master'
Daniel Kahn Gillmor [Sun, 9 Nov 2008 22:51:24 +0000 (17:51 -0500)]
Merge commit 'web/master'

15 years agoinclude the gnupg config files in FreeBSD port.
Daniel Kahn Gillmor [Sun, 9 Nov 2008 22:45:48 +0000 (17:45 -0500)]
include the gnupg config files in FreeBSD port.

15 years agosmall fix to broken web link.
Jameson Graef Rollins [Wed, 5 Nov 2008 21:21:18 +0000 (16:21 -0500)]
small fix to broken web link.

15 years agoMerge commit 'micah/master'
Jameson Graef Rollins [Wed, 5 Nov 2008 16:34:35 +0000 (11:34 -0500)]
Merge commit 'micah/master'

15 years agoMerge commit 'dkg/master'
Jameson Graef Rollins [Wed, 5 Nov 2008 16:34:06 +0000 (11:34 -0500)]
Merge commit 'dkg/master'

Conflicts:

website/download.mdwn

15 years agocreate a new section of the getting started page that lets people know
Micah Anderson [Tue, 4 Nov 2008 21:09:47 +0000 (16:09 -0500)]
create a new section of the getting started page that lets people know
that they should install monkeysphere software at this point in their
journey. It may be obvious, but I think in terms of providing a
step-by-step howto get started guide, the least assumptions of
obviousness we make, the better.

I also moved the information about making sure that you have the
gnutls requirements up to this install section.

15 years agoReworked the download page to link from "add this key to your apt
Micah Anderson [Tue, 4 Nov 2008 20:45:09 +0000 (15:45 -0500)]
Reworked the download page to link from "add this key to your apt
configuration" to the /archive-key page, pushing the SecureApt
reference link into that page. This has a streamlining affect on new
users wanting to get started as it links directly to the archive-key
page where there are explicit instructions for how to do the archive
key verification and then the follow-up add to the apt keyring for
proper archive/package verification. The way it was before, you were
given the link to the more general SecureApt debian wiki page, which
was a lot of information, when in most cases people just want to know
what steps they need to know to do the verification/addition. However,
the link to the SecureApt page is valuable to reference, it just makes
more sense to be embedded in the page which explicitly deals with
that.

This also means I added information about how to add the key to the
apt keyring into the archive-key page. In doing so, I removed the
dkg-specific prompt (not because I dont like it, but because it would
have been funny for me to add more commands and have to manually
construct his prompt to maintain consistency on the page). Also, added
some output of commands so people have an idea what to expect.

15 years agovery minor changes to test script
Jameson Graef Rollins [Tue, 4 Nov 2008 17:44:11 +0000 (12:44 -0500)]
very minor changes to test script

15 years agoset the bash pipefail option in the test script to return the error
Jameson Graef Rollins [Mon, 3 Nov 2008 05:36:10 +0000 (00:36 -0500)]
set the bash pipefail option in the test script to return the error
code of the first failed function in a pipe.
also add some new web pages that need to be filled out.

15 years agowork on website, cleaning up download page
Jameson Graef Rollins [Mon, 3 Nov 2008 00:47:09 +0000 (19:47 -0500)]
work on website, cleaning up download page

15 years agoupdate download section of website to include freebsd info.
Jameson Graef Rollins [Mon, 3 Nov 2008 00:04:44 +0000 (19:04 -0500)]
update download section of website to include freebsd info.

15 years agoannounce FreeBSD port!
Daniel Kahn Gillmor [Thu, 30 Oct 2008 22:04:43 +0000 (18:04 -0400)]
announce FreeBSD port!

15 years agostore gnutls patch for fully-enabling the monkeysphere on FreeBSD 7.1, which ships...
Daniel Kahn Gillmor [Thu, 30 Oct 2008 21:50:34 +0000 (17:50 -0400)]
store gnutls patch for fully-enabling the monkeysphere on FreeBSD 7.1, which ships with GnuTLS 2.4.1

15 years agomake build-freebsd-distinfo match the changed location of the packaging.
Daniel Kahn Gillmor [Thu, 30 Oct 2008 21:27:10 +0000 (17:27 -0400)]
make build-freebsd-distinfo match the changed location of the packaging.

15 years agoreorganizing FreeBSD port to make it clearer where it in /usr/ports and to make it...
Daniel Kahn Gillmor [Thu, 30 Oct 2008 21:25:40 +0000 (17:25 -0400)]
reorganizing FreeBSD port to make it clearer where it in /usr/ports and to make it easier to rebuild the port

15 years agoMerge commit 'jrollins/master'
Daniel Kahn Gillmor [Thu, 30 Oct 2008 20:25:37 +0000 (16:25 -0400)]
Merge commit 'jrollins/master'

15 years agofreebsd packaging: leave gnupg-authentication.conf with superuser ownership. it...
Daniel Kahn Gillmor [Thu, 30 Oct 2008 19:57:06 +0000 (15:57 -0400)]
freebsd packaging: leave gnupg-authentication.conf with superuser ownership.  it should not need to be owned by monkeysphere.

15 years agobuild out directories for the monkeysphere that should be created on package installa...
Daniel Kahn Gillmor [Thu, 30 Oct 2008 19:54:31 +0000 (15:54 -0400)]
build out directories for the monkeysphere that should be created on package installation.

15 years agodo more testing to make sure that mktemp calls do not fail.
Daniel Kahn Gillmor [Thu, 30 Oct 2008 19:54:03 +0000 (15:54 -0400)]
do more testing to make sure that mktemp calls do not fail.

15 years agofixing freebsd patch to match current shipped config file.
Daniel Kahn Gillmor [Thu, 30 Oct 2008 19:42:02 +0000 (15:42 -0400)]
fixing freebsd patch to match current shipped config file.

15 years agosmall change to cleanup website release note.
Jameson Graef Rollins [Thu, 30 Oct 2008 19:29:07 +0000 (15:29 -0400)]
small change to cleanup website release note.

15 years agoupdating debian/changelog as we start work on version 0.20.
Daniel Kahn Gillmor [Thu, 30 Oct 2008 19:04:24 +0000 (15:04 -0400)]
updating debian/changelog as we start work on version 0.20.

15 years agoCouple of small fixes to makefile.
Jameson Graef Rollins [Thu, 30 Oct 2008 18:59:07 +0000 (14:59 -0400)]
Couple of small fixes to makefile.

15 years agofixing check for test suite.
Daniel Kahn Gillmor [Thu, 30 Oct 2008 16:14:26 +0000 (12:14 -0400)]
fixing check for test suite.

15 years agofixing stupid typo.
Daniel Kahn Gillmor [Thu, 30 Oct 2008 16:11:08 +0000 (12:11 -0400)]
fixing stupid typo.

15 years agoadd checks to make sure that the test suite will be able to run.
Daniel Kahn Gillmor [Thu, 30 Oct 2008 16:10:27 +0000 (12:10 -0400)]
add checks to make sure that the test suite will be able to run.

15 years agoasking reprepro to keep older unreferenced files around in the archive. This should...
Daniel Kahn Gillmor [Thu, 30 Oct 2008 16:04:02 +0000 (12:04 -0400)]
asking reprepro to keep older unreferenced files around in the archive.  This should help our porters, so that they can have a canonical place to download tarballs from even if a new version has been released.

15 years agofix my email address in debian/control.
Jameson Graef Rollins [Thu, 30 Oct 2008 03:48:16 +0000 (23:48 -0400)]
fix my email address in debian/control.

15 years agoadded latest george updates to changelog.
Daniel Kahn Gillmor [Wed, 29 Oct 2008 22:19:35 +0000 (18:19 -0400)]
added latest george updates to changelog.

15 years agolink "why" web page to the alternate PKI discussion.
Daniel Kahn Gillmor [Wed, 29 Oct 2008 18:42:28 +0000 (14:42 -0400)]
link "why" web page to the alternate PKI discussion.

15 years agofix small bug in the packaging about man7 directory installation.
Jameson Graef Rollins [Wed, 29 Oct 2008 18:22:32 +0000 (14:22 -0400)]
fix small bug in the packaging about man7 directory installation.

15 years agoupdated freebsd data for 0.19 monkeysphere_0.19-1
Daniel Kahn Gillmor [Wed, 29 Oct 2008 07:09:38 +0000 (03:09 -0400)]
updated freebsd data for 0.19

15 years agoadded release notes for 0.19-1
Daniel Kahn Gillmor [Wed, 29 Oct 2008 07:09:13 +0000 (03:09 -0400)]
added release notes for 0.19-1

15 years agopreparing for 0.19-1 release to fix config file goofiness.
Daniel Kahn Gillmor [Wed, 29 Oct 2008 06:49:44 +0000 (02:49 -0400)]
preparing for 0.19-1 release to fix config file goofiness.

15 years agofixing symlinks created in packaging; updated FreeBSD port to handle centrally-linked...
Daniel Kahn Gillmor [Wed, 29 Oct 2008 06:46:44 +0000 (02:46 -0400)]
fixing symlinks created in packaging; updated FreeBSD port to handle centrally-linked gpg.conf files too.

15 years agoadded comments and changelog notes about why the test script sets $DISPLAY
Daniel Kahn Gillmor [Wed, 29 Oct 2008 06:17:54 +0000 (02:17 -0400)]
added comments and changelog notes about why the test script sets $DISPLAY

15 years agoMerge commit 'dkg/master'
Jameson Graef Rollins [Wed, 29 Oct 2008 05:40:21 +0000 (01:40 -0400)]
Merge commit 'dkg/master'

15 years agoset DISPLAY in test suite so that passphrase prompting falls through.
Jameson Graef Rollins [Wed, 29 Oct 2008 05:38:39 +0000 (01:38 -0400)]
set DISPLAY in test suite so that passphrase prompting falls through.

15 years agoadded release notes for 0.18-1.
Daniel Kahn Gillmor [Wed, 29 Oct 2008 05:02:10 +0000 (01:02 -0400)]
added release notes for 0.18-1.

15 years agopreparing for 0.18-1 release. monkeysphere_0.18-1
Daniel Kahn Gillmor [Wed, 29 Oct 2008 04:42:02 +0000 (00:42 -0400)]
preparing for 0.18-1 release.

15 years agofinish consolidating test suite ssh test into single function, and
Jameson Graef Rollins [Wed, 29 Oct 2008 04:19:12 +0000 (00:19 -0400)]
finish consolidating test suite ssh test into single function, and
add more tests (for permission checking).

15 years agomove away from using MONKEYSPHERE_SERVER_CONFIG in test suite.
Jameson Graef Rollins [Wed, 29 Oct 2008 03:38:07 +0000 (23:38 -0400)]
move away from using MONKEYSPHERE_SERVER_CONFIG in test suite.

15 years agotweak to test to not include user authorized_keys file.
Jameson Graef Rollins [Wed, 29 Oct 2008 03:29:52 +0000 (23:29 -0400)]
tweak to test to not include user authorized_keys file.

15 years agomove to using 'none' for the RAW_AUTHORIZED_KEY value to use for *not*
Jameson Graef Rollins [Wed, 29 Oct 2008 03:27:11 +0000 (23:27 -0400)]
move to using 'none' for the RAW_AUTHORIZED_KEY value to use for *not*
including a user-controlled authorized_keys file.
more fixes on test suite.