Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-19 | Merge commit 'dkg/master' | Jameson Graef Rollins | |
2009-02-19 | add PROMPT respect in get_gpg_expiration | Jameson Graef Rollins | |
2009-02-19 | making clearer comments in the transition script, invoking from postinst for ↵ | Daniel Kahn Gillmor | |
debian. | |||
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-02-19 | Merge commit 'dkg/master' | Jameson Graef Rollins | |
2009-02-19 | made gpg_sphere use --quiet again, and now doing more explicit extraction of ↵ | Daniel Kahn Gillmor | |
key fingerprint during add-certifier from file. | |||
2009-02-19 | Cleanup how variables are specified and loaded: | Jameson Graef Rollins | |
- define more common variables in share/common - cleanup how defaults are specified - fix how CHECK_KEYSERVER was determined in monkeysphere Fix calls to update_known_hosts and update_authorized_keys in monkeysphere so that some of the checks are done within the functions themselves, as opposed in the monkeysphere wrapper, so that other functions can call them easier. Fix ssh-proxycommand that had some left over cruft from the transition. | |||
2009-02-18 | new msmktempdir function, to simplify making temporary directories. remove ↵ | Jameson Graef Rollins | |
MHTMPDIR, since it's not needed. | |||
2009-02-17 | describe the motivation for our current su_monkeysphere_user implementation. | Daniel Kahn Gillmor | |
2009-02-17 | add test to su_monkeysphere_user to check that the user is | Jameson Graef Rollins | |
monkeysphere user or root, and fail otherwise. this is so that there is no password prompt for unpriviledged users (see bug #519). | |||
2009-02-12 | fix the su_monkeysphere_user function so that it does 'bash -c' instead of ↵ | Jameson Graef Rollins | |
'eval', if the user already is the monkeysphere user, so that a proper subshell is invoked. | |||
2009-02-12 | add some debug logging to some common functions | Jameson Graef Rollins | |
2009-02-09 | break su_monkeysphere_user into common function, since it will likely | Jameson Graef Rollins | |
be needed by both m-host and m-auth for communicating with keyservers. | |||
2009-02-01 | fix the log output for the ssh-proxycommand | Jameson Graef Rollins | |
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) |