summaryrefslogtreecommitdiff
path: root/source3/utils/net_lua.c
AgeCommit message (Collapse)AuthorFilesLines
2009-09-29s3: Remove the lua interpreter againVolker Lendecke1-386/+0
This was meant to support async winbind. But as the hairy parts of async winbind (getgrent) are done without it, it can go again.
2009-07-30s3 net: i18n support for net luaKai Blin1-13/+15
2009-01-05s3:events: change event_add_timed() prototype to match samba4Stefan Metzmacher1-2/+2
metze
2008-12-17net luaVolker Lendecke1-0/+384
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.