summaryrefslogtreecommitdiffstats
path: root/source3/utils/net_lua.c
Commit message (Collapse)AuthorAgeFilesLines
* s3: Remove the lua interpreter againVolker Lendecke2009-09-291-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.
* s3 net: i18n support for net luaKai Blin2009-07-301-13/+15
|
* s3:events: change event_add_timed() prototype to match samba4Stefan Metzmacher2009-01-051-2/+2
| | | | metze
* net luaVolker Lendecke2008-12-171-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.