Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s3: Remove the lua interpreter again | Volker Lendecke | 2009-09-29 | 1 | -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 lua | Kai Blin | 2009-07-30 | 1 | -13/+15 |
| | |||||
* | s3:events: change event_add_timed() prototype to match samba4 | Stefan Metzmacher | 2009-01-05 | 1 | -2/+2 |
| | | | | metze | ||||
* | net lua | Volker Lendecke | 2008-12-17 | 1 | -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. |