summaryrefslogtreecommitdiff
path: root/packaging
AgeCommit message (Collapse)Author
2010-01-19updating copyright year in debian postinst packagingDaniel Kahn Gillmor
2010-01-18add 0.28 transition script to generate new host_keys.pub.pgp file, and ↵Jameson Rollins
remove all ssh_host_rsa_key.pub.gpg file
2010-01-18wordsmithing debian/controlDaniel Kahn Gillmor
2010-01-17separate upstream and debian packaging changelogsJameson Rollins
2010-01-16update package descriptionJameson Rollins
2010-01-16update changelogJameson Rollins
2010-01-14added simple basic test for second key for monkeysphere-host, pulled this ↵Daniel Kahn Gillmor
time from OpenSSL
2010-01-11rename keys-from-userid command to more accurate keys-for-useridJameson Rollins
leave the old command for now, but warn as deprecated.
2010-01-11preparing to release 0.27-1Daniel Kahn Gillmor
2010-01-11add note to changelog about closure of issue #1536Jameson Rollins
2010-01-10update my user IDJameson Rollins
2010-01-10Fix 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-10Add 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-26indicate that no changes were needed for the policy bump (and version the ↵Daniel Kahn Gillmor
unreleased changelog entry as a prerelease).
2009-12-24add cpio to Build-DependsJameson Graef Rollins
2009-12-20fix ms Issue #1536 for gpg edit/addkey UI changeJameson 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-19update standards version to 3.8.3Jameson Graef Rollins
2009-12-03removed superfluous CopyrightDaniel Kahn Gillmor
2009-12-03added revision information to the debian/copyright Format-Specification, ↵Daniel Kahn Gillmor
since DEP5 is not yet stable
2009-11-28updated debian/copyright to match the latest version of DEP5Daniel Kahn Gillmor
2009-08-11update macports PortfileJameson Graef Rollins
2009-08-07updated freebsd port for 0.26Daniel Kahn Gillmor
2009-08-01update changelog for 0.26Jameson Graef Rollins
2009-08-01attempting to resolve MS #675Daniel Kahn Gillmor
2009-08-01switch to using new checkperms script.Daniel 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-24improve the marginal ui a bit. note number of invalid keys. closes ms #1141Jameson Graef Rollins
2009-07-18update changelogJameson Graef Rollins
2009-07-17update macport dependecy on p5-digest-shaJameson Graef Rollins
2009-07-17updating freebsd port for 0.25Daniel Kahn Gillmor
2009-07-16update changelog for 0.25 releaseJameson Graef Rollins
2009-07-14update changelog with work on MS #422Daniel Kahn Gillmor
2009-07-12Merge commit 'jrollins/master'Daniel Kahn Gillmor
2009-07-12document slackware SlackBuild scripts from rhattoDaniel Kahn Gillmor
2009-07-11update portfile with new release infoJameson Graef Rollins
2009-07-11switching keyrtrans from Digest::SHA1 to Digest::SHADaniel Kahn Gillmor
2009-07-11fix closes: in changelog, and update standards versionJameson Graef Rollins
2009-07-11update changelog from previous commitJameson Graef Rollins
2009-06-29fix frankly bizarre accidental change from last commit.Jameson Graef Rollins
2009-06-29resolve symlinks when checking path permissionsJameson Graef Rollins
Thanks to Silvio Rhatto for the patch. This should close MS bug #917
2009-05-21properly match fingerprints with leading 0 bytes ↵Daniel Kahn Gillmor
(https://labs.riseup.net/code/issues/show/831)
2009-05-12pem2openpgp now makes signatures over SHA256 instead of SHA1, due to ↵Daniel Kahn Gillmor
concerns about the growing weakness of SHA1.
2009-04-30Add sshfpr subcommand to monkeysphereJameson Graef Rollins
This is a very simple subcommand that outputs the ssh fingerprint of a key in your gpg keyring, by keyid.
2009-04-06update debian packaging Standards-Version to 3.8.1Jameson Graef Rollins
2009-04-06revert macports back to state for 0.24, until 0.25 is actually releasedJameson Graef Rollins
2009-04-06add new util script to update the macports PortfileJameson Graef Rollins
2009-04-06macports: remove socat from the run depends, since it's not actually a run ↵Jameson Graef Rollins
dependency.
2009-04-06macports: improve perl shebang line modification for keytransJameson Graef Rollins
2009-04-06macports: 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-05macports: move to just perl5 dependency (which for now is 5.8).Jameson Graef Rollins