summaryrefslogtreecommitdiff
path: root/src/share/common
AgeCommit message (Expand)Author
2010-01-10Add new keys-from-userid subcommand to monkeysphere UI.Jameson Rollins
2010-01-10Clean up REQUIRED_KEY_CAPABILITY option passing to process_user_id.Jameson Rollins
2009-09-24avoid noisy warning message when ssh-askpass not availableDaniel Kahn Gillmor
2009-08-01switch to using new checkperms script.Daniel Kahn Gillmor
2009-07-26added MONKEYSPHERE_STRICT_MODES environment option to disable permissions che...Daniel Kahn Gillmor
2009-07-24small bug fix, and readbility improvementsJameson Graef Rollins
2009-07-24shoring up known_hosts creation with proper umask and with multi-level direct...Daniel Kahn Gillmor
2009-07-24make failures with unwritable known_hosts slightly less cryptic.Daniel Kahn Gillmor
2009-07-24only touch the known_hosts file if it does not exist, and create the parent d...Daniel Kahn Gillmor
2009-07-11Merge commit 'mlcastle/master'Jameson Graef Rollins
2009-07-11improve function to get primary group to make it more portableJameson Graef Rollins
2009-07-11more replacement of read -p with printf; read (re #446)mike castleman
2009-06-29resolve symlinks when checking path permissionsJameson Graef Rollins
2009-04-06add else failure to list_users functionJameson Graef Rollins
2009-04-06Add two new compatibility functions:Jameson Graef Rollins
2009-04-06actually check for md5 in the path within file_hash()Daniel Kahn Gillmor
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