summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-08-01export LOG_PREFIX in monkeysphereJameson Graef Rollins
2009-08-01added new perl script to check permissions.Daniel Kahn Gillmor
2009-07-31small typo fix in lca2010 abstractJameson Graef Rollins
2009-07-31moved project history and names from bio to abstractDaniel Kahn Gillmor
2009-07-31added bio and experience to LCA2010 applicationDaniel Kahn Gillmor
2009-07-30initial draft of LCA2010 entry; hoping for feedback on a tight deadlineDaniel Kahn Gillmor
2009-07-26ensuring that STRICT_MODES gets passed through to the monkeysphere subshell ↵Daniel Kahn Gillmor
properly, and that we set it to a literal "false" in the tests. This should resolve the FTBFS associated with MS #659
2009-07-26added MONKEYSPHERE_STRICT_MODES environment option to disable permissions ↵Daniel Kahn Gillmor
checking.
2009-07-26make expectedout file during keytrans test in test directory, not in the cwdDaniel Kahn Gillmor
2009-07-26do not make symlinks in the cwd during the testDaniel Kahn Gillmor
2009-07-26skip tests that will not behave properly when run under a loose working ↵Daniel Kahn Gillmor
directory.
2009-07-26make sure test sets proper permissions on the admin GNUPGHOMEDaniel Kahn Gillmor
2009-07-24started preparing tests to work under loosely-permissioned temporary ↵Daniel Kahn Gillmor
directories.
2009-07-24small bug fix, and readbility improvementsJameson Graef Rollins
2009-07-24Revert "proposed fix for #1147 by checking for known_hosts file"Jameson Graef Rollins
This reverts commit 189781e00c89227612942ff7dc30eaa756cb78ae. This is reverted because we're going with dkg's better solution.
2009-07-24Merge commit 'dkg/master'Jameson Graef Rollins
2009-07-24shoring up known_hosts creation with proper umask and with multi-level ↵Daniel Kahn Gillmor
directory creation.
2009-07-24make sure we check for the host key existence in the correct known_hosts file.Daniel Kahn Gillmor
do not look for a host key in a non-existant file. (should close MS 1147)
2009-07-24make failures with unwritable known_hosts slightly less cryptic.Daniel Kahn Gillmor
2009-07-24Merge commit 'dkg/master'Jameson Graef Rollins
2009-07-24only touch the known_hosts file if it does not exist, and create the parent ↵Daniel Kahn Gillmor
directory if it does not exist. if more than one level of enclosing directory does not exist, this will fail cryptically.
2009-07-24improve the marginal ui a bit. note number of invalid keys. closes ms #1141Jameson Graef Rollins
2009-07-24proposed fix for #1147 by checking for known_hosts fileJameson Graef Rollins
2009-07-23removing references to gnutls, which is no longer relevant to the current ↵Daniel Kahn Gillmor
monkeysphere implementation.
2009-07-23correcting keyserver pool name.Daniel Kahn Gillmor
2009-07-23Merge commit 'dkg/master'Jameson Graef Rollins
2009-07-23proposed fix to marginal ui in case where host key not retrieved (should fix ↵Jameson Graef Rollins
1141)
2009-07-22updated text around screenshots.Daniel Kahn Gillmor
2009-07-22added new simpler/friendlier marginal UI screenshotDaniel Kahn Gillmor
2009-07-22reorganizing screenshots to make room for new ones.Daniel Kahn Gillmor
2009-07-21sneaky B!Jameson Graef Rollins
2009-07-21add screenshot to web siteJameson Graef Rollins
2009-07-21update perl SHA requirement on web siteJameson Graef Rollins
2009-07-18update changelogJameson Graef Rollins
2009-07-18Merge commit 'dkg/master'Jameson Graef Rollins
2009-07-18add proposal for cron.hourly scriptJameson Graef Rollins
2009-07-18add refresh-keys subcommand to monkeysphere-authenticationJameson Graef Rollins
2009-07-17Merge commit 'jrollins/master'Daniel Kahn Gillmor
2009-07-17update macport dependecy on p5-digest-shaJameson Graef Rollins
2009-07-17added notes about preparing a release.Daniel Kahn Gillmor
2009-07-17updating freebsd port for 0.25Daniel Kahn Gillmor
2009-07-16preparing 0.25 releaseDaniel Kahn Gillmor
2009-07-16update changelog for 0.25 releaseJameson Graef Rollins
2009-07-16add a 'wait' in the test ssh_test function to try to get around the race ↵Jameson Graef Rollins
condition problem
2009-07-14improvements monkeysphere-host diagnosticsJameson Graef Rollins
I made a couple of improvements to the mh diagnostics script, including rearranging some of the test, to try to better handle some of the possible low-level failures that one might run into. Hopefully this will be a little more informative. closes MS #624.
2009-07-14update changelog with work on MS #422Daniel Kahn Gillmor
2009-07-14make sure that revokehostname sees the pieces it needs to see in order to ↵Daniel Kahn Gillmor
create a useful revocation certificate.
2009-07-14test revocation against alternate hostnames so that other tests can run ↵Daniel Kahn Gillmor
after the revocation tests.
2009-07-14ensure proper usage flags on new hostname selfsigsDaniel Kahn Gillmor
2009-07-14simplifying find_host_user_id function.Daniel Kahn Gillmor