summaryrefslogtreecommitdiff
path: root/src/share/common
AgeCommit message (Expand)Author
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
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