summaryrefslogtreecommitdiff
path: root/src/share/common
AgeCommit message (Expand)Author
2009-04-05fix typo in check_key_file_permissions functionJameson Graef Rollins
2009-04-05some small compatibility changes:Jameson Graef Rollins
2009-03-27trying to make m gen-subkey more responsive in the face of errors, and cleare...Daniel Kahn Gillmor
2009-03-23add FIXME note about IPv6 addresses, and break out hostnames from the last co...Daniel Kahn Gillmor
2009-03-23proposed patch for issue #660, to properly specify host and port number in kn...Jameson Graef Rollins
2009-03-03fix to logging to prefix all log output with log prefix, and allow changing o...Jameson Graef Rollins
2009-03-02fix remove_monkeysphere_line function to properly handle empty files.Jameson Graef Rollins
2009-03-02get rid of FILE_OWNER variable, in favor of just using $(whoami) whenJameson Graef Rollins
2009-03-01switched $USER to $FILE_OWNER; new name is more semantically clear and less l...Daniel Kahn Gillmor
2009-03-01explicity set the USER variable, since it's needed for checking file permissi...Jameson Graef Rollins
2009-03-01break out default variables into their own file: defaultenvJameson Graef Rollins
2009-03-01removed test_gnu_dummy_s2k_extension(); no longer necessaryDaniel Kahn Gillmor
2009-02-22Fix how version number is saved/retrieved. Version is now stored inJameson Graef Rollins
2009-02-21preparing for stupid brown paper bag 0.23.1 release.Daniel Kahn Gillmor
2009-02-21fixing stupid internal version number synchronization.Daniel Kahn Gillmor
2009-02-21make sure we're explicitly capturing return codes in places where they are te...Jameson Graef Rollins
2009-02-19Merge commit 'jrollins/master'Daniel Kahn Gillmor
2009-02-19cleaning up output of cruft reportDaniel Kahn Gillmor
2009-02-19diagnostics should now check for cruft from old versions of the monkeysphere.Daniel Kahn Gillmor
2009-02-19Modify/cleanup add_certifier and add_revoker, so that their code baseJameson Graef Rollins
2009-02-19added msmktempfile; got rid of /dev/stdin assumption in ssh_proxycommand for ...Daniel Kahn Gillmor
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-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-19made gpg_sphere use --quiet again, and now doing more explicit extraction of ...Daniel Kahn Gillmor
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-17describe the motivation for our current su_monkeysphere_user implementation.Daniel Kahn Gillmor
2009-02-17add test to su_monkeysphere_user to check that the user isJameson Graef Rollins
2009-02-12fix the su_monkeysphere_user function so that it does 'bash -c' instead of 'e...Jameson Graef Rollins
2009-02-12add some debug logging to some common functionsJameson Graef Rollins
2009-02-09break su_monkeysphere_user into common function, since it will likelyJameson Graef Rollins
2009-02-01fix the log output for the ssh-proxycommandJameson Graef Rollins
2009-01-31fix some things bugs from the separation transition, and try to fix the test ...Jameson Graef Rollins
2009-01-31move src/subcommands to srv/share, and add common file to src/share (update M...Jameson Graef Rollins