Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-01 | removed test_gnu_dummy_s2k_extension(); no longer necessary | Daniel Kahn Gillmor | |
2009-02-21 | correct return codes for monkeysphere subkey-to-ssh-agent | Daniel Kahn Gillmor | |
2009-02-21 | un-fix non-typo in ssh_proxycommand. (my mistake!) | Daniel Kahn Gillmor | |
2009-02-21 | fixing typo in ssh_proxycommand. | Daniel Kahn Gillmor | |
2009-02-21 | fix return in subkey_to_ssh_agent, so that it returns, instead of exits | Jameson Graef Rollins | |
2009-02-21 | make sure we're explicitly capturing return codes in places where they are ↵ | Jameson Graef Rollins | |
tested, in case things are being run set -e | |||
2009-02-20 | document why monkeysphere import-subkey is not yet working. | Daniel Kahn Gillmor | |
2009-02-19 | Merge commit 'jrollins/master' | Daniel Kahn Gillmor | |
2009-02-19 | correcting ssh_proxycommand output. | Daniel Kahn Gillmor | |
2009-02-19 | remove import_subkey from monkeysphere usage and man page until we get | Jameson Graef Rollins | |
a chance to fully implement it. | |||
2009-02-19 | the import_subkey function was in fact not implement at all. MUST FIX! | Jameson Graef Rollins | |
2009-02-19 | add a gpg_user function in monkeysphere to add some gpg quieting | Jameson Graef Rollins | |
option, and use it in all gpg invocations. add a trap to subkey_to_ssh_agent. | |||
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 | added msmktempfile; got rid of /dev/stdin assumption in ssh_proxycommand for ↵ | Daniel Kahn Gillmor | |
portability | |||
2009-02-19 | fix CHECK_KEYSERVER variable in monkeysphere, so the default is correct for ↵ | Jameson Graef Rollins | |
proxycommand, and fix an errant bad line in proxycommand. | |||
2009-02-19 | tweak some of the prompting, to change defaults, and add PROMPT usage where ↵ | Jameson Graef Rollins | |
missing | |||
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-01 | fix the log output for the ssh-proxycommand | Jameson Graef Rollins | |
2009-02-01 | small tweak to ssh-proxycommand comments. | Jameson Graef Rollins | |
2009-01-31 | move src/subcommands to srv/share, and add common file to src/share (update ↵ | Jameson Graef Rollins | |
Makefile as well) |