Jameson Graef Rollins [Sat, 11 Jul 2009 20:06:27 +0000 (16:06 -0400)]
update changelog from previous commit
Jameson Graef Rollins [Sat, 11 Jul 2009 20:00:22 +0000 (16:00 -0400)]
explicitly set MONKEYSPHERE_GROUP
The monkeysphere group is now determined from the system "groups"
command, and then MONKEYSPHERE_GROUP is explicitly set from this, and
then used when setting group ownership.
Daniel Kahn Gillmor [Tue, 7 Jul 2009 00:55:12 +0000 (20:55 -0400)]
describe authorized_user_ids more clearly in man pages.
Jameson Graef Rollins [Tue, 30 Jun 2009 19:11:57 +0000 (15:11 -0400)]
some small improvements to test/basic, including checking for sshd
Jameson Graef Rollins [Tue, 30 Jun 2009 02:38:39 +0000 (22:38 -0400)]
fix frankly bizarre accidental change from last commit.
Jameson Graef Rollins [Mon, 29 Jun 2009 15:29:52 +0000 (11:29 -0400)]
resolve symlinks when checking path permissions
Thanks to Silvio Rhatto for the patch. This should close MS bug #917
Daniel Kahn Gillmor [Tue, 9 Jun 2009 17:22:41 +0000 (13:22 -0400)]
added comments to keytrans
Daniel Kahn Gillmor [Mon, 25 May 2009 19:02:58 +0000 (15:02 -0400)]
break out signature timestamp from key timestamp, allow them to be set independently.
Daniel Kahn Gillmor [Thu, 21 May 2009 17:06:18 +0000 (13:06 -0400)]
properly match fingerprints with leading 0 bytes (https://labs.riseup.net/code/issues/show/831)
Daniel Kahn Gillmor [Tue, 12 May 2009 04:42:37 +0000 (00:42 -0400)]
pem2openpgp now makes signatures over SHA256 instead of SHA1, due to concerns about the growing weakness of SHA1.
Jameson Graef Rollins [Thu, 30 Apr 2009 22:45:59 +0000 (15:45 -0700)]
Merge commit 'dkg/master'
Jameson Graef Rollins [Thu, 30 Apr 2009 22:42:16 +0000 (15:42 -0700)]
Add sshfpr subcommand to monkeysphere
This is a very simple subcommand that outputs the ssh fingerprint of a
key in your gpg keyring, by keyid.
Micah Anderson [Tue, 21 Apr 2009 15:09:35 +0000 (11:09 -0400)]
updated packages on george
Daniel Kahn Gillmor [Mon, 13 Apr 2009 02:39:56 +0000 (22:39 -0400)]
george upgrade and key extension
Daniel Kahn Gillmor [Mon, 13 Apr 2009 02:33:04 +0000 (22:33 -0400)]
update download web page to describe debian-derived systems
Daniel Kahn Gillmor [Fri, 10 Apr 2009 17:36:47 +0000 (13:36 -0400)]
added links to further reading.
Daniel Kahn Gillmor [Tue, 7 Apr 2009 06:43:38 +0000 (02:43 -0400)]
Merge commit 'jrollins/master'
Daniel Kahn Gillmor [Tue, 7 Apr 2009 06:41:01 +0000 (02:41 -0400)]
additional notes to release manager about keeping track of non-debian ports.
Jameson Graef Rollins [Tue, 7 Apr 2009 06:31:09 +0000 (23:31 -0700)]
make test prompt for shell on failure enbabled by default, and turned off with env variable MONKEYSPHERE_TEST_NO_EXAMINE
Jameson Graef Rollins [Tue, 7 Apr 2009 05:53:04 +0000 (22:53 -0700)]
add else failure to list_users function
Jameson Graef Rollins [Tue, 7 Apr 2009 05:40:08 +0000 (22:40 -0700)]
Add two new compatibility functions:
- list_user to list all users on the system
- get_homedir to return the path to a users home directory
These functions should provide compatibility on linux, FreeBSD and
Darwin systems.
Jameson Graef Rollins [Tue, 7 Apr 2009 05:22:53 +0000 (22:22 -0700)]
update debian packaging Standards-Version to 3.8.1
Jameson Graef Rollins [Tue, 7 Apr 2009 05:06:29 +0000 (22:06 -0700)]
revert macports back to state for 0.24, until 0.25 is actually released
Jameson Graef Rollins [Tue, 7 Apr 2009 05:04:32 +0000 (22:04 -0700)]
add macports portfile update target to makefile
Jameson Graef Rollins [Tue, 7 Apr 2009 04:59:59 +0000 (21:59 -0700)]
add new util script to update the macports Portfile
Jameson Graef Rollins [Tue, 7 Apr 2009 04:36:31 +0000 (21:36 -0700)]
macports: remove socat from the run depends, since it's not actually a run dependency.
Jameson Graef Rollins [Tue, 7 Apr 2009 04:13:00 +0000 (21:13 -0700)]
macports: improve perl shebang line modification for keytrans
Jameson Graef Rollins [Tue, 7 Apr 2009 02:53:56 +0000 (19:53 -0700)]
macports: add a hook to replace the keytrans shebang line with one that use /usr/bin/env. this removes the -T taint checking option, so we need to make sure this is ok, but this is the only way to get keytrans to work with the correct macports version of perl
Jameson Graef Rollins [Tue, 7 Apr 2009 02:52:34 +0000 (19:52 -0700)]
remove -w from keytrans shebang line, since it's redundant with 'use warnings'
Daniel Kahn Gillmor [Tue, 7 Apr 2009 02:32:56 +0000 (22:32 -0400)]
replacing head -c with dd (for portability reasons, see #673)
Daniel Kahn Gillmor [Tue, 7 Apr 2009 01:09:12 +0000 (21:09 -0400)]
more portable perl-based simple_checksum; i think this is correct, but i welcome any pointers about what i might be getting wrong.
Daniel Kahn Gillmor [Tue, 7 Apr 2009 01:04:31 +0000 (21:04 -0400)]
actually check for md5 in the path within file_hash()
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).
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.
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
Jameson Graef Rollins [Mon, 6 Apr 2009 02:41:13 +0000 (19:41 -0700)]
fix typo in check_key_file_permissions function
Jameson Graef Rollins [Mon, 6 Apr 2009 02:40:33 +0000 (19:40 -0700)]
macports: fix perl dependencies, and add socat dependency
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
Jameson Graef Rollins [Mon, 6 Apr 2009 00:59:08 +0000 (17:59 -0700)]
use /usr/bin/env to call perl in keytrans shebang.
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.
Jameson Graef Rollins [Sun, 5 Apr 2009 18:37:07 +0000 (11:37 -0700)]
macports: better way to swap SYSDATADIR
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
Jameson Graef Rollins [Sun, 5 Apr 2009 06:08:06 +0000 (23:08 -0700)]
add proxycommand --no-connect option to monkeysphere usage
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.
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.
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>
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>
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>
Daniel Kahn Gillmor [Tue, 24 Mar 2009 19:25:42 +0000 (15:25 -0400)]
fix typo in monkeysphere-host.8 (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)
Daniel Kahn Gillmor [Mon, 23 Mar 2009 21:03:18 +0000 (17:03 -0400)]
improving usage and man page for monkeysphere ssh-proxycommand.
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.
Daniel Kahn Gillmor [Mon, 23 Mar 2009 20:52:53 +0000 (16:52 -0400)]
updating debian/changelog
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.
Jameson Graef Rollins [Mon, 23 Mar 2009 00:11:56 +0000 (20:11 -0400)]
Merge commit 'web/master'
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.
Micah Anderson [Mon, 23 Mar 2009 00:01:07 +0000 (20:01 -0400)]
add a news entry about the backports.org availability
Micah Anderson [Sun, 22 Mar 2009 23:57:35 +0000 (19:57 -0400)]
Merge commit 'jrollins/master'
Conflicts:
website/download.mdwn
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
Jameson Graef Rollins [Sun, 22 Mar 2009 05:40:30 +0000 (01:40 -0400)]
Start of macport packaging.
Daniel Kahn Gillmor [Wed, 18 Mar 2009 18:31:43 +0000 (14:31 -0400)]
remove some extraneous invocations of cat.
Jameson Graef Rollins [Wed, 18 Mar 2009 17:11:01 +0000 (13:11 -0400)]
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.
Jameson Graef Rollins [Wed, 18 Mar 2009 16:35:55 +0000 (12:35 -0400)]
small web tweak.
Jameson Graef Rollins [Wed, 18 Mar 2009 16:30:24 +0000 (12:30 -0400)]
Merge commit 'micah/master'
Conflicts:
website/download.mdwn
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.
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.
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
Jameson Graef Rollins [Thu, 12 Mar 2009 16:45:09 +0000 (12:45 -0400)]
fix small typo in monkeysphere.conf
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
Daniel Kahn Gillmor [Tue, 10 Mar 2009 21:42:57 +0000 (17:42 -0400)]
include changelog entry about mktemp portability update.
Daniel Kahn Gillmor [Tue, 10 Mar 2009 21:40:07 +0000 (17:40 -0400)]
Merge commit 'jrollins/master'
Daniel Kahn Gillmor [Tue, 10 Mar 2009 21:38:57 +0000 (17:38 -0400)]
Added news announcement of FreeBSD port.
Daniel Kahn Gillmor [Tue, 10 Mar 2009 21:38:29 +0000 (17:38 -0400)]
updated web site to reflect new status in FreeBSD ports.
Jameson Graef Rollins [Tue, 10 Mar 2009 15:43:03 +0000 (11:43 -0400)]
Merge commit 'dkg/master'
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
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.
Daniel Kahn Gillmor [Tue, 10 Mar 2009 06:07:15 +0000 (02:07 -0400)]
FreeBSD porting: trying to make sure package cleanup goes smoothly.
Daniel Kahn Gillmor [Tue, 10 Mar 2009 06:06:25 +0000 (02:06 -0400)]
cleaning up a lingering non-portable mktemp invocation.
Daniel Kahn Gillmor [Tue, 10 Mar 2009 05:18:16 +0000 (01:18 -0400)]
FreeBSD packaging: use tabs for variable declarations in Makefile
Daniel Kahn Gillmor [Tue, 10 Mar 2009 05:08:59 +0000 (01:08 -0400)]
FreeBSD: clean up some portlint warnings.
Daniel Kahn Gillmor [Tue, 10 Mar 2009 04:44:29 +0000 (00:44 -0400)]
FreeBSD porting: do one more path translation.
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
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.
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.
Daniel Kahn Gillmor [Tue, 10 Mar 2009 02:02:17 +0000 (22:02 -0400)]
updating FreeBSD port for 0.24
Jameson Graef Rollins [Sat, 7 Mar 2009 19:11:14 +0000 (14:11 -0500)]
make the tab SCREENSHOTS (plural).
Jameson Graef Rollins [Sat, 7 Mar 2009 19:10:01 +0000 (14:10 -0500)]
dumb mistake to screenshot tab.
Jameson Graef Rollins [Sat, 7 Mar 2009 19:08:24 +0000 (14:08 -0500)]
add screenshot tab to website.
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.
Daniel Kahn Gillmor [Wed, 4 Mar 2009 03:05:09 +0000 (22:05 -0500)]
prepare release notes for 0.24
Daniel Kahn Gillmor [Wed, 4 Mar 2009 02:56:17 +0000 (21:56 -0500)]
prepare for 0.24 release
Jameson Graef Rollins [Wed, 4 Mar 2009 00:40:35 +0000 (19:40 -0500)]
add cron to Recommends
Jameson Graef Rollins [Tue, 3 Mar 2009 21:38:05 +0000 (16:38 -0500)]
Merge commit 'dkg/master'
Daniel Kahn Gillmor [Tue, 3 Mar 2009 21:31:48 +0000 (16:31 -0500)]
updated Perl dependency links to point to CPAN
Jameson Graef Rollins [Tue, 3 Mar 2009 21:26:50 +0000 (16:26 -0500)]
Merge commit 'dkg/master'
Daniel Kahn Gillmor [Tue, 3 Mar 2009 21:25:56 +0000 (16:25 -0500)]
Merge commit 'jrollins/master'
Jameson Graef Rollins [Tue, 3 Mar 2009 21:22:50 +0000 (16:22 -0500)]
update dependencies in web site.
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.
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.