Age | Commit message (Expand) | Author |
2010-01-15 | add trap to remove temp dir in list_primary_fingerprints function | Jameson Rollins |
2010-01-11 | rename keys-from-userid command to more accurate keys-for-userid | Jameson Rollins |
2010-01-10 | Fix patch for gen_key to test gpg version. | Jameson Rollins |
2010-01-10 | Add new keys-from-userid subcommand to monkeysphere UI. | Jameson Rollins |
2010-01-10 | Clean up REQUIRED_KEY_CAPABILITY option passing to process_user_id. | Jameson Rollins |
2009-09-24 | avoid noisy warning message when ssh-askpass not available | Daniel Kahn Gillmor |
2009-08-01 | switch to using new checkperms script. | Daniel Kahn Gillmor |
2009-07-26 | added MONKEYSPHERE_STRICT_MODES environment option to disable permissions che... | Daniel Kahn Gillmor |
2009-07-24 | small bug fix, and readbility improvements | Jameson Graef Rollins |
2009-07-24 | shoring up known_hosts creation with proper umask and with multi-level direct... | Daniel Kahn Gillmor |
2009-07-24 | make failures with unwritable known_hosts slightly less cryptic. | Daniel Kahn Gillmor |
2009-07-24 | only touch the known_hosts file if it does not exist, and create the parent d... | Daniel Kahn Gillmor |
2009-07-11 | Merge commit 'mlcastle/master' | Jameson Graef Rollins |
2009-07-11 | improve function to get primary group to make it more portable | Jameson Graef Rollins |
2009-07-11 | more replacement of read -p with printf; read (re #446) | mike castleman |
2009-06-29 | resolve symlinks when checking path permissions | Jameson Graef Rollins |
2009-04-06 | add else failure to list_users function | Jameson Graef Rollins |
2009-04-06 | Add two new compatibility functions: | Jameson Graef Rollins |
2009-04-06 | actually check for md5 in the path within file_hash() | Daniel Kahn Gillmor |
2009-04-05 | fix typo in check_key_file_permissions function | 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-23 | add FIXME note about IPv6 addresses, and break out hostnames from the last co... | Daniel Kahn Gillmor |
2009-03-23 | proposed patch for issue #660, to properly specify host and port number in kn... | Jameson Graef Rollins |
2009-03-03 | fix to logging to prefix all log output with log prefix, and allow changing o... | Jameson Graef Rollins |
2009-03-02 | fix remove_monkeysphere_line function to properly handle empty files. | Jameson Graef Rollins |
2009-03-02 | get rid of FILE_OWNER variable, in favor of just using $(whoami) when | Jameson Graef Rollins |
2009-03-01 | switched $USER to $FILE_OWNER; new name is more semantically clear and less l... | Daniel Kahn Gillmor |
2009-03-01 | explicity set the USER variable, since it's needed for checking file permissi... | Jameson Graef Rollins |
2009-03-01 | break out default variables into their own file: defaultenv | Jameson Graef Rollins |
2009-03-01 | removed test_gnu_dummy_s2k_extension(); no longer necessary | Daniel Kahn Gillmor |
2009-02-22 | Fix how version number is saved/retrieved. Version is now stored in | Jameson Graef Rollins |
2009-02-21 | preparing for stupid brown paper bag 0.23.1 release. | Daniel Kahn Gillmor |
2009-02-21 | fixing stupid internal version number synchronization. | Daniel Kahn Gillmor |
2009-02-21 | make sure we're explicitly capturing return codes in places where they are te... | Jameson Graef Rollins |
2009-02-19 | Merge commit 'jrollins/master' | Daniel Kahn Gillmor |
2009-02-19 | cleaning up output of cruft report | Daniel Kahn Gillmor |
2009-02-19 | diagnostics should now check for cruft from old versions of the monkeysphere. | Daniel Kahn Gillmor |
2009-02-19 | Modify/cleanup add_certifier and add_revoker, so that their code base | Jameson Graef Rollins |
2009-02-19 | added msmktempfile; got rid of /dev/stdin assumption in ssh_proxycommand for ... | Daniel Kahn Gillmor |
2009-02-19 | Merge commit 'dkg/master' | Jameson Graef Rollins |
2009-02-19 | Merge commit 'dkg/master' | Jameson Graef Rollins |
2009-02-19 | add PROMPT respect in get_gpg_expiration | Jameson Graef Rollins |
2009-02-19 | making clearer comments in the transition script, invoking from postinst for ... | Daniel Kahn Gillmor |
2009-02-19 | shipping transition script; requiring manual version synchronization between ... | Daniel Kahn Gillmor |
2009-02-19 | Merge commit 'dkg/master' | Jameson Graef Rollins |
2009-02-19 | made gpg_sphere use --quiet again, and now doing more explicit extraction of ... | Daniel Kahn Gillmor |
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 |
2009-02-17 | describe the motivation for our current su_monkeysphere_user implementation. | Daniel Kahn Gillmor |