summaryrefslogtreecommitdiff
path: root/src
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-13Simplify arguments passed to su_monkeysphere_user() and gpg_sphereJonas Smedegaard
2013-03-13Pass only single commands through su wrapperJonas Smedegaard
2013-03-13enable executing shell functions by invoking common directly.Daniel Kahn Gillmor
2013-02-07added keyid-format 0xlong to monkeysphere-authentication default gpg.conf fil...Daniel Kahn Gillmor
2013-01-18enable openpgp2pem as well from keytransDaniel 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-20add --batch to gpg invocations, since gpg2 requires it to use --passphrase-* ...Daniel Kahn Gillmor
2012-03-16use date somewhat more portablyDaniel Kahn Gillmor
2010-12-20keytrans: avoid confusing user IDs across different keys (closes MS # 2682)Daniel Kahn Gillmor
2010-11-13If for whatever reason the primary UID comes up empty, give the injected subk...Daniel Kahn Gillmor
2010-11-13universalize and consolidate on --fixed-list-modeDaniel Kahn Gillmor
2010-10-30clean up ssh_proxycommand function (no functional change)Jameson Rollins
2010-10-30break out proxy command validation code into it's own function (no functional...Jameson Rollins
2010-10-30improve debug outputJameson Rollins
2010-10-30fix variable declarations in update_known_hostsJameson 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-22tweak log levels and messages in ma/update_usersJameson 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 update_known_hosts to create proper initial temp fileJameson Rollins
2010-10-18fix back to integer indexing in process_authorized_user_idsJameson Rollins
2010-10-18cleanup update_known_hostsJameson Rollins
2010-10-18fix up update_authorized_keysJameson 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-18add check for argument in keys-for-userJameson Rollins
2010-10-17fixed bug in remove_monkeysphere_lines functionJameson Rollins
2010-10-17remove unneccessary export of TMP_AUTHORIZED_USER_IDSJameson Rollins
2010-10-17fix keys-for-userJameson Rollins
2010-10-17add 'k' as shortcut for keys-for-userJameson Rollins
2010-10-17fix typo in monkeysphere usageJameson Rollins
2010-10-15make sure authorized_keys options lines are skipped in keys-for-userJameson Rollins
2010-10-15attempt to fix apostroproblem in ma/keys-for-userJameson Rollins
2010-10-08default HASH_KNOWN_HOSTS to false (closes MS #2483)Daniel Kahn Gillmor
2010-10-06Fix more calls to gpg_shere, finishing what was started in 90166e0bb8e4ebc1c1...Jameson Rollins
2010-10-04use LC_ALL=C for all gpg callsJameson Rollins
2010-10-04fix need for only single argument to gpg_sphereJameson Rollins
2010-10-03Merge remote branch 'jrollins/master'Daniel Kahn Gillmor
2010-10-02fix formatting of b3f0bbedbf242d2640d3bc56cce62ae726081400 to conform to stan...Jameson Rollins
2010-10-02add debugging to monkeysphere-host publish-key, closes: #2289Micah Anderson
2010-10-02Assume that space- or tab-prefixed lines contain ssh authorized_keys options ...Clint Adams