summaryrefslogtreecommitdiff
path: root/src/script/cpp_api/s_security.cpp
Commit message (Expand)AuthorAge
* Move `setlocale` from Lua to C++.red-0012018-06-03
* Plug two minor Leaks (#5603)Auke Kok2017-04-17
* Block access to the `io` libraryred-0012017-03-19
* [CSM] Improve security for client-sided mods (#5100)red-0012017-03-13
* [CSM] Client side moddingLoic Blot2017-03-13
* Remove os.exit from the Lua secure sandbox (#5090)Loïc Blot2017-01-21
* Security: Fix resolving of some relative pathsShadowNinja2016-12-20
* Mod security: Allow read-only access to all mod pathsShadowNinja2016-12-20
* Fix secure io.linesShadowNinja2016-11-24
* Fix secure io.open without modeShadowNinja2016-11-24
* Fix memory leak in ::safeLoadFile (#4730)Zeno-2016-11-05
* couple of memory leaks fixes.David Carlier2016-08-10
* Remove unused code in s_security.cpp (#4172)Zeno-2016-05-30
* Remove debug.getupvalue from the Lua sandbox whitelistShadowNinja2016-03-03
* Use numeric indices and raw table access with LUA_REGISTRYINDEXKahrl2015-08-27
* dofile error reporting for syntax errorsest312015-06-12
* Fix Windows build, clean up included headersSmallJoker2015-05-22
* Add mod securityShadowNinja2015-05-16