Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-18 | fix keytrans test to handle possible permuted output of keytrans listfprs ↵ | Jameson Rollins | |
from expected order | |||
2010-01-14 | updated Makefile copyright info to use © symbol since (c) is apparently ↵ | Daniel Kahn Gillmor | |
legally meaningless | |||
2009-08-01 | switch to using new checkperms script. | Daniel Kahn Gillmor | |
2009-07-11 | show git revision in version commands | mike castleman | |
2009-07-11 | Test keytrans in addition to testing the basic suite | Daniel Kahn Gillmor | |
2009-04-06 | make test prompt for shell on failure enbabled by default, and turned off ↵ | Jameson Graef Rollins | |
with env variable MONKEYSPHERE_TEST_NO_EXAMINE | |||
2009-04-06 | add macports portfile update target to makefile | Jameson Graef Rollins | |
2009-03-01 | break out default variables into their own file: defaultenv | Jameson Graef Rollins | |
this allows the common file to be sourced without reseting variables to their defaults, which was causing a problem with su_monkeysphere_user. also added some more debug messages. | |||
2009-03-01 | added "test" target for make | Daniel Kahn Gillmor | |
2009-03-01 | transition to the perl-based keytrans implementation. | Daniel Kahn Gillmor | |
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-19 | fix call to transition script in postinst script, and fix lintian error ↵ | Jameson Graef Rollins | |
about transitions README | |||
2009-02-19 | install the transition scripts as executable by the superuser. | Daniel Kahn Gillmor | |
2009-02-19 | adopting new transition script strategy | Daniel Kahn Gillmor | |
2009-02-19 | shipping transition script; requiring manual version synchronization between ↵ | Daniel Kahn Gillmor | |
common and the changelog (until we come up with a more general templating build process) | |||
2009-01-31 | fix some things bugs from the separation transition, and try to fix the test ↵ | Jameson Graef Rollins | |
scripts | |||
2009-01-31 | move src/subcommands to srv/share, and add common file to src/share (update ↵ | Jameson Graef Rollins | |
Makefile as well) | |||
2009-01-31 | fix makefile, and remove now-unneeded dirs in debian packaging | Jameson Graef Rollins | |
2009-01-31 | break out subfunctions from monkeysphere command | Jameson Graef Rollins | |
2009-01-31 | updating Makefile and debian dependencies. | Daniel Kahn Gillmor | |
2009-01-31 | add pem2openpgp to make install target | Jameson Graef Rollins | |
add link to pem2openpgp in openpgp2ssh man page Merge commit 'micah/master' Conflicts: doc/george/changelog | |||
2008-12-28 | added version output option | Jameson Graef Rollins | |
2008-11-15 | move debian packaging to the packaging/ subdirectory. | Jameson Graef Rollins | |
2008-11-10 | add shebang and copyright to makefile. | Jameson Graef Rollins | |
2008-10-30 | Couple of small fixes to makefile. | Jameson Graef Rollins | |
2008-10-28 | make sure that the /etc/monkeysphere/gpg-*.conf are placed during package ↵ | Daniel Kahn Gillmor | |
installation. | |||
2008-10-26 | packaging preparations for 0.16-1 release. | Daniel Kahn Gillmor | |
2008-09-14 | documenting problems with the tarball generation process. | Daniel Kahn Gillmor | |
2008-09-12 | make calls to hostname portable; more tweaks to FreeBSD packaging. | Daniel Kahn Gillmor | |
2008-09-12 | fixing another Makefile configfile installation goof. | Daniel Kahn Gillmor | |
2008-09-12 | fixing Makefile configfile installation goof. | Daniel Kahn Gillmor | |
2008-09-12 | tweaking installations of config files so that FreeBSD ports do not clobber ↵ | Daniel Kahn Gillmor | |
local sysadmin changes. | |||
2008-09-12 | more monkeying around with portable ways to install the manpages. | Daniel Kahn Gillmor | |
2008-09-12 | more packaging shennanigans (nc is available in FreeBSD-7-STABLE by default, ↵ | Daniel Kahn Gillmor | |
apparently) | |||
2008-09-05 | scripts to "make releasenote" to make my life easier. | Daniel Kahn Gillmor | |
2008-09-04 | packaging simplification, TODO cleanup. | Daniel Kahn Gillmor | |
2008-09-04 | tuning up the make install target. | Daniel Kahn Gillmor | |
2008-09-04 | adding make install target | Daniel Kahn Gillmor | |
2008-09-04 | preparing for 0.14-1 release with old packaging format. | Daniel Kahn Gillmor | |
2008-09-04 | Revert "we are building with the format 3.0 (git) packaging techniques now; ↵ | Daniel Kahn Gillmor | |
simplify makefile. change "release" target to "tarbball", since we are not releasing this way yet." I want to move back to the old way of building the packages because having tarballs available to the public is a good thing. This reverts commit bdee166ec49a499e7203e9bf7f4bd783b5ef0232. | |||
2008-09-03 | we are building with the format 3.0 (git) packaging techniques now; simplify ↵ | Daniel Kahn Gillmor | |
makefile. change "release" target to "tarbball", since we are not releasing this way yet. | |||
2008-09-02 | shipping getting-started docs in the release tarball; nevermind about ↵ | Daniel Kahn Gillmor | |
calling them README. | |||
2008-07-26 | more documentation for end users (and more FIXMEs), including README.admin ↵ | Daniel Kahn Gillmor | |
in the build. | |||
2008-06-19 | added debian-package target to Makefile to simplify package building ↵ | Daniel Kahn Gillmor | |
process. It gets a little weird and recursive; could probably be better-engineered. | |||
2008-06-13 | monkeysphere debianization. Package can now be cleanly built with minimal ↵ | Daniel Kahn Gillmor | |
lintian warnings. | |||
2008-06-13 | added top-level Makefile for ease of building with debhelper. | Daniel Kahn Gillmor | |
stupid whitespace cleanup in openpgp2ssh.c | |||
2008-05-25 | move gpg2ssh stuff into it's own subdirectory to reduce some cluter | Jameson Graef Rollins | |
2008-04-21 | initial pass at converting PEM-encoded private keys into OpenPGP public keys. | Daniel Kahn Gillmor | |
2008-04-08 | working with subkeys: preparing to write a gnutls-based gpg2ssh capable of ↵ | Daniel Kahn Gillmor | |
feeding the monkeysphere. | |||
2008-04-07 | broke out gnutls business into a helper file in preparation for new projects. | Daniel Kahn Gillmor | |