Age | Commit message (Expand) | Author |
2010-01-11 | normalize output for monkeysphere when no subcommand is issued or when an unk... | Daniel Kahn Gillmor |
2010-01-11 | fix invocation without subcommands to call usage function and exit 1 explicitlly | Jameson Rollins |
2010-01-04 | Its more useful and standard to actually output the 'help' output when | Micah Anderson |
2009-07-14 | improvements monkeysphere-host diagnostics | Jameson Graef Rollins |
2009-07-14 | simplifying find_host_user_id function. | Daniel Kahn Gillmor |
2009-07-14 | fixing find_host_userid -- did this ever work? | Daniel Kahn Gillmor |
2009-07-11 | Check for a host key before running monkeysphere-host diagnostics | Greg Lyle |
2009-07-11 | improve function to get primary group to make it more portable | Jameson Graef Rollins |
2009-07-11 | explicitly set MONKEYSPHERE_GROUP | Jameson Graef Rollins |
2009-03-10 | Merge commit 'dkg/master' | Jameson Graef Rollins |
2009-03-10 | cleaning up a lingering non-portable mktemp invocation. | Daniel Kahn Gillmor |
2009-03-07 | fix the marginal ui output so that it's not prefixed by the | Jameson Graef Rollins |
2009-03-03 | fix to logging to prefix all log output with log prefix, and allow changing o... | Jameson Graef Rollins |
2009-03-02 | usage review/tweaks for m-a and m-h | Daniel Kahn Gillmor |
2009-03-02 | very small tweaks to usages. | Jameson Graef Rollins |
2009-03-01 | break out default variables into their own file: defaultenv | Jameson Graef Rollins |
2009-02-28 | openpgp2ssh in ms-host show-key function takes the host gpg key from the temp... | Jameson Graef Rollins |
2009-02-22 | fix some return code setting stuf that was no longer being used, and change n... | Jameson Graef Rollins |
2009-02-22 | Fix how version number is saved/retrieved. Version is now stored in | Jameson Graef Rollins |
2009-02-21 | adjusting extraction of revokers. | Daniel Kahn Gillmor |
2009-02-21 | make show-key so that it works even if there are no revokers. | Jameson Graef Rollins |
2009-02-21 | extend show-key to show fingerprints of revokers as well. | Jameson Graef Rollins |
2009-02-21 | add FIXME to show key about how it should show revokers as well. | Jameson Graef Rollins |
2009-02-21 | import-key now requires a hostname be specified, and no longer does | Jameson Graef Rollins |
2009-02-20 | monkeysphere-host revoke-key should now be capable of publishing the | Daniel Kahn Gillmor |
2009-02-19 | Modify/cleanup add_certifier and add_revoker, so that their code base | Jameson Graef Rollins |
2009-02-19 | modify import_key to take the key file to import as an argument. can be '-' ... | Jameson Graef Rollins |
2009-02-19 | don't use /dev/stdin hack with ssh-keygen to get ssh fingerprint. just use a... | Jameson Graef Rollins |
2009-02-19 | make sure fingerprint is loaded for update_gpg_pub_file | Jameson Graef Rollins |
2009-02-19 | fix call to transition script in postinst script, and fix lintian error about... | Jameson Graef Rollins |
2009-02-19 | small usage changes | Jameson Graef Rollins |
2009-02-19 | Cleanup how variables are specified and loaded: | Jameson Graef Rollins |
2009-02-18 | new msmktempdir function, to simplify making temporary directories. remove M... | Jameson Graef Rollins |
2009-02-18 | add no-tty, quiet, and no-greeting to gpg wrapper invocations to supress as m... | Jameson Graef Rollins |
2009-02-18 | fix some log output | Jameson Graef Rollins |
2009-02-17 | fix ma so that the setup command is folded into the other commands, so | Jameson Graef Rollins |
2009-02-17 | fix typo | Daniel Kahn Gillmor |
2009-02-17 | add ability to bypass prompting with a MONKEYSPHERE_PROMPT variable, | Jameson Graef Rollins |
2009-02-17 | rename create_gpg_pub_file to be update_gpg_pub_file, and add it to | Jameson Graef Rollins |
2009-02-17 | tweak the show-key output, and fix some comments. | Jameson Graef Rollins |
2009-02-17 | fix a couple of left over references to expert | Jameson Graef Rollins |
2009-02-17 | check host for gpg pub key file instead of fingerprint, and modify show_key t... | Jameson Graef Rollins |
2009-02-16 | make host show_key use just the pgp pub key file to get the ssh fingerprint, ... | Jameson Graef Rollins |
2009-02-16 | fix reference to HOST_FINGERPRINT in show-key, and fix some references | Jameson Graef Rollins |
2009-02-16 | REMOVE GEN_KEY. The gen_key function is entirely removed. Decided | Jameson Graef Rollins |
2009-02-16 | Stop all creation of a ssh_host_rsa_key.pub. Use openpgp2ssh to get | Jameson Graef Rollins |
2009-02-16 | make sure MHTMPDIR is defined and created | Jameson Graef Rollins |
2009-02-15 | unbreakout some functions that were broken out earlier for handling creating ... | Jameson Graef Rollins |
2009-02-12 | fix reference to MONKEYSPHER_USER in ma/setup | Jameson Graef Rollins |
2009-02-12 | break out a bunch of common functions in monkeysphere-host: | Jameson Graef Rollins |