Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-17 | add ability to bypass prompting with a MONKEYSPHERE_PROMPT variable, | Jameson Graef Rollins | |
for functions that prompt for confirmation. Also fix publish_key function (NOT TESTED). | |||
2009-02-17 | add some checks about setup to authentication | Jameson Graef Rollins | |
2009-02-17 | fix a couple of left over references to expert | Jameson Graef Rollins | |
2009-02-16 | REMOVE GEN_KEY. The gen_key function is entirely removed. Decided | Jameson Graef Rollins | |
this was OK now that import_key works, and we can't really see a reason to keep it around. We can resurect it down the line if need be. Also, removed "expert" subcommand, after promting import_key, since it may be need semi-regularly. The other "expert" commands are now just not listed in the usage. | |||
2009-02-16 | fix a bad reference to MATMPDIR | Jameson Graef Rollins | |
2009-02-12 | fix some calls to gpg_sphere that where not putting all arguments into a ↵ | Jameson Graef Rollins | |
single argument, as required by the strange su requirements. | |||
2009-02-12 | Fix the ma/setup function: | Jameson Graef Rollins | |
- fix reference to MONKEYSPHERE_USER for GNUPGHOME_SPHERE - break out core_fingerprint function - export core key to sphere keyring (necessary) - fix some logging (add more debug) and formatting | |||
2009-02-09 | break su_monkeysphere_user into common function, since it will likely | Jameson Graef Rollins | |
be needed by both m-host and m-auth for communicating with keyservers. | |||
2009-02-02 | add ability to specify key length of core secret key, so the test scripts ↵ | Jameson Graef Rollins | |
can specify something smaller than the default. | |||
2009-02-01 | new function to export signatures from core to sphere keyrings. this | Jameson Graef Rollins | |
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. | |||
2009-02-01 | fix a bunch of directory references to the new data/share dirs | Jameson Graef Rollins | |
2009-02-01 | add setup subcommand call to ms-authentication, and more fixes to tests | Jameson Graef Rollins | |
2009-01-31 | some more fixes and tweaks to get things working in the new setup | Jameson Graef Rollins | |
2009-01-31 | Merge commit 'micah/master' | Jameson Graef Rollins | |
2009-01-31 | more big cleanup of host/authentication commands to reflect new | Jameson Graef Rollins | |
separations. | |||
2009-01-31 | change the copyright year and add my name to the header comment | Micah Anderson | |
2009-01-31 | break out monkeysphere-{host,authentication} subcommands into seperate | Jameson Graef Rollins | |
scripts. MUCH MORE WORK NEEDED to get these working. | |||
2009-01-31 | break out import-key and gen-key from monkeysphere-host | Jameson Graef Rollins | |
break out diagnostics and update-users from monkeysphere-authentication | |||
2009-01-31 | - break out monkeysphere-server command into | Jameson Graef Rollins | |
monkeysphere-{host,authentication} commands - break out etc config into host/authentication configs |