Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-14 | added missing openssl.cnf for test suite. | Daniel Kahn Gillmor | |
2010-01-14 | update monkeysphere-authentication(8) to acknowledge use of monkeysphere ↵ | Daniel Kahn Gillmor | |
beyond OpenSSH | |||
2010-01-14 | update monkeysphere(1) to acknowledge use beyond OpenSSH | Daniel Kahn Gillmor | |
2010-01-14 | added simple basic test for second key for monkeysphere-host, pulled this ↵ | Daniel Kahn Gillmor | |
time from OpenSSL | |||
2010-01-14 | changed test suite variable from HOSTKEY to SSHHOSTKEY; updated path to ↵ | Daniel Kahn Gillmor | |
exported host keys (from ssh_host_rsa_key.pub.gpg to host_keys.gpg.pub) | |||
2010-01-14 | updating test suite to new preferred "monkeysphere-host ↵ | Daniel Kahn Gillmor | |
{add,revoke}-servicename" subcommand | |||
2010-01-14 | updated test suite to use scheme://hostname instead of raw hostname, in ↵ | Daniel Kahn Gillmor | |
preparation for multi-key monkeysphere-host | |||
2010-01-14 | added test of "monkeysphere keys-for-userid" | Daniel Kahn Gillmor | |
2010-01-14 | updated Makefile copyright info to use © symbol since (c) is apparently ↵ | Daniel Kahn Gillmor | |
legally meaningless | |||
2010-01-12 | recorded recent george.riseup.net upgrade | Daniel Kahn Gillmor | |
2010-01-12 | touching up the switch to keys-for-userid | Daniel Kahn Gillmor | |
2010-01-11 | rename keys-from-userid command to more accurate keys-for-userid | Jameson Rollins | |
leave the old command for now, but warn as deprecated. | |||
2010-01-11 | added releasenote for 0.27 | Daniel Kahn Gillmor | |
2010-01-11 | preparing to release 0.27-1 | Daniel Kahn Gillmor | |
2010-01-11 | normalize output for monkeysphere when no subcommand is issued or when an ↵ | Daniel Kahn Gillmor | |
unknown subcommand is issued | |||
2010-01-11 | fix invocation without subcommands to call usage function and exit 1 explicitlly | Jameson Rollins | |
2010-01-11 | add standard --version option for version output | Jameson Rollins | |
2010-01-11 | add note to changelog about closure of issue #1536 | Jameson Rollins | |
2010-01-10 | update my user ID | Jameson Rollins | |
2010-01-10 | Merge remote branch 'mjgoins/master' | Jameson Rollins | |
2010-01-10 | Merge branch 'master' of git://labs.riseup.net/~micah/monkeysphere | Matthew James Goins | |
2010-01-10 | Fix patch for gen_key to test gpg version. | Jameson Rollins | |
This patch checks the version of gpg (for v1 and v2) and sets the key type command for the gen_subkey gpg edit-key script appropriately. | |||
2010-01-10 | added notes about what version needs what keyType | Daniel Kahn Gillmor | |
2010-01-10 | Add new keys-from-userid subcommand to monkeysphere UI. | Jameson Rollins | |
This new subcommand calls a new function, keys_from_userid, that outputs to stdout all acceptable keys for a given user ID literal. | |||
2010-01-10 | Clean up REQUIRED_KEY_CAPABILITY option passing to process_user_id. | Jameson Rollins | |
Get rid of 'MODE' stuff, since it was not very clear and wasn't really being used. | |||
2010-01-09 | fix pem2openpgp(1) synopsis. | Daniel Kahn Gillmor | |
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 | |