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