* Fleshed out the ctdlsh interface a bit. Right now it's just a simple shell that...
authorArt Cancro <ajc@citadel.org>
Thu, 18 Jun 2009 17:17:45 +0000 (17:17 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 18 Jun 2009 17:17:45 +0000 (17:17 +0000)
commit6e8b01b9eed1710891368772d9cd02a41aa88e07
treeda4aa4b32ce9815bbfb13af280df46e731046d82
parentaad755fcc3337ec16b968d4b088387a893219673
* Fleshed out the ctdlsh interface a bit.  Right now it's just a simple shell that logs in to the server, authenticates as an internal program, and allows the user to enter protocol commands.  In the future we'll probably add some other stuff to it.  Or I might get bored and never touch it again.  Who knows?
ctdlsh/src/Makefile.am
ctdlsh/src/Makefile.in
ctdlsh/src/ctdlsh.h [new file with mode: 0644]
ctdlsh/src/main.c
ctdlsh/src/sockets.c