Add a clfswm server/client
commitbb375a7bd82f62c3a7d1be23f4f8800a3d8f0203
authorPhilippe Brochard <pbrochard@common-lisp.net>
Thu, 12 Aug 2010 21:21:20 +0000 (12 23:21 +0200)
committerPhilippe Brochard <pbrochard@common-lisp.net>
Thu, 12 Aug 2010 21:21:20 +0000 (12 23:21 +0200)
tree24822543cfe1aa9d88ecad5c57529c153a8bc92c
parent28489199412dbd35b6cadb0b8103fecfcb8b8c92
Add a clfswm server/client
19 files changed:
contrib/README
contrib/server/.svn/entries [new file with mode: 0644]
contrib/server/.svn/props/configure.svn-work [new file with mode: 0644]
contrib/server/.svn/props/test.sh.svn-work [new file with mode: 0644]
contrib/server/.svn/props/test2.sh.svn-work [new file with mode: 0644]
contrib/server/Makefile [new file with mode: 0644]
contrib/server/Makefile.template [new file with mode: 0644]
contrib/server/clfswm-client.asd [new file with mode: 0644]
contrib/server/clfswm-client.lisp [new file with mode: 0644]
contrib/server/configure [new file with mode: 0755]
contrib/server/crypt.lisp [new file with mode: 0644]
contrib/server/key.lisp [new file with mode: 0644]
contrib/server/load.lisp [new file with mode: 0644]
contrib/server/md5.lisp [new file with mode: 0644]
contrib/server/net.lisp [new file with mode: 0644]
contrib/server/server.lisp [new file with mode: 0644]
contrib/server/test.sh [new file with mode: 0755]
contrib/server/test2.sh [new file with mode: 0755]
contrib/server/util-server.asd [new file with mode: 0644]