summaryrefslogtreecommitdiff
path: root/src/share/common
AgeCommit message (Expand)Author
2013-03-13Fix quote command embedded in another command (thanks, Daniel!)Jonas Smedegaard
2013-03-13Optimize to not spawn subshell in su-wrapper when running as same user.Jonas Smedegaard
2013-03-13Preserve (instead of collapse) arguments in su_monkeysphere_user().Jonas Smedegaard
2013-03-13enable executing shell functions by invoking common directly.Daniel Kahn Gillmor
2012-09-11fetch all keys instead of the first 5 (and work better with gpg 2.0.19, which...Daniel Kahn Gillmor
2012-03-16use date somewhat more portablyDaniel Kahn Gillmor
2010-11-13universalize and consolidate on --fixed-list-modeDaniel Kahn Gillmor
2010-10-30improve debug outputJameson Rollins
2010-10-30catch return for grep in remove_line, for case where grep -v returns nothing ...Jameson Rollins
2010-10-29fix ssh_proxycommand marginal uiJameson Rollins
2010-10-29fix variable declaration (leftover from break out of touch_key_file_or_fail)Jameson Rollins
2010-10-29consolidate and simplify printing of key lines in process_keys_for_fileJameson Rollins
2010-10-25ensure that we only remove fully-matching lines once we have found themDaniel Kahn Gillmor
2010-10-24back to using grep fixed-string matching when removing key linesJameson Rollins
2010-10-24don't fail if authorized_keys file not presentJameson Rollins
2010-10-19fix remove_line function to not use fixed string checking, and to mv -f the t...Jameson Rollins
2010-10-18fix remove_monkeysphere_lines function to just read from stdin and write to s...Jameson Rollins
2010-10-18fix back to integer indexing in process_authorized_user_idsJameson Rollins
2010-10-18fix process_keys_for_file so that it can accept '-' as a file, and send outpu...Jameson Rollins
2010-10-18Simplification/refactoring of key/file processingJameson Rollins
2010-10-17fixed bug in remove_monkeysphere_lines functionJameson Rollins
2010-10-04fix need for only single argument to gpg_sphereJameson Rollins
2010-10-02fix formatting of b3f0bbedbf242d2640d3bc56cce62ae726081400 to conform to stan...Jameson Rollins
2010-10-02Assume that space- or tab-prefixed lines contain ssh authorized_keys options ...Clint Adams
2010-09-21change log level for outputting message: "! primary key could not beJamie McClelland
2010-04-17do not try to add to known_hosts if HASH_KNOWN_HOSTS is true but ssh-keygen i...Daniel Kahn Gillmor
2010-04-17make comment more nit-pickingly accurateDaniel Kahn Gillmor
2010-03-14warn if keyserver query fails (Closes: MS #1750)Daniel Kahn Gillmor
2010-02-18enforce --no-armor when exporting to openpgp2ssh in case weird gpg.conf optio...Daniel Kahn Gillmor
2010-01-19dump gpg --import error spew to /dev/null during hackish uses of gpgDaniel Kahn Gillmor
2010-01-19ignoring time conflict when extracting info in a hacky way from gpg. warning...Daniel Kahn Gillmor
2010-01-19add get_cert_info() to commonDaniel Kahn Gillmor
2010-01-18flesh out check for reasonable-looking service namesDaniel Kahn Gillmor
2010-01-18canonicalize prompting to prompt if MONKEYSPHERE_PROMPT != 'false'Jameson Rollins
2010-01-15add trap to remove temp dir in list_primary_fingerprints functionJameson Rollins
2010-01-11rename keys-from-userid command to more accurate keys-for-useridJameson Rollins
2010-01-10Fix patch for gen_key to test gpg version.Jameson Rollins
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