Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2009-03-02 | added a prerm script to explicitly fail if someone attempts to downgrade to ↵ | Daniel Kahn Gillmor | |
anything before 0.23 | |||
2009-03-01 | point explicitly to GPL v3 in debian/copyright (satisfies lintian --pedantic) | Daniel Kahn Gillmor | |
2009-03-01 | moved set -e from the shebang line to an explicit setting in maintainer ↵ | Daniel Kahn Gillmor | |
scripts to pacify lintian --pedantic. | |||
2009-03-01 | include bug number for fixing transition script issues. | Daniel Kahn Gillmor | |
2009-03-01 | touching up changelog; switch ${shlibs:Depends} to ${misc:Depends} to ↵ | Daniel Kahn Gillmor | |
mollify lintian. | |||
2009-03-01 | use 'which' instead of 'type' in postrm, so lintian doesn't complain. | Jameson Graef Rollins | |
2009-03-01 | debian packaging overhaul. | Daniel Kahn Gillmor | |
2009-02-28 | work on maintainer scripts: | Jameson Graef Rollins | |
- remove preinst and prerm because they were empty - put everything in postint into 'config' argument, since that's really what it is - make sure deletion of monkeysphere user is correct, based on what we found here: http://wiki.debian.org/AccountHandlingInMaintainerScripts | |||
2009-02-22 | Fix how version number is saved/retrieved. Version is now stored in | Jameson Graef Rollins | |
VERSION file, which is created in the tarball target. This is then installed at /usr/share/monkeysphere/VERSION, and cat'ed when the version number is requested by the front-end ui. No more manual setting of version number required (to avoid future problems, aka "0.23.1"). This system is also more flexible, as the VERSION file could potentially hold more info than just the release number. | |||
2009-02-21 | preparing for stupid brown paper bag 0.23.1 release. | Daniel Kahn Gillmor | |
2009-02-21 | updating the changelog. | Daniel Kahn Gillmor | |
2009-02-21 | fixing up some documentation, including version notes in getting started. | Daniel Kahn Gillmor | |
2009-02-20 | Add "true" to prerm script so that lintian will stop complaining that | Jameson Graef Rollins | |
the script is empty. also small doc tweaks. | |||
2009-02-20 | clean up 0.23 changelog entry | Daniel Kahn Gillmor | |
2009-02-19 | The monkeysphere {import,gen}_subkey functions were not up-to-date. | Jameson Graef Rollins | |
did a lot of work to bring them up-to-date, and better handle argument checking. also updated man page, changelog, and tests/basic. | |||
2009-02-19 | fix call to transition script in postinst script, and fix lintian error ↵ | Jameson Graef Rollins | |
about transitions README | |||
2009-02-19 | added notes about transition to debian/changelog | Daniel Kahn Gillmor | |
2009-02-19 | making clearer comments in the transition script, invoking from postinst for ↵ | Daniel Kahn Gillmor | |
debian. | |||
2009-02-18 | added debian/NEWS file so that early adopters are appraised of the changes. | Daniel Kahn Gillmor | |
2009-02-17 | fix ma so that the setup command is folded into the other commands, so | Jameson Graef Rollins | |
it's never needed to be run manually, and can therefore be supressed in the usage/documentation. Also, add setup to the postinst script so that it's setup on installation. Also add pipefail to ma, and try to supress unnecessary gpg output, and redirect other to log debug. | |||
2009-02-15 | fix the publish_key function for new gpg_sphere. | Jameson Graef Rollins | |
2009-01-31 | packaging/debian: add some transition stuff to the preinst script | Jameson Graef Rollins | |
2009-01-31 | remove things i think will no longer be needed from the debian packaging ↵ | Jameson Graef Rollins | |
scripts. | |||
2009-01-31 | fix makefile, and remove now-unneeded dirs in debian packaging | Jameson Graef Rollins | |
2009-01-31 | update debian changelog with plans for 0.23 release. | Daniel Kahn Gillmor | |
2009-01-31 | updating Makefile and debian dependencies. | Daniel Kahn Gillmor | |
2008-12-30 | clean up option parsing and key checking in gen_key function, | Jameson Graef Rollins | |
including adding checking for validity of existing authentication subkeys. | |||
2008-12-28 | added version output option | Jameson Graef Rollins | |
2008-12-26 | updating freebsd patch to allow monkeysphere-ssh-proxycommand to work (path ↵ | Daniel Kahn Gillmor | |
updates). | |||
2008-12-26 | updating freebsd port information for version 0.22 | Daniel Kahn Gillmor | |
2008-12-16 | get rid of getopts. | Jameson Graef Rollins | |
add checks for root user, and better checking of presence of host key. | |||
2008-11-30 | add new check_host_keyring function for better checks for the | Jameson Graef Rollins | |
existence of a host private key for functions that require it to be there. |