Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-14 | force link making when installing, for idempotence | Jameson Rollins | |
2010-09-14 | fix *all* install paths, including in man pages and transition scripts | Jameson Rollins | |
2010-09-14 | fix install target to not add DESTDIR to installed prefix | Jameson Rollins | |
2010-09-14 | fix specification of install directories in top level scripts. | Jameson Rollins | |
Various install paths were hard coded in the top level scripts. This was causing problems for non-standard install locations. Also added use of LOCALSTATEDIR variable to specify /var/lib path. | |||
2010-07-15 | added some examples for system integration | Daniel Kahn Gillmor | |
2010-07-04 | add keys-for-user subcommand to monkeysphere-authentication | Jameson Rollins | |
This subcommand will output all valid key for a given user. The user's authorized_user_ids file will be read for OpenPGP user IDs, one per line. The ssh-formated RSA keys will be output to stdout. Also included is a simple script that takes the user as it's one argument and exec's this command. This is something that would be suitable for the proposed sshd AuthorizedKeysCommand. | |||
2010-03-23 | removing git commit id from the VERSION file, since it is ambiguous for ↵ | Daniel Kahn Gillmor | |
packaged versions vs. versions installed by "make install" (and complicated to build cleanly anyway) | |||
2010-03-23 | moving git buildpackage configuration off of master branch (please put it ↵ | Daniel Kahn Gillmor | |
debian/gbp.conf in the debian branch) | |||
2010-03-23 | we should be making the tarball with git archive now (this is now ↵ | Daniel Kahn Gillmor | |
idempotent, yay!); no need for the tarball make target | |||
2010-03-23 | automate updating of VERSION file | Daniel Kahn Gillmor | |
2010-03-23 | change makefile to use git-buildpackage for debian packaging | Jameson Rollins | |
2010-03-23 | remove installation of removed doc dir from tarball and install make targets | Jameson Rollins | |
2010-03-14 | renaming changelog to Changelog in the makefile | Daniel Kahn Gillmor | |
2010-01-19 | actually ship new upstream changelog | Daniel Kahn Gillmor | |
2010-01-19 | switch Makefile to use upstream changelog for versioning info | Daniel Kahn Gillmor | |
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 | |