Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-14 | added simple basic test for second key for monkeysphere-host, pulled this ↵ | Daniel Kahn Gillmor | |
time from OpenSSL | |||
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 | preparing to release 0.27-1 | Daniel Kahn Gillmor | |
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 | 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 | 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. | |||
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-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-08-11 | update macports Portfile | Jameson Graef Rollins | |
2009-08-07 | updated freebsd port for 0.26 | Daniel Kahn Gillmor | |
2009-08-01 | update changelog for 0.26 | Jameson Graef Rollins | |
2009-08-01 | attempting to resolve MS #675 | Daniel Kahn Gillmor | |
2009-08-01 | switch to using new checkperms script. | 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-24 | improve the marginal ui a bit. note number of invalid keys. closes ms #1141 | Jameson Graef Rollins | |
2009-07-18 | update changelog | Jameson Graef Rollins | |
2009-07-17 | update macport dependecy on p5-digest-sha | Jameson Graef Rollins | |
2009-07-17 | updating freebsd port for 0.25 | Daniel Kahn Gillmor | |
2009-07-16 | update changelog for 0.25 release | Jameson Graef Rollins | |
2009-07-14 | update changelog with work on MS #422 | Daniel Kahn Gillmor | |
2009-07-12 | Merge commit 'jrollins/master' | Daniel Kahn Gillmor | |
2009-07-12 | document slackware SlackBuild scripts from rhatto | Daniel Kahn Gillmor | |
2009-07-11 | update portfile with new release info | Jameson Graef Rollins | |
2009-07-11 | switching keyrtrans from Digest::SHA1 to Digest::SHA | Daniel Kahn Gillmor | |
2009-07-11 | fix closes: in changelog, and update standards version | Jameson Graef Rollins | |
2009-07-11 | update changelog from previous commit | Jameson Graef Rollins | |
2009-06-29 | fix frankly bizarre accidental change from last commit. | Jameson Graef Rollins | |
2009-06-29 | resolve symlinks when checking path permissions | Jameson Graef Rollins | |
Thanks to Silvio Rhatto for the patch. This should close MS bug #917 | |||
2009-05-21 | properly match fingerprints with leading 0 bytes ↵ | Daniel Kahn Gillmor | |
(https://labs.riseup.net/code/issues/show/831) | |||
2009-05-12 | pem2openpgp now makes signatures over SHA256 instead of SHA1, due to ↵ | Daniel Kahn Gillmor | |
concerns about the growing weakness of SHA1. | |||
2009-04-30 | Add sshfpr subcommand to monkeysphere | Jameson Graef Rollins | |
This is a very simple subcommand that outputs the ssh fingerprint of a key in your gpg keyring, by keyid. | |||
2009-04-06 | update debian packaging Standards-Version to 3.8.1 | Jameson Graef Rollins | |
2009-04-06 | revert macports back to state for 0.24, until 0.25 is actually released | Jameson Graef Rollins | |
2009-04-06 | add new util script to update the macports Portfile | Jameson Graef Rollins | |
2009-04-06 | macports: remove socat from the run depends, since it's not actually a run ↵ | Jameson Graef Rollins | |
dependency. | |||
2009-04-06 | macports: improve perl shebang line modification for keytrans | Jameson Graef Rollins | |
2009-04-06 | macports: add a hook to replace the keytrans shebang line with one that use ↵ | Jameson Graef Rollins | |
/usr/bin/env. this removes the -T taint checking option, so we need to make sure this is ok, but this is the only way to get keytrans to work with the correct macports version of perl | |||
2009-04-05 | macports: move to just perl5 dependency (which for now is 5.8). | Jameson Graef Rollins | |
2009-04-05 | macports: fix perl dependencies, and add socat dependency | Jameson Graef Rollins | |
2009-04-05 | macports: better way to swap SYSDATADIR | Jameson Graef Rollins | |
2009-04-04 | macports: attempt at something that would 'patch' in the correct SYS..DIR ↵ | Jameson Graef Rollins | |
variables | |||
2009-04-04 | some updates to the macports package. actually installs things properly ↵ | Jameson Graef Rollins | |
now, but there are still some run-time issues to sort out. | |||
2009-03-23 | updating debian/changelog | Daniel Kahn Gillmor | |
2009-03-22 | some more pruning of unnecessary usage of cat for the gnupg scripts. | Jameson Graef Rollins | |