monkeysphere.git
15 years agopackaging preparations for 0.16-1 release. monkeysphere_0.16-1
Daniel Kahn Gillmor [Sun, 26 Oct 2008 07:07:57 +0000 (03:07 -0400)]
packaging preparations for 0.16-1 release.

15 years agotesting: A bit more fine-tuning, so that the test suite should successfully complete...
Daniel Kahn Gillmor [Sun, 26 Oct 2008 07:02:11 +0000 (03:02 -0400)]
testing: A bit more fine-tuning, so that the test suite should successfully complete without any user interaction.

15 years agotesting: setting up the fake testuser account with an authorized_user_id.
Daniel Kahn Gillmor [Sun, 26 Oct 2008 06:56:03 +0000 (02:56 -0400)]
testing: setting up the fake testuser account with an authorized_user_id.

15 years agotesting: change order of operations to make sure that authentication subkey is availa...
Daniel Kahn Gillmor [Sun, 26 Oct 2008 06:40:29 +0000 (02:40 -0400)]
testing: change order of operations to make sure that authentication subkey is available during authorized_keys update.

15 years agotesting: setting up the authorized_keys for testuser.
Daniel Kahn Gillmor [Sun, 26 Oct 2008 06:37:18 +0000 (02:37 -0400)]
testing: setting up the authorized_keys for testuser.

15 years agotesting: fixing some bash escaping, adding in one last FIXME
Daniel Kahn Gillmor [Sun, 26 Oct 2008 06:28:45 +0000 (02:28 -0400)]
testing: fixing some bash escaping, adding in one last FIXME

15 years agotesting: added a passphrase (abc123) for the testuser private key; supplied a phony...
Daniel Kahn Gillmor [Sun, 26 Oct 2008 06:24:01 +0000 (02:24 -0400)]
testing: added a passphrase (abc123) for the testuser private key; supplied a phony SSH_ASKPASS to provide the password when needed.

15 years agotesting: moved the LogLevel debugging for ssh into config files, added an ssh-agent...
Daniel Kahn Gillmor [Sun, 26 Oct 2008 05:59:55 +0000 (01:59 -0400)]
testing: moved the LogLevel debugging for ssh into config files, added an ssh-agent to the final ssh invocation.

15 years agotesting: move ProxyCommand into a simple shell script to ease invocation (shell logic...
Daniel Kahn Gillmor [Sun, 26 Oct 2008 05:51:13 +0000 (01:51 -0400)]
testing: move ProxyCommand into a simple shell script to ease invocation (shell logical operators do not work directly in ProxyCommand argument).

15 years agotesting switching back to SSHD_PID, since the jobspec does not seem to work through...
Daniel Kahn Gillmor [Sun, 26 Oct 2008 05:23:21 +0000 (01:23 -0400)]
testing switching back to SSHD_PID, since the jobspec does not seem to work through a trap.

15 years agotesting: only try to kill backgrounded sshd if process exists.
Daniel Kahn Gillmor [Sun, 26 Oct 2008 05:14:49 +0000 (01:14 -0400)]
testing: only try to kill backgrounded sshd if process exists.

15 years agotesting: using jobspec instead of SSHD_PID
Daniel Kahn Gillmor [Sun, 26 Oct 2008 05:12:05 +0000 (01:12 -0400)]
testing: using jobspec instead of SSHD_PID

15 years agotesting: fix ssh_config var UserKnownHosts to UserKnownHostsFile.
Daniel Kahn Gillmor [Sun, 26 Oct 2008 05:07:41 +0000 (01:07 -0400)]
testing: fix ssh_config var UserKnownHosts to UserKnownHostsFile.

15 years agotesting: adding temporary monkeysphere config and ssh config.
Daniel Kahn Gillmor [Sun, 26 Oct 2008 04:58:33 +0000 (00:58 -0400)]
testing: adding temporary monkeysphere config and ssh config.

15 years agotesting: make final ssh command more verbose; supplying a default empty password...
Daniel Kahn Gillmor [Sun, 26 Oct 2008 04:42:35 +0000 (00:42 -0400)]
testing: make final ssh command more verbose; supplying a default empty password for gen-subkey.

15 years agotesting: transfer permissions of home directories for testuser and admin.
Daniel Kahn Gillmor [Sun, 26 Oct 2008 04:32:00 +0000 (00:32 -0400)]
testing: transfer permissions of home directories for testuser and admin.

15 years agorepaired admin keyring
Daniel Kahn Gillmor [Sat, 25 Oct 2008 23:46:17 +0000 (19:46 -0400)]
repaired admin keyring

15 years agoMerge commit 'jrollins/master'
Daniel Kahn Gillmor [Sat, 25 Oct 2008 23:32:28 +0000 (19:32 -0400)]
Merge commit 'jrollins/master'

15 years agofreebsd port: changes from anarcat
Daniel Kahn Gillmor [Sat, 25 Oct 2008 23:28:19 +0000 (19:28 -0400)]
freebsd port: changes from anarcat

15 years agomore test suite fixes.
Jameson Graef Rollins [Sat, 25 Oct 2008 22:48:32 +0000 (18:48 -0400)]
more test suite fixes.

15 years agomore work on test suite.
Jameson Graef Rollins [Sat, 25 Oct 2008 22:16:38 +0000 (18:16 -0400)]
more work on test suite.

15 years agoMerge commit 'jrollins/master'
Daniel Kahn Gillmor [Sat, 25 Oct 2008 21:39:01 +0000 (17:39 -0400)]
Merge commit 'jrollins/master'

15 years agotests: do not use privilege separation with sshd.
Daniel Kahn Gillmor [Sat, 25 Oct 2008 21:38:46 +0000 (17:38 -0400)]
tests: do not use privilege separation with sshd.

15 years agomore work on test suite.
Jameson Graef Rollins [Sat, 25 Oct 2008 21:33:27 +0000 (17:33 -0400)]
more work on test suite.

15 years agotesting: admin has signed key of testuser; testuser has lsigned key of admin, and...
Daniel Kahn Gillmor [Sat, 25 Oct 2008 20:18:32 +0000 (16:18 -0400)]
testing: admin has signed key of testuser; testuser has lsigned key of admin, and granted full ownertrust to admin.

15 years agomore tweaks to test script.
Jameson Graef Rollins [Sat, 25 Oct 2008 19:50:59 +0000 (15:50 -0400)]
more tweaks to test script.

15 years agofix path to sshd_config in test script
Jameson Graef Rollins [Sat, 25 Oct 2008 19:04:19 +0000 (15:04 -0400)]
fix path to sshd_config in test script

15 years agoMerge commit 'dkg/master'
Jameson Graef Rollins [Sat, 25 Oct 2008 19:02:54 +0000 (15:02 -0400)]
Merge commit 'dkg/master'

Conflicts:

tests/basic

15 years agomore changes to test suite, and add admin/testuser gpg.conf files to
Jameson Graef Rollins [Sat, 25 Oct 2008 18:58:36 +0000 (14:58 -0400)]
more changes to test suite, and add admin/testuser gpg.conf files to
use quick-random option

15 years agoMerge commit 'jrollins/master'
Daniel Kahn Gillmor [Sat, 25 Oct 2008 18:17:50 +0000 (14:17 -0400)]
Merge commit 'jrollins/master'

15 years agotest now has better sshd configuration.
Daniel Kahn Gillmor [Sat, 25 Oct 2008 18:17:34 +0000 (14:17 -0400)]
test now has better sshd configuration.

15 years agoadd check to su_monkeysphere_user to not use su if the user is the
Jameson Graef Rollins [Sat, 25 Oct 2008 17:33:09 +0000 (13:33 -0400)]
add check to su_monkeysphere_user to not use su if the user is the
monkeysphere user.

15 years agoswitch default keyservers to be pool.sks-keyservers.net, since that pool seems to...
Daniel Kahn Gillmor [Sat, 25 Oct 2008 04:16:34 +0000 (00:16 -0400)]
switch default keyservers to be pool.sks-keyservers.net, since that pool seems to be well-monitored and updated.

15 years agoadd a socat-based sshd invocation to the basic test suite.
Daniel Kahn Gillmor [Sat, 25 Oct 2008 04:09:05 +0000 (00:09 -0400)]
add a socat-based sshd invocation to the basic test suite.

15 years agoadd another FIXME for m-s d
Daniel Kahn Gillmor [Sat, 25 Oct 2008 04:08:53 +0000 (00:08 -0400)]
add another FIXME for m-s d

15 years agoMore work on test suite.
Jameson Graef Rollins [Tue, 14 Oct 2008 00:22:47 +0000 (20:22 -0400)]
More work on test suite.

15 years agosome work on the test script.
Jameson Graef Rollins [Sun, 12 Oct 2008 16:18:11 +0000 (12:18 -0400)]
some work on the test script.

15 years agoMerge commit 'dkg/master'
Jameson Graef Rollins [Sat, 11 Oct 2008 21:19:50 +0000 (17:19 -0400)]
Merge commit 'dkg/master'

15 years agoadded fake admin key (ID 7005D3BE) for test suite.
Daniel Kahn Gillmor [Sat, 11 Oct 2008 21:16:08 +0000 (17:16 -0400)]
added fake admin key (ID 7005D3BE) for test suite.

15 years agoclose two bugs based on the work today.
Jameson Graef Rollins [Sat, 11 Oct 2008 20:59:48 +0000 (16:59 -0400)]
close two bugs based on the work today.

15 years agoworking on improving log output
Jameson Graef Rollins [Sat, 11 Oct 2008 20:42:54 +0000 (16:42 -0400)]
working on improving log output

15 years agofix the *inst scripts to properly handle linking in the gpg.conf files.
Jameson Graef Rollins [Sat, 11 Oct 2008 19:56:18 +0000 (15:56 -0400)]
fix the *inst scripts to properly handle linking in the gpg.conf files.

15 years agoAdd debian preinst script to move old gpg.conf files out of the way.
Jameson Graef Rollins [Sat, 11 Oct 2008 18:55:26 +0000 (14:55 -0400)]
Add debian preinst script to move old gpg.conf files out of the way.

15 years agoGeneralize filesystem location variables (closes http://web.monkeysphere.info/bugs...
Jameson Graef Rollins [Sat, 11 Oct 2008 18:15:17 +0000 (14:15 -0400)]
Generalize filesystem location variables (closes web.monkeysphere.info/bugs/genericize-filesystem-locations-for-testsuite/).
Add comments to gpg.conf files.

15 years agoMerge commit 'dkg/master'
Jameson Graef Rollins [Sat, 11 Oct 2008 17:50:21 +0000 (13:50 -0400)]
Merge commit 'dkg/master'

15 years agosome preparatory changes in preparation for a test suite: not tested!
Daniel Kahn Gillmor [Sat, 11 Oct 2008 17:35:30 +0000 (13:35 -0400)]
some preparatory changes in preparation for a test suite: not tested!

15 years agoreported bug about seahorse to debian at: http://bugs.debian.org/501085
Daniel Kahn Gillmor [Sat, 4 Oct 2008 00:46:46 +0000 (20:46 -0400)]
reported bug about seahorse to debian at: bugs.debian.org/501085

15 years agoMerge commit 'jamie/master'
Jameson Graef Rollins [Wed, 17 Sep 2008 00:42:49 +0000 (17:42 -0700)]
Merge commit 'jamie/master'

15 years agoMerge commit 'jamie/master'
Daniel Kahn Gillmor [Tue, 16 Sep 2008 19:32:31 +0000 (15:32 -0400)]
Merge commit 'jamie/master'

15 years agoadding directions on how to build a deb package from the source.
Jamie McClelland [Tue, 16 Sep 2008 15:02:15 +0000 (11:02 -0400)]
adding directions on how to build a deb package from the source.

15 years agoMerge commit 'dkg/master'
Jamie McClelland [Tue, 16 Sep 2008 14:01:58 +0000 (10:01 -0400)]
Merge commit 'dkg/master'

15 years agoStart changes to move gpg.conf files into /etc/monkeysphere.
Jameson Graef Rollins [Mon, 15 Sep 2008 18:36:27 +0000 (11:36 -0700)]
Start changes to move gpg.conf files into /etc/monkeysphere.

15 years agodocumenting trouble with two keyring arrangement.
Daniel Kahn Gillmor [Mon, 15 Sep 2008 01:41:18 +0000 (21:41 -0400)]
documenting trouble with two keyring arrangement.

15 years agoadding initial testsuite (totally unfinished!), bug report about genericizing filesys...
Daniel Kahn Gillmor [Mon, 15 Sep 2008 01:30:26 +0000 (21:30 -0400)]
adding initial testsuite (totally unfinished!), bug report about genericizing filesystem locations.

15 years agofixing titles in my recent bugs.
Daniel Kahn Gillmor [Mon, 15 Sep 2008 01:04:45 +0000 (21:04 -0400)]
fixing titles in my recent bugs.

15 years agodocumenting problems with the tarball generation process.
Daniel Kahn Gillmor [Mon, 15 Sep 2008 00:50:00 +0000 (20:50 -0400)]
documenting problems with the tarball generation process.

15 years agoforcing monkeysphere shell to bash for FreeBSD.
Daniel Kahn Gillmor [Sun, 14 Sep 2008 23:50:18 +0000 (19:50 -0400)]
forcing monkeysphere shell to bash for FreeBSD.

15 years agoThe monkeysphere system user must have bash as its shell for the simple su invocation...
Daniel Kahn Gillmor [Sun, 14 Sep 2008 23:43:57 +0000 (19:43 -0400)]
The monkeysphere system user must have bash as its shell for the simple su invocation to work.  Do not try to explicitly preserve the environment across an su, as this is the default, and -m implies using the login shell of the superuser under FreeBSD.

15 years agoadded note about posting cssh bug.
Jamie McClelland [Sun, 14 Sep 2008 21:58:47 +0000 (17:58 -0400)]
added note about posting cssh bug.

15 years agoadding another FIXME of things worth adding to monkeysphere-server diagnostics.
Daniel Kahn Gillmor [Sun, 14 Sep 2008 21:51:13 +0000 (17:51 -0400)]
adding another FIXME of things worth adding to monkeysphere-server diagnostics.

15 years agoMerge commit 'jamie/master'
Daniel Kahn Gillmor [Sun, 14 Sep 2008 21:48:56 +0000 (17:48 -0400)]
Merge commit 'jamie/master'

15 years agoallow monkeysphere-server c+ to read from the filesystem. Fix mistaken use of $TMPDI...
Daniel Kahn Gillmor [Sun, 14 Sep 2008 21:24:47 +0000 (17:24 -0400)]
allow monkeysphere-server c+ to read from the filesystem.  Fix mistaken use of $TMPDIR, which was causing weird recursion problems with portable invocations of mktemp.

15 years agotouch up monkeysphere-server(8), include suggestion of allowing certifier identities...
Daniel Kahn Gillmor [Sun, 14 Sep 2008 21:21:16 +0000 (17:21 -0400)]
touch up monkeysphere-server(8), include suggestion of allowing certifier identities from a file.

15 years agoclosing cssh bug.
Jamie McClelland [Sun, 14 Sep 2008 20:20:51 +0000 (16:20 -0400)]
closing cssh bug.

15 years agofixing bugs in monkeysphere-server diagnostics.
Daniel Kahn Gillmor [Sat, 13 Sep 2008 20:12:25 +0000 (16:12 -0400)]
fixing bugs in monkeysphere-server diagnostics.

15 years agoinvoking monkeysphere-server diagnostics at the end of the FreeBSD package installation.
Daniel Kahn Gillmor [Sat, 13 Sep 2008 20:11:36 +0000 (16:11 -0400)]
invoking monkeysphere-server diagnostics at the end of the FreeBSD package installation.

15 years agocounting problems in monkeysphere-server diagnostics
Daniel Kahn Gillmor [Sat, 13 Sep 2008 19:34:44 +0000 (15:34 -0400)]
counting problems in monkeysphere-server diagnostics

15 years agoadded proposal for monkeysphere-server setup subcommand.
Daniel Kahn Gillmor [Sat, 13 Sep 2008 19:14:15 +0000 (15:14 -0400)]
added proposal for monkeysphere-server setup subcommand.

15 years agoadding new bug about clobbering system-specific gpg.conf files, with two different...
Daniel Kahn Gillmor [Sat, 13 Sep 2008 18:35:32 +0000 (14:35 -0400)]
adding new bug about clobbering system-specific gpg.conf files, with two different proposed solutions.

15 years agoreplace stat with ls (sigh) and make su more portable.
Daniel Kahn Gillmor [Sat, 13 Sep 2008 17:26:39 +0000 (13:26 -0400)]
replace stat with ls (sigh) and make su more portable.

15 years agomake sure that the FreeBSD package is using GNU-style getopt calls.
Daniel Kahn Gillmor [Fri, 12 Sep 2008 23:20:24 +0000 (19:20 -0400)]
make sure that the FreeBSD package is using GNU-style getopt calls.

15 years agomake calls to hostname portable; more tweaks to FreeBSD packaging.
Daniel Kahn Gillmor [Fri, 12 Sep 2008 22:20:28 +0000 (18:20 -0400)]
make calls to hostname portable; more tweaks to FreeBSD packaging.

15 years agomore portability fixes: GNU date and BSD date prognosticate differently.
Daniel Kahn Gillmor [Fri, 12 Sep 2008 22:03:40 +0000 (18:03 -0400)]
more portability fixes: GNU date and BSD date prognosticate differently.

15 years agomore tweaks to freebsd packaging.
Daniel Kahn Gillmor [Fri, 12 Sep 2008 21:41:53 +0000 (17:41 -0400)]
more tweaks to freebsd packaging.

15 years agoensuring that FreeBSD uses /var/monkeysphere instead of /var/lib/monkeysphere
Daniel Kahn Gillmor [Fri, 12 Sep 2008 21:14:19 +0000 (17:14 -0400)]
ensuring that FreeBSD uses /var/monkeysphere instead of /var/lib/monkeysphere

15 years agostreamlined pkg-install and pkg-deinstall, based on mysql and postgresql ports
Daniel Kahn Gillmor [Fri, 12 Sep 2008 21:10:49 +0000 (17:10 -0400)]
streamlined pkg-install and pkg-deinstall, based on mysql and postgresql ports

15 years agoinitial attempts at user add scripts for FreeBSD packaging.
Daniel Kahn Gillmor [Fri, 12 Sep 2008 08:50:30 +0000 (04:50 -0400)]
initial attempts at user add scripts for FreeBSD packaging.

15 years agocleaning up copyright in postinst/preinst scripts
Daniel Kahn Gillmor [Fri, 12 Sep 2008 08:49:33 +0000 (04:49 -0400)]
cleaning up copyright in postinst/preinst scripts

15 years agopatching the upstream sources for the unusual location of etc in FreeBSD.
Daniel Kahn Gillmor [Fri, 12 Sep 2008 07:08:52 +0000 (03:08 -0400)]
patching the upstream sources for the unusual location of etc in FreeBSD.

15 years agofixing up FreeBSD port Makefile to handle post-install config file creation properly.
Daniel Kahn Gillmor [Fri, 12 Sep 2008 07:02:34 +0000 (03:02 -0400)]
fixing up FreeBSD port Makefile to handle post-install config file creation properly.

15 years agofixing another Makefile configfile installation goof.
Daniel Kahn Gillmor [Fri, 12 Sep 2008 06:49:11 +0000 (02:49 -0400)]
fixing another Makefile configfile installation goof.

15 years agofixing Makefile configfile installation goof.
Daniel Kahn Gillmor [Fri, 12 Sep 2008 06:45:40 +0000 (02:45 -0400)]
fixing Makefile configfile installation goof.

15 years agotweaking installations of config files so that FreeBSD ports do not clobber local...
Daniel Kahn Gillmor [Fri, 12 Sep 2008 06:40:42 +0000 (02:40 -0400)]
tweaking installations of config files so that FreeBSD ports do not clobber local sysadmin changes.

15 years agomaking invocations of mktemp portable (FreeBSD does not have a default value for...
Daniel Kahn Gillmor [Fri, 12 Sep 2008 06:19:28 +0000 (02:19 -0400)]
making invocations of mktemp portable (FreeBSD does not have a default value for the [template] arg

15 years agofirst pass at auto-created distinfo for FreeBSD packaging.
Daniel Kahn Gillmor [Fri, 12 Sep 2008 06:06:22 +0000 (02:06 -0400)]
first pass at auto-created distinfo for FreeBSD packaging.

15 years agoadding build-freebsd-distinfo to make updating ports simpler.
Daniel Kahn Gillmor [Fri, 12 Sep 2008 06:05:44 +0000 (02:05 -0400)]
adding build-freebsd-distinfo to make updating ports simpler.

15 years agofurther lockfile debugging.
Daniel Kahn Gillmor [Fri, 12 Sep 2008 05:46:15 +0000 (01:46 -0400)]
further lockfile debugging.

15 years agomore FreeBSD patches to adopt the ports-specific location of the shared files.
Daniel Kahn Gillmor [Fri, 12 Sep 2008 05:26:48 +0000 (01:26 -0400)]
more FreeBSD patches to adopt the ports-specific location of the shared files.

15 years agomore monkeying around with portable ways to install the manpages.
Daniel Kahn Gillmor [Fri, 12 Sep 2008 05:09:03 +0000 (01:09 -0400)]
more monkeying around with portable ways to install the manpages.

15 years agotagging changelog so it does not get accidentally released as 0.16 yet.
Daniel Kahn Gillmor [Fri, 12 Sep 2008 04:49:49 +0000 (00:49 -0400)]
tagging changelog so it does not get accidentally released as 0.16 yet.

15 years agomore packaging shennanigans (nc is available in FreeBSD-7-STABLE by default, apparently)
Daniel Kahn Gillmor [Fri, 12 Sep 2008 04:48:41 +0000 (00:48 -0400)]
more packaging shennanigans (nc is available in FreeBSD-7-STABLE by default, apparently)

15 years agoupdates to FreeBSD port framework
Daniel Kahn Gillmor [Fri, 12 Sep 2008 03:58:50 +0000 (23:58 -0400)]
updates to FreeBSD port framework

15 years agoadded initial FreeBSD packaging from anarcat (via svn from https://lethe.koumbit...
Daniel Kahn Gillmor [Fri, 12 Sep 2008 03:57:49 +0000 (23:57 -0400)]
added initial FreeBSD packaging from anarcat (via svn from https://lethe.koumbit.net/svn/koumbit/trunk/ports/security/monkeysphere)

15 years agofixing the shebang line for portability.
Daniel Kahn Gillmor [Fri, 12 Sep 2008 03:16:59 +0000 (23:16 -0400)]
fixing the shebang line for portability.

15 years agorenamed cssh bug -- we know these are all monkeysphere bugs, so they do not all need...
Daniel Kahn Gillmor [Wed, 10 Sep 2008 20:30:06 +0000 (16:30 -0400)]
renamed cssh bug -- we know these are all monkeysphere bugs, so they do not all need to start with "monkeysphere".

15 years agoadded comment about ConnectTimeout option for cssh
Daniel Kahn Gillmor [Wed, 10 Sep 2008 20:28:42 +0000 (16:28 -0400)]
added comment about ConnectTimeout option for cssh

15 years agotweaking debian/copyright
Daniel Kahn Gillmor [Tue, 9 Sep 2008 15:58:54 +0000 (11:58 -0400)]
tweaking debian/copyright

15 years agoadded bug about options for authorized_user_ids.
Daniel Kahn Gillmor [Mon, 8 Sep 2008 02:36:15 +0000 (22:36 -0400)]
added bug about options for authorized_user_ids.

15 years agocomment to HRHSJJ's cssh bug.
Jameson Graef Rollins [Sat, 6 Sep 2008 16:52:29 +0000 (09:52 -0700)]
comment to HRHSJJ's cssh bug.

15 years agoMerge commit 'jrollins/master'
Jamie McClelland [Sat, 6 Sep 2008 06:59:21 +0000 (02:59 -0400)]
Merge commit 'jrollins/master'