Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-02 | editing comments in monkeysphere-ssh-proxycommand. | Daniel Kahn Gillmor | |
2008-09-02 | some cleanup to the proxycommand. | Jameson Graef Rollins | |
2008-09-02 | switched monkeysphere-ssh-proxycommand to #!/bin/bash, as it has become more ↵ | Daniel Kahn Gillmor | |
complex. | |||
2008-09-01 | Start modifications to output logging with LOG_LEVEL. | Jameson Graef Rollins | |
2008-08-12 | fix another bug when processing ssh key files that do not exist. | Jameson Graef Rollins | |
2008-07-29 | use socat if netcat is not available from monkeysphere-ssh-proxycommand. ↵ | Daniel Kahn Gillmor | |
Recommend: netcat | socat instead of just netcat. | |||
2008-07-29 | fix bug in ssh-proxycommand. | Jameson Graef Rollins | |
2008-07-09 | A bunch of changes for variable scoping, exit codes, etc. See | Jameson Graef Rollins | |
debian/changelog. | |||
2008-07-01 | small tweak to man page, and fix some alt port handling in proxy command. | Jameson Graef Rollins | |
2008-06-30 | Allow for passing CHECK_KEYSERVER variable to proxycommand | Jameson Graef Rollins | |
2008-06-30 | Update man pages. Small tweak to proxycommand. | Jameson Graef Rollins | |
2008-06-23 | Revert to simpler keyserver checking policy in proxy-command. | Jameson Graef Rollins | |
2008-06-19 | Added server config variable to specify user authorized_user_ids file, | Jameson Graef Rollins | |
and changed default. | |||
2008-06-18 | Add more nuanced keyserver checking policy, including a defered check | Jameson Graef Rollins | |
if key is not in keyring, but is in known_hosts. | |||
2008-06-16 | Merge branch 'master' into no-cache | Jameson Graef Rollins | |
Conflicts: src/common src/monkeysphere src/monkeysphere-ssh-proxycommand | |||
2008-06-16 | Add log output for keyserver checking. | Jameson Graef Rollins | |
Fix bug in proxy command to export CHECK_KEYSERVER variable. | |||
2008-06-16 | Allow for specification of whether to check keyserver. | Jameson Graef Rollins | |
Update proxy command to check keyserver if host not found in known_hosts. | |||
2008-06-16 | Allow for specification of whether to check keyserver. | Jameson Graef Rollins | |
Update proxy command to check keyserver if host not found in known_hosts. | |||
2008-06-10 | Cleaned/fix up update-userid function. also some general cleanup. | Jameson Graef Rollins | |
2008-06-10 | New client/server components: | Jameson Graef Rollins | |
- broke out all common functions to "common" file - put all client commands into "monkeysphere" script - put all server commands into "monkeysphere-server" script - moved all code into src directory to clean things up a bit - this effectively makes obsolete rhesus and howler - added proposed monkeysphere-ssh-proxycommand script that can be called to update known_hosts from ssh ProxyCommand - updated monkeysphere.conf to work as global client config - added monkeysphere-server.conf for server config |