monkeysphere.git
15 years agomacports: move to just perl5 dependency (which for now is 5.8).
Jameson Graef Rollins [Mon, 6 Apr 2009 06:54:07 +0000 (23:54 -0700)]
macports: move to just perl5 dependency (which for now is 5.8).

15 years agocouple of modifications to the test:
Jameson Graef Rollins [Mon, 6 Apr 2009 06:37:34 +0000 (23:37 -0700)]
couple of modifications to the test:
- unset MONKEYSPHERE_SUBKEYS_FOR_AGENT, since it will confuse the test
into trying to add the user's key to the agent.
- use cpio to copy a full directory tree, instead of cp -a, since cp
on Darwin doesn't understand the -a option.

15 years agoremove the gnutls patch from the repo, since it's included in gnutls 2.6, we don...
Jameson Graef Rollins [Mon, 6 Apr 2009 06:02:22 +0000 (23:02 -0700)]
remove the gnutls patch from the repo, since it's included in gnutls 2.6, we don't even use gnutls anymore, and it's cluter in the repo root

15 years agofix typo in check_key_file_permissions function
Jameson Graef Rollins [Mon, 6 Apr 2009 02:41:13 +0000 (19:41 -0700)]
fix typo in check_key_file_permissions function

15 years agomacports: fix perl dependencies, and add socat dependency
Jameson Graef Rollins [Mon, 6 Apr 2009 02:40:33 +0000 (19:40 -0700)]
macports: fix perl dependencies, and add socat dependency

15 years agoundo perl shebang line change i just made, since the '-w -T' options don't seem to...
Jameson Graef Rollins [Mon, 6 Apr 2009 02:38:35 +0000 (19:38 -0700)]
undo perl shebang line change i just made, since the '-w -T' options don't seem to work with /usr/bin/env

15 years agouse /usr/bin/env to call perl in keytrans shebang.
Jameson Graef Rollins [Mon, 6 Apr 2009 00:59:08 +0000 (17:59 -0700)]
use /usr/bin/env to call perl in keytrans shebang.

15 years agosome small compatibility changes:
Jameson Graef Rollins [Sun, 5 Apr 2009 22:05:36 +0000 (15:05 -0700)]
some small compatibility changes:
- fix file_hash function to use md5 or md5sum, for Darwin
compatibility
- use build-in 'type' instead of 'which', which for some reason
doesn't behave on Darwin
- clean up some redirection calls.

15 years agomacports: better way to swap SYSDATADIR
Jameson Graef Rollins [Sun, 5 Apr 2009 18:37:07 +0000 (11:37 -0700)]
macports: better way to swap SYSDATADIR

15 years agomacports: attempt at something that would 'patch' in the correct SYS..DIR variables
Jameson Graef Rollins [Sun, 5 Apr 2009 06:37:15 +0000 (23:37 -0700)]
macports: attempt at something that would 'patch' in the correct SYS..DIR variables

15 years agoadd proxycommand --no-connect option to monkeysphere usage
Jameson Graef Rollins [Sun, 5 Apr 2009 06:08:06 +0000 (23:08 -0700)]
add proxycommand --no-connect option to monkeysphere usage

15 years agosome updates to the macports package. actually installs things properly now, but...
Jameson Graef Rollins [Sun, 5 Apr 2009 03:30:57 +0000 (20:30 -0700)]
some updates to the macports package.  actually installs things properly now, but there are still some run-time issues to sort out.

15 years agotrying to make m gen-subkey more responsive in the face of errors, and clearer to...
Daniel Kahn Gillmor [Fri, 27 Mar 2009 22:02:49 +0000 (18:02 -0400)]
trying to make m gen-subkey more responsive in the face of errors, and clearer to the user about what is going on.

15 years agoremoved dummy comment to .gitignore again
Suno Ano [Tue, 24 Mar 2009 23:56:56 +0000 (00:56 +0100)]
removed dummy comment to .gitignore again

Signed-off-by: Suno Ano <suno.ano@sunoano.org>
15 years agoadded some dummy comment to .gitignore
Suno Ano [Tue, 24 Mar 2009 23:22:22 +0000 (00:22 +0100)]
added some dummy comment to .gitignore

Signed-off-by: Suno Ano <suno.ano@sunoano.org>
15 years agostarted a README
Suno Ano [Tue, 24 Mar 2009 22:37:12 +0000 (23:37 +0100)]
started a README

Signed-off-by: Suno Ano <suno.ano@sunoano.org>
15 years agofix typo in monkeysphere-host.8 (thanks, Suno Ano)
Daniel Kahn Gillmor [Tue, 24 Mar 2009 19:25:42 +0000 (15:25 -0400)]
fix typo in monkeysphere-host.8 (thanks, Suno Ano)

15 years agofixing typo in monkeysphere.1 (thanks, Suno Ano)
Daniel Kahn Gillmor [Tue, 24 Mar 2009 19:20:50 +0000 (15:20 -0400)]
fixing typo in monkeysphere.1 (thanks, Suno Ano)

15 years agoimproving usage and man page for monkeysphere ssh-proxycommand.
Daniel Kahn Gillmor [Mon, 23 Mar 2009 21:03:18 +0000 (17:03 -0400)]
improving usage and man page for monkeysphere ssh-proxycommand.

15 years agoadd FIXME note about IPv6 addresses, and break out hostnames from the last colon...
Daniel Kahn Gillmor [Mon, 23 Mar 2009 20:54:20 +0000 (16:54 -0400)]
add FIXME note about IPv6 addresses, and break out hostnames from the last colon, not the first.

15 years agoupdating debian/changelog
Daniel Kahn Gillmor [Mon, 23 Mar 2009 20:52:53 +0000 (16:52 -0400)]
updating debian/changelog

15 years agoproposed patch for issue #660, to properly specify host and port number in known_host...
Jameson Graef Rollins [Mon, 23 Mar 2009 18:41:07 +0000 (14:41 -0400)]
proposed patch for issue #660, to properly specify host and port number in known_hosts lines.

15 years agoMerge commit 'web/master'
Jameson Graef Rollins [Mon, 23 Mar 2009 00:11:56 +0000 (20:11 -0400)]
Merge commit 'web/master'

15 years agosome more pruning of unnecessary usage of cat for the gnupg scripts.
Jameson Graef Rollins [Mon, 23 Mar 2009 00:11:16 +0000 (20:11 -0400)]
some more pruning of unnecessary usage of cat for the gnupg scripts.

15 years agoadd a news entry about the backports.org availability
Micah Anderson [Mon, 23 Mar 2009 00:01:07 +0000 (20:01 -0400)]
add a news entry about the backports.org availability

15 years agoMerge commit 'jrollins/master'
Micah Anderson [Sun, 22 Mar 2009 23:57:35 +0000 (19:57 -0400)]
Merge commit 'jrollins/master'

Conflicts:
website/download.mdwn

15 years agofix up the debian download section, add a link to the packages.d.o
Micah Anderson [Sun, 22 Mar 2009 23:49:45 +0000 (19:49 -0400)]
fix up the debian download section, add a link to the packages.d.o
page that lists all suites, including backports

15 years agoStart of macport packaging.
Jameson Graef Rollins [Sun, 22 Mar 2009 05:40:30 +0000 (01:40 -0400)]
Start of macport packaging.

15 years agoremove some extraneous invocations of cat.
Daniel Kahn Gillmor [Wed, 18 Mar 2009 18:31:43 +0000 (14:31 -0400)]
remove some extraneous invocations of cat.

15 years agosmall web tweak
Jameson Graef Rollins [Wed, 18 Mar 2009 17:11:01 +0000 (13:11 -0400)]
small web tweak

15 years agoRevert "small web tweak."
Jameson Graef Rollins [Wed, 18 Mar 2009 16:59:50 +0000 (12:59 -0400)]
Revert "small web tweak."

This reverts commit 6e0ec7e644ce8459db587bd68536aecdb2107315.

15 years agosmall web tweak.
Jameson Graef Rollins [Wed, 18 Mar 2009 16:35:55 +0000 (12:35 -0400)]
small web tweak.

15 years agoMerge commit 'micah/master'
Jameson Graef Rollins [Wed, 18 Mar 2009 16:30:24 +0000 (12:30 -0400)]
Merge commit 'micah/master'

Conflicts:
website/download.mdwn

15 years agoadd news note about 0.24 in testing, and update download page.
Jameson Graef Rollins [Wed, 18 Mar 2009 16:19:48 +0000 (12:19 -0400)]
add news note about 0.24 in testing, and update download page.

15 years agomodify the ssh_proxycommand marginal ui output so that it better
Jameson Graef Rollins [Wed, 18 Mar 2009 16:01:02 +0000 (12:01 -0400)]
modify the ssh_proxycommand marginal ui output so that it better
handles the case where the host can not be contacted.  the new system
attempts to retrieve the host ssh key before any ui output is made.
this should make things a little clearer in this corner case, and make
things a little more flexible down the line.

15 years agono need anymore to specify which part of the Debian archive the package is available in
Micah Anderson [Wed, 18 Mar 2009 14:20:48 +0000 (10:20 -0400)]
no need anymore to specify which part of the Debian archive the package is available in

15 years agofix small typo in monkeysphere.conf
Jameson Graef Rollins [Thu, 12 Mar 2009 16:45:09 +0000 (12:45 -0400)]
fix small typo in monkeysphere.conf

15 years agoadded a copy of the ExternalValidation spec from the old GnuTLS wiki, pulled from...
Daniel Kahn Gillmor [Wed, 11 Mar 2009 20:58:58 +0000 (16:58 -0400)]
added a copy of the ExternalValidation spec from the old GnuTLS wiki, pulled from the google cache.  needs cleanup

15 years agoinclude changelog entry about mktemp portability update.
Daniel Kahn Gillmor [Tue, 10 Mar 2009 21:42:57 +0000 (17:42 -0400)]
include changelog entry about mktemp portability update.

15 years agoMerge commit 'jrollins/master'
Daniel Kahn Gillmor [Tue, 10 Mar 2009 21:40:07 +0000 (17:40 -0400)]
Merge commit 'jrollins/master'

15 years agoAdded news announcement of FreeBSD port.
Daniel Kahn Gillmor [Tue, 10 Mar 2009 21:38:57 +0000 (17:38 -0400)]
Added news announcement of FreeBSD port.

15 years agoupdated web site to reflect new status in FreeBSD ports.
Daniel Kahn Gillmor [Tue, 10 Mar 2009 21:38:29 +0000 (17:38 -0400)]
updated web site to reflect new status in FreeBSD ports.

15 years agoMerge commit 'dkg/master'
Jameson Graef Rollins [Tue, 10 Mar 2009 15:43:03 +0000 (11:43 -0400)]
Merge commit 'dkg/master'

15 years agoFreeBSD packaging: revert to simpler hack for debian tarballs; use ${FIND} instead...
Daniel Kahn Gillmor [Tue, 10 Mar 2009 06:33:29 +0000 (02:33 -0400)]
FreeBSD packaging: revert to simpler hack for debian tarballs; use ${FIND} instead of find

15 years agoFreeBSD packaging: make sure to clean up cruft after in-place sed replacement.
Daniel Kahn Gillmor [Tue, 10 Mar 2009 06:14:36 +0000 (02:14 -0400)]
FreeBSD packaging: make sure to clean up cruft after in-place sed replacement.

15 years agoFreeBSD porting: trying to make sure package cleanup goes smoothly.
Daniel Kahn Gillmor [Tue, 10 Mar 2009 06:07:15 +0000 (02:07 -0400)]
FreeBSD porting: trying to make sure package cleanup goes smoothly.

15 years agocleaning up a lingering non-portable mktemp invocation.
Daniel Kahn Gillmor [Tue, 10 Mar 2009 06:06:25 +0000 (02:06 -0400)]
cleaning up a lingering non-portable mktemp invocation.

15 years agoFreeBSD packaging: use tabs for variable declarations in Makefile
Daniel Kahn Gillmor [Tue, 10 Mar 2009 05:18:16 +0000 (01:18 -0400)]
FreeBSD packaging: use tabs for variable declarations in Makefile

15 years agoFreeBSD: clean up some portlint warnings.
Daniel Kahn Gillmor [Tue, 10 Mar 2009 05:08:59 +0000 (01:08 -0400)]
FreeBSD: clean up some portlint warnings.

15 years agoFreeBSD porting: do one more path translation.
Daniel Kahn Gillmor [Tue, 10 Mar 2009 04:44:29 +0000 (00:44 -0400)]
FreeBSD porting: do one more path translation.

15 years agoFreeBSD porting: using in-place sed to replace paths. Using pack("%32U",...) for...
Daniel Kahn Gillmor [Tue, 10 Mar 2009 04:43:04 +0000 (00:43 -0400)]
FreeBSD porting: using in-place sed to replace paths.  Using pack("%32U",...) for checksum, which seems to work for both perl 5.8 and 5.10

15 years agoMore FreeBSD packaging work: removing gnutls patches -- not needed for monkeysphere...
Daniel Kahn Gillmor [Tue, 10 Mar 2009 02:56:17 +0000 (22:56 -0400)]
More FreeBSD packaging work: removing gnutls patches -- not needed for monkeysphere; updating maintainer scripts.

15 years agoupdate freebsd Makefile to reflect reorganization of Monkeysphere, and transition...
Daniel Kahn Gillmor [Tue, 10 Mar 2009 02:39:41 +0000 (22:39 -0400)]
update freebsd Makefile to reflect reorganization of Monkeysphere, and transition to perl.

15 years agoupdating FreeBSD port for 0.24
Daniel Kahn Gillmor [Tue, 10 Mar 2009 02:02:17 +0000 (22:02 -0400)]
updating FreeBSD port for 0.24

15 years agomake the tab SCREENSHOTS (plural).
Jameson Graef Rollins [Sat, 7 Mar 2009 19:11:14 +0000 (14:11 -0500)]
make the tab SCREENSHOTS (plural).

15 years agodumb mistake to screenshot tab.
Jameson Graef Rollins [Sat, 7 Mar 2009 19:10:01 +0000 (14:10 -0500)]
dumb mistake to screenshot tab.

15 years agoadd screenshot tab to website.
Jameson Graef Rollins [Sat, 7 Mar 2009 19:08:24 +0000 (14:08 -0500)]
add screenshot tab to website.

15 years agofix the marginal ui output so that it's not prefixed by the
Jameson Graef Rollins [Sat, 7 Mar 2009 17:59:36 +0000 (12:59 -0500)]
fix the marginal ui output so that it's not prefixed by the
LOG_PREFIX.  also make sure to always export the LOG_PREFIX, so that
it gets passed to subprocces su_monkeysphere_user.

15 years agoprepare release notes for 0.24 monkeysphere_0.24 monkeysphere_0.24-1
Daniel Kahn Gillmor [Wed, 4 Mar 2009 03:05:09 +0000 (22:05 -0500)]
prepare release notes for 0.24

15 years agoprepare for 0.24 release
Daniel Kahn Gillmor [Wed, 4 Mar 2009 02:56:17 +0000 (21:56 -0500)]
prepare for 0.24 release

15 years agoadd cron to Recommends
Jameson Graef Rollins [Wed, 4 Mar 2009 00:40:35 +0000 (19:40 -0500)]
add cron to Recommends

15 years agoMerge commit 'dkg/master'
Jameson Graef Rollins [Tue, 3 Mar 2009 21:38:05 +0000 (16:38 -0500)]
Merge commit 'dkg/master'

15 years agoupdated Perl dependency links to point to CPAN
Daniel Kahn Gillmor [Tue, 3 Mar 2009 21:31:48 +0000 (16:31 -0500)]
updated Perl dependency links to point to CPAN

15 years agoMerge commit 'dkg/master'
Jameson Graef Rollins [Tue, 3 Mar 2009 21:26:50 +0000 (16:26 -0500)]
Merge commit 'dkg/master'

15 years agoMerge commit 'jrollins/master'
Daniel Kahn Gillmor [Tue, 3 Mar 2009 21:25:56 +0000 (16:25 -0500)]
Merge commit 'jrollins/master'

15 years agoupdate dependencies in web site.
Jameson Graef Rollins [Tue, 3 Mar 2009 21:22:50 +0000 (16:22 -0500)]
update dependencies in web site.

15 years agoallowed for exceptions in licensing so if there is individual content that needs...
Daniel Kahn Gillmor [Tue, 3 Mar 2009 20:56:41 +0000 (15:56 -0500)]
allowed for exceptions in licensing so if there is individual content that needs a specific other license, we can do so.

15 years agorefer to web.monkeysphere.info as "web site" instead of "wiki" to distinguish it...
Daniel Kahn Gillmor [Tue, 3 Mar 2009 20:54:59 +0000 (15:54 -0500)]
refer to web.monkeysphere.info as "web site" instead of "wiki" to distinguish it from our more general public-access wiki/ticket tracking on labs.riseup.

15 years agoclarified content/licensing on main page of web site.
Daniel Kahn Gillmor [Tue, 3 Mar 2009 20:48:35 +0000 (15:48 -0500)]
clarified content/licensing on main page of web site.

15 years agotrying markdown in the meta tags.
Daniel Kahn Gillmor [Tue, 3 Mar 2009 20:46:53 +0000 (15:46 -0500)]
trying markdown in the meta tags.

15 years agotest adding license and copyright info to the main page on the wiki via meta tags.
Daniel Kahn Gillmor [Tue, 3 Mar 2009 20:38:39 +0000 (15:38 -0500)]
test adding license and copyright info to the main page on the wiki via meta tags.

15 years agoput explicit licensing information in the website CSS after discussion with other...
Daniel Kahn Gillmor [Tue, 3 Mar 2009 20:14:12 +0000 (15:14 -0500)]
put explicit licensing information in the website CSS after discussion with other authors.

15 years agofix to logging to prefix all log output with log prefix, and allow changing of log...
Jameson Graef Rollins [Tue, 3 Mar 2009 16:56:00 +0000 (11:56 -0500)]
fix to logging to prefix all log output with log prefix, and allow changing of log prefix.

15 years agoquieted down m-a add_certifier: there is no reason why the admin should be shown...
Daniel Kahn Gillmor [Tue, 3 Mar 2009 06:15:50 +0000 (01:15 -0500)]
quieted down m-a add_certifier: there is no reason why the admin should be shown gpg noise.

15 years agotransitions/0.23: when backing up old gnupg-{host,authentication}, timestamp backups...
Daniel Kahn Gillmor [Tue, 3 Mar 2009 05:13:11 +0000 (00:13 -0500)]
transitions/0.23: when backing up old gnupg-{host,authentication}, timestamp backups so that they are relatively unique: this makes collisions less likely if the script gets run twice (failing the first time), and helps record the history of the cleanup as well

15 years agoclearer error reporting for transition scripts in postinst.
Daniel Kahn Gillmor [Mon, 2 Mar 2009 22:49:53 +0000 (17:49 -0500)]
clearer error reporting for transition scripts in postinst.

15 years agoquieting down the transition script (and m-a setup).
Daniel Kahn Gillmor [Mon, 2 Mar 2009 22:42:33 +0000 (17:42 -0500)]
quieting down the transition script (and m-a setup).

15 years agoupdate man page for subkey-to-ssh-agent, to add info about MONKEYSPHERE_SUBKEYS_FOR_AGENT
Jameson Graef Rollins [Mon, 2 Mar 2009 20:41:08 +0000 (15:41 -0500)]
update man page for subkey-to-ssh-agent, to add info about MONKEYSPHERE_SUBKEYS_FOR_AGENT

15 years agoMerge commit 'dkg/master'
Jameson Graef Rollins [Mon, 2 Mar 2009 20:35:59 +0000 (15:35 -0500)]
Merge commit 'dkg/master'

15 years agoadded ability to specify subkeys to add to agent with MONKEYSPHERE_SUBKEYS_FOR_AGENT...
Jameson Graef Rollins [Mon, 2 Mar 2009 20:35:06 +0000 (15:35 -0500)]
added ability to specify subkeys to add to agent with MONKEYSPHERE_SUBKEYS_FOR_AGENT variable.

15 years agoMerge commit 'jrollins/master'
Daniel Kahn Gillmor [Mon, 2 Mar 2009 19:39:21 +0000 (14:39 -0500)]
Merge commit 'jrollins/master'

15 years agoMerge commit 'dkg/master'
Jameson Graef Rollins [Mon, 2 Mar 2009 19:27:00 +0000 (14:27 -0500)]
Merge commit 'dkg/master'

15 years agodon't reference tests for key publication in m-h diagnostics man entry.
Jameson Graef Rollins [Mon, 2 Mar 2009 19:26:43 +0000 (14:26 -0500)]
don't reference tests for key publication in m-h diagnostics man entry.

15 years agoadded a prerm script to explicitly fail if someone attempts to downgrade to anything...
Daniel Kahn Gillmor [Mon, 2 Mar 2009 19:17:35 +0000 (14:17 -0500)]
added a prerm script to explicitly fail if someone attempts to downgrade to anything before 0.23

15 years agomore man page tweaking.
Daniel Kahn Gillmor [Mon, 2 Mar 2009 18:47:08 +0000 (13:47 -0500)]
more man page tweaking.

15 years agoMerge commit 'dkg/master'
Jameson Graef Rollins [Mon, 2 Mar 2009 18:22:48 +0000 (13:22 -0500)]
Merge commit 'dkg/master'

15 years agoexpanded/clarified setup examples
Jameson Graef Rollins [Mon, 2 Mar 2009 18:21:22 +0000 (13:21 -0500)]
expanded/clarified setup examples

15 years agousage review/tweaks for m-a and m-h
Daniel Kahn Gillmor [Mon, 2 Mar 2009 18:02:35 +0000 (13:02 -0500)]
usage review/tweaks for m-a and m-h

15 years agofix remove_monkeysphere_line function to properly handle empty files.
Jameson Graef Rollins [Mon, 2 Mar 2009 17:45:48 +0000 (12:45 -0500)]
fix remove_monkeysphere_line function to properly handle empty files.

15 years agovery small tweaks to usages.
Jameson Graef Rollins [Mon, 2 Mar 2009 17:42:48 +0000 (12:42 -0500)]
very small tweaks to usages.

15 years agoget rid of FILE_OWNER variable, in favor of just using $(whoami) when
Jameson Graef Rollins [Mon, 2 Mar 2009 17:40:28 +0000 (12:40 -0500)]
get rid of FILE_OWNER variable, in favor of just using $(whoami) when
running check_key_file_permissions in update_known_hosts,
update_authorized_keys, and process_authorized_user_ids.  this is
fine, since the policy is just that a user is always updating their
own files.  closes monkeysphere bug #630.

15 years agosmall formatting change to man pages, for consistency.
Jameson Graef Rollins [Mon, 2 Mar 2009 04:20:53 +0000 (23:20 -0500)]
small formatting change to man pages, for consistency.

15 years agocaught a couple more hyphen/minus clarifications.
Daniel Kahn Gillmor [Mon, 2 Mar 2009 03:45:05 +0000 (22:45 -0500)]
caught a couple more hyphen/minus clarifications.

15 years agomore manpage cleanup.
Daniel Kahn Gillmor [Mon, 2 Mar 2009 03:41:33 +0000 (22:41 -0500)]
more manpage cleanup.

15 years agosyntactic cleanup of keytrans-related man pages.
Daniel Kahn Gillmor [Mon, 2 Mar 2009 03:23:40 +0000 (22:23 -0500)]
syntactic cleanup of keytrans-related man pages.

15 years agosyntactic cleanup on monkeysphere.1 (thanks, lintian -I)
Daniel Kahn Gillmor [Mon, 2 Mar 2009 03:17:45 +0000 (22:17 -0500)]
syntactic cleanup on monkeysphere.1 (thanks, lintian -I)

15 years agopoint explicitly to GPL v3 in debian/copyright (satisfies lintian --pedantic)
Daniel Kahn Gillmor [Mon, 2 Mar 2009 03:12:49 +0000 (22:12 -0500)]
point explicitly to GPL v3 in debian/copyright (satisfies lintian --pedantic)

15 years agomoved set -e from the shebang line to an explicit setting in maintainer scripts to...
Daniel Kahn Gillmor [Mon, 2 Mar 2009 03:11:58 +0000 (22:11 -0500)]
moved set -e from the shebang line to an explicit setting in maintainer scripts to pacify lintian --pedantic.

15 years agoinclude bug number for fixing transition script issues.
Daniel Kahn Gillmor [Mon, 2 Mar 2009 01:33:16 +0000 (20:33 -0500)]
include bug number for fixing transition script issues.

15 years agoproposed fix for issue 630; since m-a u operates on a saved copy of the users authori...
Daniel Kahn Gillmor [Mon, 2 Mar 2009 00:56:41 +0000 (19:56 -0500)]
proposed fix for issue 630; since m-a u operates on a saved copy of the users authorized_user_ids file, we should only check filesystem permissions against the monkeysphere user, not the target user.