Matt Goins [Tue, 10 Feb 2009 02:54:58 +0000 (21:54 -0500)]
Merge commit 'jrollins/master'
Jameson Graef Rollins [Mon, 9 Feb 2009 06:52:00 +0000 (01:52 -0500)]
add much of an add_revoker function. still needs to be fleshed out
and tested, though, so it's not "active" yet.
Jameson Graef Rollins [Mon, 9 Feb 2009 06:51:02 +0000 (01:51 -0500)]
small formatting tweaks to add_certifier function
Jameson Graef Rollins [Mon, 9 Feb 2009 06:41:30 +0000 (01:41 -0500)]
rename function to get the host fingerprint, and fix some
HOST_FINGERPRINT variables.
Jameson Graef Rollins [Mon, 9 Feb 2009 06:39:50 +0000 (01:39 -0500)]
fix name of set_expire function
Jameson Graef Rollins [Mon, 9 Feb 2009 05:47:17 +0000 (00:47 -0500)]
break su_monkeysphere_user into common function, since it will likely
be needed by both m-host and m-auth for communicating with keyservers.
Jameson Graef Rollins [Mon, 9 Feb 2009 05:42:16 +0000 (00:42 -0500)]
define variable for public key files (HOST_KEY_PUB, HOST_KEY_PUB_GPG).
also, fix some function calls to check_host_fail function.
Jameson Graef Rollins [Mon, 9 Feb 2009 05:30:04 +0000 (00:30 -0500)]
a couple of small fixes to the {gen,import}_key functions
Jameson Graef Rollins [Mon, 9 Feb 2009 05:21:40 +0000 (00:21 -0500)]
Break out host export commands into gpg_host_export and
gpg_host_export_to_ssh_file functions, and update the {gen,import}_key
functions accordingly.
Jameson Graef Rollins [Mon, 9 Feb 2009 04:59:35 +0000 (23:59 -0500)]
Merge commit 'dkg/master'
Jameson Graef Rollins [Mon, 9 Feb 2009 04:55:28 +0000 (23:55 -0500)]
Some rearragement/cleanup in the monkeysphere-host:
- define exported variable to hold host key fingerprint
(HOST_FINGERPRINT)
- broke out some common commands into simpler functions
- rename the 'extend_key' function to be 'set_expire', since function
is more generically offered now.
Daniel Kahn Gillmor [Thu, 5 Feb 2009 20:53:18 +0000 (15:53 -0500)]
tests/basic created the wrong monkeysphere-authentication.conf
Daniel Kahn Gillmor [Thu, 5 Feb 2009 20:40:16 +0000 (15:40 -0500)]
fixing out-of-date comments
Daniel Kahn Gillmor [Thu, 5 Feb 2009 20:18:17 +0000 (15:18 -0500)]
fixing dumb typo in tests/basic
Daniel Kahn Gillmor [Thu, 5 Feb 2009 20:16:05 +0000 (15:16 -0500)]
m-a setup: take advantage of the new ability of pem2openpgp to generate its own key.
Daniel Kahn Gillmor [Thu, 5 Feb 2009 19:29:42 +0000 (14:29 -0500)]
restoring absolute paths to both TEMPDIR and TESTDIR in tests/basic.
Daniel Kahn Gillmor [Thu, 5 Feb 2009 19:24:49 +0000 (14:24 -0500)]
updated pem2openpgp invocation in m-h import-key
Daniel Kahn Gillmor [Thu, 5 Feb 2009 19:11:04 +0000 (14:11 -0500)]
pem2openpgp now supports generating the key as an alternative to reading it from stdin.
Daniel Kahn Gillmor [Thu, 5 Feb 2009 19:10:16 +0000 (14:10 -0500)]
updated man page for pem2openpgp.
Daniel Kahn Gillmor [Wed, 4 Feb 2009 20:19:58 +0000 (15:19 -0500)]
set proper permissions on administrator gnupghome.
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.
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.
Matt Goins [Wed, 4 Feb 2009 17:37:26 +0000 (12:37 -0500)]
Merge commit 'dkg/master'
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.
Daniel Kahn Gillmor [Wed, 4 Feb 2009 06:51:55 +0000 (01:51 -0500)]
tests/keytrans: terminate reasonably on success.
Daniel Kahn Gillmor [Wed, 4 Feb 2009 06:47:46 +0000 (01:47 -0500)]
Merge commit 'jrollins/master'
Daniel Kahn Gillmor [Wed, 4 Feb 2009 06:47:16 +0000 (01:47 -0500)]
pem2openpgp: avoid dumping garbage to stderr
Jameson Graef Rollins [Wed, 4 Feb 2009 06:42:40 +0000 (01:42 -0500)]
fix some things in the keytrans test
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.
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
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.
Daniel Kahn Gillmor [Wed, 4 Feb 2009 05:27:35 +0000 (00:27 -0500)]
ensure that the output of modular multiplicative inverse is positive.
Daniel Kahn Gillmor [Wed, 4 Feb 2009 03:19:57 +0000 (22:19 -0500)]
bring comments up-to-date and parameterize expiration date.
Daniel Kahn Gillmor [Wed, 4 Feb 2009 02:42:06 +0000 (21:42 -0500)]
use the environment to determine usage flags (default to certify)
Daniel Kahn Gillmor [Wed, 4 Feb 2009 02:38:11 +0000 (21:38 -0500)]
*still* 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
Daniel Kahn Gillmor [Wed, 4 Feb 2009 02:36:07 +0000 (21:36 -0500)]
stupid perl flailing in pem2openpgp.
Daniel Kahn Gillmor [Wed, 4 Feb 2009 02:32:50 +0000 (21:32 -0500)]
accept environment variables to adjust the behavior of pem2openpgp
Matt Goins [Wed, 4 Feb 2009 01:59:41 +0000 (20:59 -0500)]
Merge commit 'jrollins/master'
Jameson Graef Rollins [Tue, 3 Feb 2009 16:11:37 +0000 (11:11 -0500)]
update debian info on web
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
Matt Goins [Tue, 3 Feb 2009 00:17:20 +0000 (19:17 -0500)]
Merge commit 'jrollins/master'
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.
Jameson Graef Rollins [Mon, 2 Feb 2009 04:05:31 +0000 (23:05 -0500)]
add some log debug output to ma-setup
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.
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.
Matt Goins [Mon, 2 Feb 2009 01:09:39 +0000 (20:09 -0500)]
Merge commit 'jrollins/master'
Jameson Graef Rollins [Sun, 1 Feb 2009 20:47:25 +0000 (15:47 -0500)]
fix the log output for the ssh-proxycommand
Jameson Graef Rollins [Sun, 1 Feb 2009 19:01:32 +0000 (14:01 -0500)]
small tweak to ssh-proxycommand comments.
Jameson Graef Rollins [Sun, 1 Feb 2009 18:59:02 +0000 (13:59 -0500)]
some tweaks to the man pages
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
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
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
Daniel Kahn Gillmor [Sun, 1 Feb 2009 07:52:26 +0000 (02:52 -0500)]
trying to improve m-a setup; still not successfully tested.
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
Daniel Kahn Gillmor [Sun, 1 Feb 2009 06:58:02 +0000 (01:58 -0500)]
add m-a setup implementation
Daniel Kahn Gillmor [Sun, 1 Feb 2009 06:57:21 +0000 (01:57 -0500)]
Merge commit 'jrollins/master'
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
Daniel Kahn Gillmor [Sun, 1 Feb 2009 05:00:54 +0000 (00:00 -0500)]
Merge commit 'jrollins/master'
Matt Goins [Sun, 1 Feb 2009 04:59:15 +0000 (23:59 -0500)]
Merge commit 'jrollins/master'
Jameson Graef Rollins [Sun, 1 Feb 2009 04:57:50 +0000 (23:57 -0500)]
Merge commit 'mjgoins/master'
Jameson Graef Rollins [Sun, 1 Feb 2009 04:57:40 +0000 (23:57 -0500)]
Merge commit 'dkg/master'
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
Matt Goins [Sun, 1 Feb 2009 04:34:20 +0000 (23:34 -0500)]
Merge commit 'jrollins/master'
Jameson Graef Rollins [Sun, 1 Feb 2009 04:07:31 +0000 (23:07 -0500)]
add skeleton man page for pem2openpgp
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)
Matt Goins [Sun, 1 Feb 2009 04:01:59 +0000 (23:01 -0500)]
Merge commit 'dkg/master'
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.
Daniel Kahn Gillmor [Sun, 1 Feb 2009 03:59:33 +0000 (22:59 -0500)]
Merge commit 'micah/master'
Jameson Graef Rollins [Sun, 1 Feb 2009 03:56:26 +0000 (22:56 -0500)]
Merge commit 'micah/master'
Micah Anderson [Sun, 1 Feb 2009 03:55:08 +0000 (22:55 -0500)]
fix some test problems related to gpg.conf locations
Jameson Graef Rollins [Sun, 1 Feb 2009 03:53:05 +0000 (22:53 -0500)]
packaging/debian: add some transition stuff to the preinst script
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
Matt Goins [Sun, 1 Feb 2009 02:31:30 +0000 (21:31 -0500)]
Merge commit 'jrollins/master'
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.
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.
Jameson Graef Rollins [Sun, 1 Feb 2009 01:51:58 +0000 (20:51 -0500)]
fix makefile, and remove now-unneeded dirs in debian packaging
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
Jameson Graef Rollins [Sun, 1 Feb 2009 01:35:43 +0000 (20:35 -0500)]
break out subfunctions from monkeysphere command
Matt Goins [Sun, 1 Feb 2009 01:34:34 +0000 (20:34 -0500)]
Merge commit 'jrollins/master'
Matt Goins [Sun, 1 Feb 2009 01:34:29 +0000 (20:34 -0500)]
Merge commit 'dkg/master'
Jameson Graef Rollins [Sun, 1 Feb 2009 01:13:09 +0000 (20:13 -0500)]
Merge commit 'micah/master'
Jameson Graef Rollins [Sun, 1 Feb 2009 01:12:56 +0000 (20:12 -0500)]
Merge commit 'dkg/master'
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.
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
Jameson Graef Rollins [Sun, 1 Feb 2009 00:41:22 +0000 (19:41 -0500)]
simplify server config files, and add keyserver config variables.
Micah Anderson [Sat, 31 Jan 2009 23:58:26 +0000 (18:58 -0500)]
Merge commit 'dkg/master'
Daniel Kahn Gillmor [Sat, 31 Jan 2009 23:57:38 +0000 (18:57 -0500)]
remove executable bit, remove shebang line, update copyright on subcommands.
Micah Anderson [Sat, 31 Jan 2009 23:57:24 +0000 (18:57 -0500)]
rework the tests to use the new reorganization
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
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
Matt Goins [Sat, 31 Jan 2009 23:35:31 +0000 (18:35 -0500)]
Merge commit 'jrollins/master'
Matt Goins [Sat, 31 Jan 2009 23:35:02 +0000 (18:35 -0500)]
Merge commit 'dkg/master'
I DON"T UNDERSTAND
Jameson Graef Rollins [Sat, 31 Jan 2009 23:34:06 +0000 (18:34 -0500)]
Merge commit 'dkg/master'
Jameson Graef Rollins [Sat, 31 Jan 2009 23:33:07 +0000 (18:33 -0500)]
more moving to subfunctions, and rename of show-key
Matt Goins [Sat, 31 Jan 2009 23:32:12 +0000 (18:32 -0500)]
Merge commit 'dkg/master'
Conflicts:
src/monkeysphere-host
Jameson Graef Rollins [Sat, 31 Jan 2009 23:31:09 +0000 (18:31 -0500)]
make subcommand subfunction that were missed previously
Daniel Kahn Gillmor [Sat, 31 Jan 2009 23:30:59 +0000 (18:30 -0500)]
merging from jrollins
Matt Goins [Sat, 31 Jan 2009 23:26:39 +0000 (18:26 -0500)]
Merge commit 'jrollins/master'
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