net lua
authorVolker Lendecke <vl@samba.org>
Sun, 14 Sep 2008 13:44:57 +0000 (15:44 +0200)
committerVolker Lendecke <vl@samba.org>
Wed, 17 Dec 2008 11:57:19 +0000 (12:57 +0100)
commit09e6dfb8e8d1447306951e34e4e2211037edb9be
tree046e7902449de798fc634a91465d1e71be71418e
parent5659f18b86bf1c60fba2bfd76d16e155ae1fb41c
net lua

This adds a lua command line interpreter with some sample code how to build
your own data types based on our internal data types.

Not meant as the final word, but as a playground for experiments for people.
Might be removed later when we find this turns out to be too awkward.
source3/Makefile.in
source3/utils/net.c
source3/utils/net_lua.c [new file with mode: 0644]
source3/utils/net_proto.h