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
26 files changed:
.gitignore
gpg2ssh/Makefile [deleted file]
gpg2ssh/gnutls-helpers.c [deleted file]
gpg2ssh/gnutls-helpers.h [deleted file]
gpg2ssh/gpg2ssh.c [deleted file]
gpg2ssh/main.c [deleted file]
gpg2ssh/ssh2gpg.c [deleted file]
howler/howler [deleted file]
langur/README [deleted file]
monkeysphere-server.conf [new file with mode: 0644]
monkeysphere.conf
rhesus/README [deleted file]
rhesus/rhesus [deleted file]
src/common [new file with mode: 0755]
src/gpg2ssh/Makefile [new file with mode: 0644]
src/gpg2ssh/gnutls-helpers.c [new file with mode: 0644]
src/gpg2ssh/gnutls-helpers.h [new file with mode: 0644]
src/gpg2ssh/gpg2ssh.c [new file with mode: 0644]
src/gpg2ssh/main.c [new file with mode: 0644]
src/gpg2ssh/ssh2gpg.c [new file with mode: 0644]
src/howler/howler [new file with mode: 0755]
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 [new file with mode: 0644]
src/rhesus/rhesus [new file with mode: 0755]