summaryrefslogtreecommitdiff
path: root/src/share/m
AgeCommit message (Expand)Author
2012-03-20add --batch to gpg invocations, since gpg2 requires it to use --passphrase-* ...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-30fix variable declarations in update_known_hostsJameson 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-24don't fail if authorized_keys file not presentJameson 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-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-04-17do not try to add to known_hosts if HASH_KNOWN_HOSTS is true but ssh-keygen i...Daniel Kahn Gillmor
2010-04-17degrade gracefully in the absence of sshDaniel Kahn Gillmor
2010-02-18enforce --no-armor when exporting to openpgp2ssh in case weird gpg.conf optio...Daniel Kahn Gillmor
2010-01-10Fix patch for gen_key to test gpg version.Jameson Rollins
2010-01-10added notes about what version needs what keyTypeDaniel Kahn Gillmor
2009-12-20fix ms Issue #1536 for gpg edit/addkey UI changeJameson Graef Rollins
2009-07-24Merge commit 'dkg/master'Jameson Graef Rollins
2009-07-24make sure we check for the host key existence in the correct known_hosts file.Daniel Kahn Gillmor
2009-07-24improve the marginal ui a bit. note number of invalid keys. closes ms #1141Jameson Graef Rollins
2009-07-23proposed fix to marginal ui in case where host key not retrieved (should fix ...Jameson Graef Rollins
2009-07-11improve marginal UI for cases when host key can't be retrievedJameson 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-18remove some extraneous invocations of cat.Daniel Kahn Gillmor
2009-03-18modify the ssh_proxycommand marginal ui output so that it betterJameson Graef Rollins
2009-03-07fix the marginal ui output so that it's not prefixed by theJameson Graef Rollins
2009-03-02added ability to specify subkeys to add to agent with MONKEYSPHERE_SUBKEYS_FO...Jameson Graef Rollins
2009-03-01removed test_gnu_dummy_s2k_extension(); no longer necessaryDaniel Kahn Gillmor
2009-02-21correct return codes for monkeysphere subkey-to-ssh-agentDaniel Kahn Gillmor
2009-02-21un-fix non-typo in ssh_proxycommand. (my mistake!)Daniel Kahn Gillmor
2009-02-21fixing typo in ssh_proxycommand.Daniel Kahn Gillmor
2009-02-21fix return in subkey_to_ssh_agent, so that it returns, instead of exitsJameson Graef Rollins
2009-02-21make sure we're explicitly capturing return codes in places where they are te...Jameson Graef Rollins
2009-02-20document why monkeysphere import-subkey is not yet working.Daniel Kahn Gillmor
2009-02-19Merge commit 'jrollins/master'Daniel Kahn Gillmor
2009-02-19correcting ssh_proxycommand output.Daniel Kahn Gillmor
2009-02-19remove import_subkey from monkeysphere usage and man page until we getJameson Graef Rollins
2009-02-19the import_subkey function was in fact not implement at all. MUST FIX!Jameson Graef Rollins
2009-02-19add a gpg_user function in monkeysphere to add some gpg quietingJameson Graef Rollins
2009-02-19The monkeysphere {import,gen}_subkey functions were not up-to-date.Jameson Graef Rollins
2009-02-19added msmktempfile; got rid of /dev/stdin assumption in ssh_proxycommand for ...Daniel Kahn Gillmor
2009-02-19fix CHECK_KEYSERVER variable in monkeysphere, so the default is correct for p...Jameson Graef Rollins
2009-02-19tweak some of the prompting, to change defaults, and add PROMPT usage where m...Jameson Graef Rollins
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