summaryrefslogtreecommitdiff
path: root/src/share
AgeCommit message (Expand)Author
2009-02-19Modify/cleanup add_certifier and add_revoker, so that their code baseJameson Graef Rollins
2009-02-19the import_subkey function was in fact not implement at all. MUST FIX!Jameson Graef Rollins
2009-02-19add a gpg_user function in monkeysphere to add some gpg quietingJameson Graef Rollins
2009-02-19The monkeysphere {import,gen}_subkey functions were not up-to-date.Jameson Graef Rollins
2009-02-19modify import_key to take the key file to import as an argument. can be '-' ...Jameson Graef Rollins
2009-02-19more fix permissions and ownership on authentication directories.Jameson Graef Rollins
2009-02-19fix permissions and ownership on authentication directories.Jameson Graef Rollins
2009-02-19avoid chown -R, explicitly indicate the files we expect to be changed.Daniel Kahn Gillmor
2009-02-19do not show uid validity for gpg authentication core, since the core has no u...Daniel Kahn Gillmor
2009-02-19added msmktempfile; got rid of /dev/stdin assumption in ssh_proxycommand for ...Daniel Kahn Gillmor
2009-02-19fix CHECK_KEYSERVER variable in monkeysphere, so the default is correct for p...Jameson Graef Rollins
2009-02-19fail if hostname can not be determined in import_keyJameson Graef Rollins
2009-02-19Merge commit 'dkg/master'Jameson Graef Rollins
2009-02-19Merge commit 'dkg/master'Jameson Graef Rollins
2009-02-19add PROMPT respect in get_gpg_expirationJameson Graef Rollins
2009-02-19add some log debug redirectsJameson Graef Rollins
2009-02-19making clearer comments in the transition script, invoking from postinst for ...Daniel Kahn Gillmor
2009-02-19shipping transition script; requiring manual version synchronization between ...Daniel Kahn Gillmor
2009-02-19Merge commit 'dkg/master'Jameson Graef Rollins
2009-02-19tweak some of the prompting, to change defaults, and add PROMPT usage where m...Jameson Graef Rollins
2009-02-19made gpg_sphere use --quiet again, and now doing more explicit extraction of ...Daniel Kahn Gillmor
2009-02-19Merge commit 'dkg/master'Jameson Graef Rollins
2009-02-19Cleanup how variables are specified and loaded:Jameson Graef Rollins
2009-02-19clean up failure messageDaniel Kahn Gillmor
2009-02-19catch pipe failures more cleanly during key importDaniel Kahn Gillmor
2009-02-19moved directory for monkeysphere-generated authorized_keys files back to its ...Daniel Kahn Gillmor
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-17Merge commit 'jrollins/master'Daniel Kahn Gillmor
2009-02-17make m-a list-certifiers more intelligible when multiple uids have ltsigs.Daniel Kahn Gillmor
2009-02-17fix ma so that the setup command is folded into the other commands, soJameson Graef Rollins
2009-02-17describe the motivation for our current su_monkeysphere_user implementation.Daniel Kahn Gillmor
2009-02-17remove setting of ultimate owner trust on imported host key, since we probabl...Jameson Graef Rollins
2009-02-17add ability to bypass prompting with a MONKEYSPHERE_PROMPT variable,Jameson Graef Rollins
2009-02-17add test to su_monkeysphere_user to check that the user isJameson Graef Rollins
2009-02-17add some checks about setup to authenticationJameson Graef Rollins
2009-02-17rename create_gpg_pub_file to be update_gpg_pub_file, and add it toJameson Graef Rollins
2009-02-17Merge commit 'dkg/master'Jameson Graef Rollins
2009-02-17tweak the show-key output, and fix some comments.Jameson Graef Rollins
2009-02-17set ultimate ownertrust on hostkey after importJameson Graef Rollins
2009-02-17update m-a list-identity-certifiers: output is not yet human-readable, but it...Daniel Kahn Gillmor
2009-02-17fix a couple of left over references to expertJameson Graef Rollins
2009-02-16add some minimal checks to import_key that the default hostname is legitimate.Jameson 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-15Change import_key to take the path to the file to import as an argument. dkg...Jameson Graef Rollins
2009-02-15fix the publish_key function for new gpg_sphere.Jameson Graef Rollins