New client/server components:
authorJameson Graef Rollins <jrollins@phys.columbia.edu>
Tue, 10 Jun 2008 21:17:51 +0000 (17:17 -0400)
committerJameson Graef Rollins <jrollins@phys.columbia.edu>
Tue, 10 Jun 2008 21:17:51 +0000 (17:17 -0400)
commit4793624c65673268128fb0146cd9bd1b3cfeb6c4
treeccc0f83373ac7e47dd71202ee4376e952652c675
parent6c335e70360c7502a2205d21e9f96d4bf2679cbd
New client/server components:
- 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
17 files changed:
.gitignore
langur/README [deleted file]
monkeysphere-server.conf [new file with mode: 0644]
monkeysphere.conf
src/common [new file with mode: 0755]
src/gpg2ssh/Makefile [moved from gpg2ssh/Makefile with 100% similarity]
src/gpg2ssh/gnutls-helpers.c [moved from gpg2ssh/gnutls-helpers.c with 100% similarity]
src/gpg2ssh/gnutls-helpers.h [moved from gpg2ssh/gnutls-helpers.h with 100% similarity]
src/gpg2ssh/gpg2ssh.c [moved from gpg2ssh/gpg2ssh.c with 100% similarity]
src/gpg2ssh/main.c [moved from gpg2ssh/main.c with 100% similarity]
src/gpg2ssh/ssh2gpg.c [moved from gpg2ssh/ssh2gpg.c with 100% similarity]
src/howler/howler [moved from howler/howler with 100% similarity]
src/monkeysphere [new file with mode: 0755]
src/monkeysphere-server [new file with mode: 0755]
src/monkeysphere-ssh-proxycommand [new file with mode: 0755]
src/rhesus/README [moved from rhesus/README with 100% similarity]
src/rhesus/rhesus [moved from rhesus/rhesus with 100% similarity]