Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2009-03-22 | Start of macport packaging. | Jameson Graef Rollins | |
2009-03-18 | modify the ssh_proxycommand marginal ui output so that it better | Jameson Graef Rollins | |
handles the case where the host can not be contacted. the new system attempts to retrieve the host ssh key before any ui output is made. this should make things a little clearer in this corner case, and make things a little more flexible down the line. | |||
2009-03-10 | include changelog entry about mktemp portability update. | Daniel Kahn Gillmor | |
2009-03-10 | Merge commit 'dkg/master' | Jameson Graef Rollins | |
2009-03-10 | FreeBSD packaging: revert to simpler hack for debian tarballs; use ${FIND} ↵ | Daniel Kahn Gillmor | |
instead of find | |||
2009-03-10 | FreeBSD packaging: make sure to clean up cruft after in-place sed replacement. | Daniel Kahn Gillmor | |
2009-03-10 | FreeBSD porting: trying to make sure package cleanup goes smoothly. | Daniel Kahn Gillmor | |
2009-03-10 | cleaning up a lingering non-portable mktemp invocation. | Daniel Kahn Gillmor | |
2009-03-10 | FreeBSD packaging: use tabs for variable declarations in Makefile | Daniel Kahn Gillmor | |
2009-03-10 | FreeBSD: clean up some portlint warnings. | Daniel Kahn Gillmor | |
2009-03-10 | FreeBSD porting: do one more path translation. | Daniel Kahn Gillmor | |
2009-03-10 | FreeBSD porting: using in-place sed to replace paths. Using ↵ | Daniel Kahn Gillmor | |
pack("%32U",...) for checksum, which seems to work for both perl 5.8 and 5.10 | |||
2009-03-09 | More FreeBSD packaging work: removing gnutls patches -- not needed for ↵ | Daniel Kahn Gillmor | |
monkeysphere; updating maintainer scripts. | |||
2009-03-09 | update freebsd Makefile to reflect reorganization of Monkeysphere, and ↵ | Daniel Kahn Gillmor | |
transition to perl. | |||
2009-03-09 | updating FreeBSD port for 0.24 | Daniel Kahn Gillmor | |
2009-03-07 | fix the marginal ui output so that it's not prefixed by the | Jameson Graef Rollins | |
LOG_PREFIX. also make sure to always export the LOG_PREFIX, so that it gets passed to subprocces su_monkeysphere_user. | |||
2009-03-03 | prepare for 0.24 release | Daniel Kahn Gillmor | |
2009-03-03 | add cron to Recommends | Jameson Graef Rollins | |
2009-03-02 | clearer error reporting for transition scripts in postinst. | Daniel Kahn Gillmor | |
2009-03-02 | added ability to specify subkeys to add to agent with ↵ | Jameson Graef Rollins | |
MONKEYSPHERE_SUBKEYS_FOR_AGENT variable. |