Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-07 | remove old git documentation | Micah Anderson | |
2010-01-04 | Its more useful and standard to actually output the 'help' output when | Micah Anderson | |
an improper number of arguments is passed, rather output a line telling the user how to get the help output. | |||
2009-12-26 | indicate that no changes were needed for the policy bump (and version the ↵ | Daniel Kahn Gillmor | |
unreleased changelog entry as a prerelease). | |||
2009-12-24 | add cpio to Build-Depends | Jameson Graef Rollins | |
2009-12-20 | fix ms Issue #1536 for gpg edit/addkey UI change | Jameson Graef Rollins | |
gnupg apparently changed their edit-key/addkey function ordering such that the monkeysphere gen-subkey subcommand was creating DSA authentication subkeys instead of RSA subkeys. DSA subkeys are not supported by the ms key translation utilities, so this is a big problem. This patch fixes the problem, but it means that we have require gnupg >=1.4.10 from now on, or at least until gnupg changes their UI again for no good reason. | |||
2009-12-19 | update standards version to 3.8.3 | Jameson Graef Rollins | |
2009-12-12 | hush up m-a setup because the dd was making noise | Daniel Kahn Gillmor | |
2009-12-03 | removed superfluous Copyright | Daniel Kahn Gillmor | |
2009-12-03 | added revision information to the debian/copyright Format-Specification, ↵ | Daniel Kahn Gillmor | |
since DEP5 is not yet stable | |||
2009-11-28 | updated debian/copyright to match the latest version of DEP5 | Daniel Kahn Gillmor | |
2009-10-30 | added link to mina (apache sshd) | Daniel Kahn Gillmor | |
2009-10-26 | more updates on george. | Daniel Kahn Gillmor | |
2009-09-24 | avoid noisy warning message when ssh-askpass not available | Daniel Kahn Gillmor | |
2009-09-14 | notes about george upgrades | Daniel Kahn Gillmor | |
2009-08-11 | note upgrade and extend key on george | Jameson Graef Rollins | |
2009-08-11 | update macports Portfile | Jameson Graef Rollins | |
2009-08-07 | updated note about ubuntu versions | Daniel Kahn Gillmor | |
2009-08-07 | updated freebsd port for 0.26 | Daniel Kahn Gillmor | |
2009-08-02 | added more notes about what it takes to prepare a release. | Daniel Kahn Gillmor | |
2009-08-01 | updating my notes on release preparation. | Daniel Kahn Gillmor | |
2009-08-01 | prepared release notes for 0.26 | Daniel Kahn Gillmor | |
2009-08-01 | update changelog for 0.26 | Jameson Graef Rollins | |
2009-08-01 | cleaning up log function in checkperms for future expandability. | Daniel Kahn Gillmor | |
2009-08-01 | swap order of bitwise and to avoid confusion in perl < 5.10 | Daniel Kahn Gillmor | |
2009-08-01 | removing duplicate check that snuck in somehow | Daniel Kahn Gillmor | |
2009-08-01 | attempting to resolve MS #675 | Daniel Kahn Gillmor | |
2009-08-01 | switch to using new checkperms script. | Daniel Kahn Gillmor | |
2009-08-01 | whitespace fixing and using environment variables exported from monkeysphere ↵ | Daniel Kahn Gillmor | |
for checkperms. | |||
2009-08-01 | export LOG_PREFIX in monkeysphere | Jameson Graef Rollins | |
2009-08-01 | added new perl script to check permissions. | Daniel Kahn Gillmor | |
2009-07-31 | small typo fix in lca2010 abstract | Jameson Graef Rollins | |
2009-07-31 | moved project history and names from bio to abstract | Daniel Kahn Gillmor | |
2009-07-31 | added bio and experience to LCA2010 application | Daniel Kahn Gillmor | |
2009-07-30 | initial draft of LCA2010 entry; hoping for feedback on a tight deadline | Daniel Kahn Gillmor | |
2009-07-26 | ensuring 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-26 | added MONKEYSPHERE_STRICT_MODES environment option to disable permissions ↵ | Daniel Kahn Gillmor | |
checking. | |||
2009-07-26 | make expectedout file during keytrans test in test directory, not in the cwd | Daniel Kahn Gillmor | |
2009-07-26 | do not make symlinks in the cwd during the test | Daniel Kahn Gillmor | |
2009-07-26 | skip tests that will not behave properly when run under a loose working ↵ | Daniel Kahn Gillmor | |
directory. | |||
2009-07-26 | make sure test sets proper permissions on the admin GNUPGHOME | Daniel Kahn Gillmor | |
2009-07-24 | started preparing tests to work under loosely-permissioned temporary ↵ | Daniel Kahn Gillmor | |
directories. | |||
2009-07-24 | small bug fix, and readbility improvements | Jameson Graef Rollins | |
2009-07-24 | Revert "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-24 | Merge commit 'dkg/master' | Jameson Graef Rollins | |
2009-07-24 | shoring up known_hosts creation with proper umask and with multi-level ↵ | Daniel Kahn Gillmor | |
directory creation. | |||
2009-07-24 | make 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-24 | make failures with unwritable known_hosts slightly less cryptic. | Daniel Kahn Gillmor | |
2009-07-24 | Merge commit 'dkg/master' | Jameson Graef Rollins | |
2009-07-24 | only 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-24 | improve the marginal ui a bit. note number of invalid keys. closes ms #1141 | Jameson Graef Rollins | |