monkeysphere.git
15 years agotests/basic ensure that the directory is actually an absolute path, not a relative...
Daniel Kahn Gillmor [Wed, 4 Feb 2009 20:03:25 +0000 (15:03 -0500)]
tests/basic ensure that the directory is actually an absolute path, not a relative one.

15 years agotests: making the temporary directory be created in a new place. make sure the proxy...
Daniel Kahn Gillmor [Wed, 4 Feb 2009 19:11:42 +0000 (14:11 -0500)]
tests: making the temporary directory be created in a new place.  make sure the proxy command used in the test is the new subcommand.

15 years agoweb site: added news item about the planned changes for the pending release of the...
Daniel Kahn Gillmor [Wed, 4 Feb 2009 17:21:45 +0000 (12:21 -0500)]
web site: added news item about the planned changes for the pending release of the monkeysphere.

15 years agotests/keytrans: terminate reasonably on success.
Daniel Kahn Gillmor [Wed, 4 Feb 2009 06:51:55 +0000 (01:51 -0500)]
tests/keytrans: terminate reasonably on success.

15 years agoMerge commit 'jrollins/master'
Daniel Kahn Gillmor [Wed, 4 Feb 2009 06:47:46 +0000 (01:47 -0500)]
Merge commit 'jrollins/master'

15 years agopem2openpgp: avoid dumping garbage to stderr
Daniel Kahn Gillmor [Wed, 4 Feb 2009 06:47:16 +0000 (01:47 -0500)]
pem2openpgp: avoid dumping garbage to stderr

15 years agofix some things in the keytrans test
Jameson Graef Rollins [Wed, 4 Feb 2009 06:42:40 +0000 (01:42 -0500)]
fix some things in the keytrans test

15 years agopem2openpgp: when creating a signature, make sure that the public key material uses...
Daniel Kahn Gillmor [Wed, 4 Feb 2009 06:38:53 +0000 (01:38 -0500)]
pem2openpgp: when creating a signature, make sure that the public key material uses a 2-octet packet length.

15 years agomove keytrans test to a separate test script, and move functions common to all test...
Jameson Graef Rollins [Wed, 4 Feb 2009 06:12:02 +0000 (01:12 -0500)]
move keytrans test to a separate test script, and move functions common to all test to a common file

15 years agoadd test of key conversion (openpgp2ssh and pem2openpgp) in test script.
Jameson Graef Rollins [Wed, 4 Feb 2009 05:58:25 +0000 (00:58 -0500)]
add test of key conversion (openpgp2ssh and pem2openpgp) in test script.

15 years agoensure that the output of modular multiplicative inverse is positive.
Daniel Kahn Gillmor [Wed, 4 Feb 2009 05:27:35 +0000 (00:27 -0500)]
ensure that the output of modular multiplicative inverse is positive.

15 years agobring comments up-to-date and parameterize expiration date.
Daniel Kahn Gillmor [Wed, 4 Feb 2009 03:19:57 +0000 (22:19 -0500)]
bring comments up-to-date and parameterize expiration date.

15 years agouse the environment to determine usage flags (default to certify)
Daniel Kahn Gillmor [Wed, 4 Feb 2009 02:42:06 +0000 (21:42 -0500)]
use the environment to determine usage flags (default to certify)

15 years ago*still* trying to get clean perl for pem2openpgp
Daniel Kahn Gillmor [Wed, 4 Feb 2009 02:38:11 +0000 (21:38 -0500)]
*still* trying to get clean perl for pem2openpgp

15 years agostill trying to get clean perl for pem2openpgp
Daniel Kahn Gillmor [Wed, 4 Feb 2009 02:37:29 +0000 (21:37 -0500)]
still trying to get clean perl for pem2openpgp

15 years agostupid perl flailing in pem2openpgp.
Daniel Kahn Gillmor [Wed, 4 Feb 2009 02:36:07 +0000 (21:36 -0500)]
stupid perl flailing in pem2openpgp.

15 years agoaccept environment variables to adjust the behavior of pem2openpgp
Daniel Kahn Gillmor [Wed, 4 Feb 2009 02:32:50 +0000 (21:32 -0500)]
accept environment variables to adjust the behavior of pem2openpgp

15 years agoupdate debian info on web
Jameson Graef Rollins [Tue, 3 Feb 2009 16:11:37 +0000 (11:11 -0500)]
update debian info on web

15 years agofix up gen/import-key:
Jameson Graef Rollins [Tue, 3 Feb 2009 06:23:51 +0000 (01:23 -0500)]
fix up gen/import-key:
- remove stuff about expiration, so we assume keys imported/generated
with no expiration
- set expiration with 'set-expire' function
- update tests to test key importing and generation
- fix some bugs

15 years agoadd ability to specify key length of core secret key, so the test scripts can specify...
Jameson Graef Rollins [Mon, 2 Feb 2009 16:34:26 +0000 (11:34 -0500)]
add ability to specify key length of core secret key, so the test scripts can specify something smaller than the default.

15 years agoadd some log debug output to ma-setup
Jameson Graef Rollins [Mon, 2 Feb 2009 04:05:31 +0000 (23:05 -0500)]
add some log debug output to ma-setup

15 years agoFix a bug in setup where gpg was called instead of gpg_core. This
Jameson Graef Rollins [Mon, 2 Feb 2009 03:48:36 +0000 (22:48 -0500)]
Fix a bug in setup where gpg was called instead of gpg_core.  This
could have caused serious data loss for the running user.  Should note
to be carefull with this in the future.
Also fix ownership on sphere gnupghome.

15 years agonew function to export signatures from core to sphere keyrings. this
Jameson Graef Rollins [Mon, 2 Feb 2009 02:14:22 +0000 (21:14 -0500)]
new function to export signatures from core to sphere keyrings.  this
is so that the sphere does not have to read the core pubring to get
the certifier ltsigs, and we can therefore keep tighter permissions on
the core keyring files.  updated some comments/documentation as well.

15 years agofix the log output for the ssh-proxycommand
Jameson Graef Rollins [Sun, 1 Feb 2009 20:47:25 +0000 (15:47 -0500)]
fix the log output for the ssh-proxycommand

15 years agosmall tweak to ssh-proxycommand comments.
Jameson Graef Rollins [Sun, 1 Feb 2009 19:01:32 +0000 (14:01 -0500)]
small tweak to ssh-proxycommand comments.

15 years agosome tweaks to the man pages
Jameson Graef Rollins [Sun, 1 Feb 2009 18:59:02 +0000 (13:59 -0500)]
some tweaks to the man pages

15 years agosome general fixes:
Jameson Graef Rollins [Sun, 1 Feb 2009 18:08:46 +0000 (13:08 -0500)]
some general fixes:
- fix some references to old function names
- move fingerprint_server_key to be fingerprint_host_key
- update diagnostic scripts

15 years agofix a bunch of directory references to the new data/share dirs
Jameson Graef Rollins [Sun, 1 Feb 2009 17:52:10 +0000 (12:52 -0500)]
fix a bunch of directory references to the new data/share dirs

15 years agosome small tweaks, and one tiny syntax bug fix, to ma/setup, and some
Jameson Graef Rollins [Sun, 1 Feb 2009 17:16:33 +0000 (12:16 -0500)]
some small tweaks, and one tiny syntax bug fix, to ma/setup, and some
small formating and comment changes to test/basic

15 years agotrying to improve m-a setup; still not successfully tested.
Daniel Kahn Gillmor [Sun, 1 Feb 2009 07:52:26 +0000 (02:52 -0500)]
trying to improve m-a setup; still not successfully tested.

15 years agoremoved some unnecessary setup from the basic test, pulling the random string from...
Daniel Kahn Gillmor [Sun, 1 Feb 2009 07:27:58 +0000 (02:27 -0500)]
removed some unnecessary setup from the basic test, pulling the random string from /dev/urandom; generating the authentication trust core key at 2048 bits

15 years agoadd m-a setup implementation
Daniel Kahn Gillmor [Sun, 1 Feb 2009 06:58:02 +0000 (01:58 -0500)]
add m-a setup implementation

15 years agoMerge commit 'jrollins/master'
Daniel Kahn Gillmor [Sun, 1 Feb 2009 06:57:21 +0000 (01:57 -0500)]
Merge commit 'jrollins/master'

15 years agoadd setup subcommand call to ms-authentication, and more fixes to tests
Jameson Graef Rollins [Sun, 1 Feb 2009 05:21:57 +0000 (00:21 -0500)]
add setup subcommand call to ms-authentication, and more fixes to tests

15 years agoMerge commit 'jrollins/master'
Daniel Kahn Gillmor [Sun, 1 Feb 2009 05:00:54 +0000 (00:00 -0500)]
Merge commit 'jrollins/master'

15 years agoMerge commit 'mjgoins/master'
Jameson Graef Rollins [Sun, 1 Feb 2009 04:57:50 +0000 (23:57 -0500)]
Merge commit 'mjgoins/master'

15 years agoMerge commit 'dkg/master'
Jameson Graef Rollins [Sun, 1 Feb 2009 04:57:40 +0000 (23:57 -0500)]
Merge commit 'dkg/master'

15 years agofix some things bugs from the separation transition, and try to fix the test scripts
Jameson Graef Rollins [Sun, 1 Feb 2009 04:44:38 +0000 (23:44 -0500)]
fix some things bugs from the separation transition, and try to fix the test scripts

15 years agoadd skeleton man page for pem2openpgp
Jameson Graef Rollins [Sun, 1 Feb 2009 04:07:31 +0000 (23:07 -0500)]
add skeleton man page for pem2openpgp

15 years agomove src/subcommands to srv/share, and add common file to src/share (update Makefile...
Jameson Graef Rollins [Sun, 1 Feb 2009 04:05:23 +0000 (23:05 -0500)]
move src/subcommands to srv/share, and add common file to src/share (update Makefile as well)

15 years agoChanged the order of the descriptions of the commands to match the usage as it appear...
Matt Goins [Sun, 1 Feb 2009 03:59:37 +0000 (22:59 -0500)]
Changed the order of the descriptions of the commands to match the usage as it appears when the command is invoked.

15 years agoMerge commit 'micah/master'
Daniel Kahn Gillmor [Sun, 1 Feb 2009 03:59:33 +0000 (22:59 -0500)]
Merge commit 'micah/master'

15 years agoMerge commit 'micah/master'
Jameson Graef Rollins [Sun, 1 Feb 2009 03:56:26 +0000 (22:56 -0500)]
Merge commit 'micah/master'

15 years agofix some test problems related to gpg.conf locations
Micah Anderson [Sun, 1 Feb 2009 03:55:08 +0000 (22:55 -0500)]
fix some test problems related to gpg.conf locations

15 years agopackaging/debian: add some transition stuff to the preinst script
Jameson Graef Rollins [Sun, 1 Feb 2009 03:53:05 +0000 (22:53 -0500)]
packaging/debian: add some transition stuff to the preinst script

15 years agosome more fixes and tweaks to get things working in the new setup
Jameson Graef Rollins [Sun, 1 Feb 2009 03:32:51 +0000 (22:32 -0500)]
some more fixes and tweaks to get things working in the new setup

15 years agoMerge commit 'jrollins/master'
Matt Goins [Sun, 1 Feb 2009 02:31:30 +0000 (21:31 -0500)]
Merge commit 'jrollins/master'

15 years agoRemoved obsolete man pages, split monkeysphere-server man page into two new ones.
Matt Goins [Sun, 1 Feb 2009 02:29:41 +0000 (21:29 -0500)]
Removed obsolete man pages, split monkeysphere-server man page into two new ones.

15 years agoremove things i think will no longer be needed from the debian packaging scripts.
Jameson Graef Rollins [Sun, 1 Feb 2009 02:25:37 +0000 (21:25 -0500)]
remove things i think will no longer be needed from the debian packaging scripts.

15 years agofix makefile, and remove now-unneeded dirs in debian packaging
Jameson Graef Rollins [Sun, 1 Feb 2009 01:51:58 +0000 (20:51 -0500)]
fix makefile, and remove now-unneeded dirs in debian packaging

15 years agochange hyphens to underscores in function file names, for consistency
Jameson Graef Rollins [Sun, 1 Feb 2009 01:43:23 +0000 (20:43 -0500)]
change hyphens to underscores in function file names, for consistency
with function definitions themselves

15 years agobreak out subfunctions from monkeysphere command
Jameson Graef Rollins [Sun, 1 Feb 2009 01:35:43 +0000 (20:35 -0500)]
break out subfunctions from monkeysphere command

15 years agoMerge commit 'jrollins/master'
Matt Goins [Sun, 1 Feb 2009 01:34:34 +0000 (20:34 -0500)]
Merge commit 'jrollins/master'

15 years agoMerge commit 'dkg/master'
Matt Goins [Sun, 1 Feb 2009 01:34:29 +0000 (20:34 -0500)]
Merge commit 'dkg/master'

15 years agoMerge commit 'micah/master'
Jameson Graef Rollins [Sun, 1 Feb 2009 01:13:09 +0000 (20:13 -0500)]
Merge commit 'micah/master'

15 years agoMerge commit 'dkg/master'
Jameson Graef Rollins [Sun, 1 Feb 2009 01:12:56 +0000 (20:12 -0500)]
Merge commit 'dkg/master'

15 years agomore big cleanup of host/authentication commands to reflect new
Jameson Graef Rollins [Sun, 1 Feb 2009 01:11:14 +0000 (20:11 -0500)]
more big cleanup of host/authentication commands to reflect new
separations.

15 years agofix location of the primary public keyring for the new reorganization
Micah Anderson [Sun, 1 Feb 2009 00:41:31 +0000 (19:41 -0500)]
fix location of the primary public keyring for the new reorganization
fix location of the authentication gpg configuration

15 years agosimplify server config files, and add keyserver config variables.
Jameson Graef Rollins [Sun, 1 Feb 2009 00:41:22 +0000 (19:41 -0500)]
simplify server config files, and add keyserver config variables.

15 years agoMerge commit 'dkg/master'
Micah Anderson [Sat, 31 Jan 2009 23:58:26 +0000 (18:58 -0500)]
Merge commit 'dkg/master'

15 years agoremove executable bit, remove shebang line, update copyright on subcommands.
Daniel Kahn Gillmor [Sat, 31 Jan 2009 23:57:38 +0000 (18:57 -0500)]
remove executable bit, remove shebang line, update copyright on subcommands.

15 years agorework the tests to use the new reorganization
Micah Anderson [Sat, 31 Jan 2009 23:57:24 +0000 (18:57 -0500)]
rework the tests to use the new reorganization

15 years agoChange the monkeysphere header to have 2009 copyright year and add my name
Micah Anderson [Sat, 31 Jan 2009 23:56:29 +0000 (18:56 -0500)]
Change the monkeysphere header to have 2009 copyright year and add my name

15 years agochange the copyright year and add my name to the header comment
Micah Anderson [Sat, 31 Jan 2009 23:40:02 +0000 (18:40 -0500)]
change the copyright year and add my name to the header comment

15 years agoMerge commit 'jrollins/master'
Matt Goins [Sat, 31 Jan 2009 23:35:31 +0000 (18:35 -0500)]
Merge commit 'jrollins/master'

15 years agoMerge commit 'dkg/master'
Matt Goins [Sat, 31 Jan 2009 23:35:02 +0000 (18:35 -0500)]
Merge commit 'dkg/master'

I DON"T UNDERSTAND

15 years agoMerge commit 'dkg/master'
Jameson Graef Rollins [Sat, 31 Jan 2009 23:34:06 +0000 (18:34 -0500)]
Merge commit 'dkg/master'

15 years agomore moving to subfunctions, and rename of show-key
Jameson Graef Rollins [Sat, 31 Jan 2009 23:33:07 +0000 (18:33 -0500)]
more moving to subfunctions, and rename of show-key

15 years agoMerge commit 'dkg/master'
Matt Goins [Sat, 31 Jan 2009 23:32:12 +0000 (18:32 -0500)]
Merge commit 'dkg/master'

Conflicts:

src/monkeysphere-host

15 years agomake subcommand subfunction that were missed previously
Jameson Graef Rollins [Sat, 31 Jan 2009 23:31:09 +0000 (18:31 -0500)]
make subcommand subfunction that were missed previously

15 years agomerging from jrollins
Daniel Kahn Gillmor [Sat, 31 Jan 2009 23:30:59 +0000 (18:30 -0500)]
merging from jrollins

15 years agoMerge commit 'jrollins/master'
Matt Goins [Sat, 31 Jan 2009 23:26:39 +0000 (18:26 -0500)]
Merge commit 'jrollins/master'

15 years agofix usage for import/gen-key, and remove revoker option from gen-key
Jameson Graef Rollins [Sat, 31 Jan 2009 23:11:39 +0000 (18:11 -0500)]
fix usage for import/gen-key, and remove revoker option from gen-key

15 years agoturn subcommands into subfunctions, that will need to be sourced and executed.
Jameson Graef Rollins [Sat, 31 Jan 2009 23:04:21 +0000 (18:04 -0500)]
turn subcommands into subfunctions, that will need to be sourced and executed.

15 years agomerging jrollins and micah work, reverting ui changes for m-h gen-key and import-key
Daniel Kahn Gillmor [Sat, 31 Jan 2009 23:02:54 +0000 (18:02 -0500)]
merging jrollins and micah work, reverting ui changes for m-h gen-key and import-key

15 years agomerging changes from micah
Daniel Kahn Gillmor [Sat, 31 Jan 2009 22:47:25 +0000 (17:47 -0500)]
merging changes from micah

15 years agoadd ssh-proxycommand as subcommand to monkeysphere
Jameson Graef Rollins [Sat, 31 Jan 2009 22:35:17 +0000 (17:35 -0500)]
add ssh-proxycommand as subcommand to monkeysphere

15 years agoupdate debian changelog with plans for 0.23 release.
Daniel Kahn Gillmor [Sat, 31 Jan 2009 22:33:14 +0000 (17:33 -0500)]
update debian changelog with plans for 0.23 release.

15 years agoMerge commit 'dkg/master'
Jameson Graef Rollins [Sat, 31 Jan 2009 22:31:25 +0000 (17:31 -0500)]
Merge commit 'dkg/master'

15 years agobreak out monkeysphere-{host,authentication} subcommands into seperate
Jameson Graef Rollins [Sat, 31 Jan 2009 22:30:11 +0000 (17:30 -0500)]
break out monkeysphere-{host,authentication} subcommands into seperate
scripts.  MUCH MORE WORK NEEDED to get these working.

15 years agoresyn implementation of m-s gen-key with the help output
Micah Anderson [Sat, 31 Jan 2009 22:27:18 +0000 (17:27 -0500)]
resyn implementation of m-s gen-key with the help output

15 years agoMerge commit 'jrollins/master'
Matt Goins [Sat, 31 Jan 2009 22:26:48 +0000 (17:26 -0500)]
Merge commit 'jrollins/master'

15 years agoRemove the test for the root user, effectively reverting part of
Micah Anderson [Sat, 31 Jan 2009 21:59:03 +0000 (16:59 -0500)]
Remove the test for the root user, effectively reverting part of
691e5d2ec8efeb4d77b17b1ad852fdbec31ce136

15 years agobreak out import-key and gen-key from monkeysphere-host
Jameson Graef Rollins [Sat, 31 Jan 2009 22:01:59 +0000 (17:01 -0500)]
break out import-key and gen-key from monkeysphere-host
break out diagnostics and update-users from monkeysphere-authentication

15 years agoremoving unused monkeyshell stub.
Daniel Kahn Gillmor [Sat, 31 Jan 2009 21:59:25 +0000 (16:59 -0500)]
removing unused monkeyshell stub.

15 years agoupdating Makefile and debian dependencies.
Daniel Kahn Gillmor [Sat, 31 Jan 2009 21:55:00 +0000 (16:55 -0500)]
updating Makefile and debian dependencies.

15 years ago- break out monkeysphere-server command into
Jameson Graef Rollins [Sat, 31 Jan 2009 21:42:02 +0000 (16:42 -0500)]
- break out monkeysphere-server command into
monkeysphere-{host,authentication} commands
- break out etc config into host/authentication configs

15 years agoFix the monkeysphere-ssh-proxycommand man page to properly note the
Micah Anderson [Sat, 31 Jan 2009 21:41:52 +0000 (16:41 -0500)]
Fix the monkeysphere-ssh-proxycommand man page to properly note the
command name

15 years agoMerge commit 'jrollins/master'
Micah Anderson [Sat, 31 Jan 2009 21:39:40 +0000 (16:39 -0500)]
Merge commit 'jrollins/master'

Conflicts:
website/sidebar.mdwn

15 years agoMerge commit 'jrollins/master'
Matt Goins [Sat, 31 Jan 2009 17:02:54 +0000 (12:02 -0500)]
Merge commit 'jrollins/master'

15 years agofix log level for unacceptable untranslatable keys on george.
Jameson Graef Rollins [Sat, 31 Jan 2009 16:45:07 +0000 (11:45 -0500)]
fix log level for unacceptable untranslatable keys on george.

15 years agochange log level for unacceptable keys that can not be translated to
Jameson Graef Rollins [Sat, 31 Jan 2009 16:37:22 +0000 (11:37 -0500)]
change log level for unacceptable keys that can not be translated to
be "debug" instead of "error".

15 years agoadd pem2openpgp to make install target
Jameson Graef Rollins [Sat, 31 Jan 2009 16:35:42 +0000 (11:35 -0500)]
add pem2openpgp to make install target
add link to pem2openpgp in openpgp2ssh man page
Merge commit 'micah/master'

Conflicts:

doc/george/changelog

15 years agoMerge branch 'master' of git+ssh://labs.riseup.net/~micah/public_git/monkeysphere
Micah Anderson [Fri, 30 Jan 2009 16:37:51 +0000 (11:37 -0500)]
Merge branch 'master' of git+ssh://labs.riseup.net/~micah/public_git/monkeysphere

Conflicts:
doc/george/changelog

15 years agoreplaced nullmailer with postfix on george
Micah Anderson [Fri, 30 Jan 2009 16:36:34 +0000 (11:36 -0500)]
replaced nullmailer with postfix on george

15 years agomerging in new george changelog entry from micah
Daniel Kahn Gillmor [Mon, 26 Jan 2009 05:01:30 +0000 (00:01 -0500)]
merging in new george changelog entry from micah

15 years agodid some work on george, disk was filling up, updates needed to be run, mail was...
Micah Anderson [Sun, 25 Jan 2009 04:28:32 +0000 (23:28 -0500)]
did some work on george, disk was filling up, updates needed to be run, mail was broken

15 years agoadded firefox extensions to the monkeysphere future vision
Daniel Kahn Gillmor [Fri, 16 Jan 2009 04:55:17 +0000 (23:55 -0500)]
added firefox extensions to the monkeysphere future vision

15 years agoadded new "vision" page where we can talk about monkeysphere 2.0.
Jameson Graef Rollins [Fri, 16 Jan 2009 03:48:22 +0000 (22:48 -0500)]
added new "vision" page where we can talk about monkeysphere 2.0.

15 years agowork on fleshing out the new functionality for the next release,
Jameson Graef Rollins [Fri, 16 Jan 2009 03:32:45 +0000 (22:32 -0500)]
work on fleshing out the new functionality for the next release,
including new functions: import-key, add-revoker, revoke-key, etc.