Age | Commit message (Expand) | Author |
2012-03-20 | add --batch to gpg invocations, since gpg2 requires it to use --passphrase-* ... | Daniel Kahn Gillmor |
2010-11-13 | If for whatever reason the primary UID comes up empty, give the injected subk... | Daniel Kahn Gillmor |
2010-11-13 | universalize and consolidate on --fixed-list-mode | Daniel Kahn Gillmor |
2010-10-30 | clean up ssh_proxycommand function (no functional change) | Jameson Rollins |
2010-10-30 | break out proxy command validation code into it's own function (no functional... | Jameson Rollins |
2010-10-30 | fix variable declarations in update_known_hosts | Jameson Rollins |
2010-10-29 | fix ssh_proxycommand marginal ui | Jameson Rollins |
2010-10-29 | fix variable declaration (leftover from break out of touch_key_file_or_fail) | Jameson Rollins |
2010-10-24 | don't fail if authorized_keys file not present | Jameson Rollins |
2010-10-18 | fix remove_monkeysphere_lines function to just read from stdin and write to s... | Jameson Rollins |
2010-10-18 | fix update_known_hosts to create proper initial temp file | Jameson Rollins |
2010-10-18 | cleanup update_known_hosts | Jameson Rollins |
2010-10-18 | fix up update_authorized_keys | Jameson Rollins |
2010-10-18 | fix process_keys_for_file so that it can accept '-' as a file, and send outpu... | Jameson Rollins |
2010-10-18 | Simplification/refactoring of key/file processing | Jameson Rollins |
2010-04-17 | do not try to add to known_hosts if HASH_KNOWN_HOSTS is true but ssh-keygen i... | Daniel Kahn Gillmor |
2010-04-17 | degrade gracefully in the absence of ssh | Daniel Kahn Gillmor |
2010-02-18 | enforce --no-armor when exporting to openpgp2ssh in case weird gpg.conf optio... | Daniel Kahn Gillmor |
2010-01-10 | Fix patch for gen_key to test gpg version. | Jameson Rollins |
2010-01-10 | added notes about what version needs what keyType | Daniel Kahn Gillmor |
2009-12-20 | fix ms Issue #1536 for gpg edit/addkey UI change | Jameson Graef Rollins |
2009-07-24 | Merge commit 'dkg/master' | Jameson Graef Rollins |
2009-07-24 | make sure we check for the host key existence in the correct known_hosts file. | Daniel Kahn Gillmor |
2009-07-24 | improve the marginal ui a bit. note number of invalid keys. closes ms #1141 | Jameson Graef Rollins |
2009-07-23 | proposed fix to marginal ui in case where host key not retrieved (should fix ... | Jameson Graef Rollins |
2009-07-11 | improve marginal UI for cases when host key can't be retrieved | Jameson Graef Rollins |
2009-04-05 | some small compatibility changes: | Jameson Graef Rollins |
2009-03-27 | trying to make m gen-subkey more responsive in the face of errors, and cleare... | Daniel Kahn Gillmor |
2009-03-18 | remove some extraneous invocations of cat. | Daniel Kahn Gillmor |
2009-03-18 | modify the ssh_proxycommand marginal ui output so that it better | Jameson Graef Rollins |
2009-03-07 | fix the marginal ui output so that it's not prefixed by the | Jameson Graef Rollins |
2009-03-02 | added ability to specify subkeys to add to agent with MONKEYSPHERE_SUBKEYS_FO... | Jameson Graef Rollins |
2009-03-01 | removed test_gnu_dummy_s2k_extension(); no longer necessary | Daniel Kahn Gillmor |
2009-02-21 | correct return codes for monkeysphere subkey-to-ssh-agent | Daniel Kahn Gillmor |
2009-02-21 | un-fix non-typo in ssh_proxycommand. (my mistake!) | Daniel Kahn Gillmor |
2009-02-21 | fixing typo in ssh_proxycommand. | Daniel Kahn Gillmor |
2009-02-21 | fix return in subkey_to_ssh_agent, so that it returns, instead of exits | Jameson Graef Rollins |
2009-02-21 | make sure we're explicitly capturing return codes in places where they are te... | Jameson Graef Rollins |
2009-02-20 | document why monkeysphere import-subkey is not yet working. | Daniel Kahn Gillmor |
2009-02-19 | Merge commit 'jrollins/master' | Daniel Kahn Gillmor |
2009-02-19 | correcting ssh_proxycommand output. | Daniel Kahn Gillmor |
2009-02-19 | remove import_subkey from monkeysphere usage and man page until we get | Jameson Graef Rollins |
2009-02-19 | the import_subkey function was in fact not implement at all. MUST FIX! | Jameson Graef Rollins |
2009-02-19 | add a gpg_user function in monkeysphere to add some gpg quieting | Jameson Graef Rollins |
2009-02-19 | The monkeysphere {import,gen}_subkey functions were not up-to-date. | Jameson Graef Rollins |
2009-02-19 | added msmktempfile; got rid of /dev/stdin assumption in ssh_proxycommand for ... | Daniel Kahn Gillmor |
2009-02-19 | fix CHECK_KEYSERVER variable in monkeysphere, so the default is correct for p... | Jameson Graef Rollins |
2009-02-19 | tweak some of the prompting, to change defaults, and add PROMPT usage where m... | Jameson Graef Rollins |
2009-02-19 | Cleanup how variables are specified and loaded: | Jameson Graef Rollins |
2009-02-18 | new msmktempdir function, to simplify making temporary directories. remove M... | Jameson Graef Rollins |