summaryrefslogtreecommitdiff
path: root/luaif
AgeCommit message (Expand)AuthorFilesLines
2008-09-27Bugfix: Clean lua stack at read_string_variable_from_lua() - my bug, my fix..Lauri Aarnio1-0/+1
2008-09-27Added interface version check to the C/Lua script interface. - Backgroud: If ...Lauri Aarnio1-14/+41
2008-09-27Added "simple" logging format - Simple format minimizes varying information (...Lauri Aarnio1-9/+63
2008-09-27Bugfixes: Protect important environment variables - This commit fixes a bug w...Lauri Aarnio1-2/+14
2008-09-27Eliminated env.var. SBOX_LUA_SCRIPTS - replaced SBOX_LUA_SCRIPTS by SBOX_SESS...Lauri Aarnio1-20/+18
2008-09-27sb2-show can be used to query string variables from the Lua engine - Also int...Lauri Aarnio1-0/+24
2008-09-27Eliminated env.var. SBOX_MAPMODE; Mode is now passed thru files - sb2 does no...Lauri Aarnio2-29/+12
2008-09-27Workaround for a Linux/glibc memory allocation problem - ld.so (ld-linux.so.2...Lauri Aarnio1-0/+1
2008-09-27Changed logging level of missing exec.policies (warning -> notice) - Other ma...Lauri Aarnio1-0/+2
2008-09-27Implemented policy-based execution of native binaries. - Exec policies can be...Lauri Aarnio2-23/+191
2008-09-27sb_execve_mod and sbox_execve_mod renamed to exec preprocessing functionsLauri Aarnio1-35/+71
2008-09-27Lua engine initialization is now completely in luaif/luiaf.c - previously mos...Lauri Aarnio3-39/+36
2008-09-27Fixed a buffer overflow problem (sometimes PATH_MAX just isn't enough) - Path...Lauri Aarnio1-58/+103
2008-09-27Performace optimization and bugfix to path resolution - eliminated unnecessar...Lauri Aarnio1-19/+50
2008-06-17Performance optimization: Reduced unnecessary logger calls from mapping.luaLauri Aarnio1-0/+15
2008-06-17Path resolution refactored and fixed, now maps intermediate symlinks, tooLauri Aarnio1-129/+660
2008-06-17added "noise2" logging levelLauri Aarnio2-0/+7
2008-05-10Map unix domain socket addresses in bind() and connect()Lauri Aarnio1-0/+1
2008-03-14Updates to path mapping code and mapping modesLauri Aarnio1-0/+32
2008-03-14sb_decolonize_path() bugfix: slashdot makes sense nowLauri Aarnio1-1/+4
2008-03-14Important bugfix to libpthread interfaceLauri Aarnio1-5/+99
2008-02-12Fixed a critical path mapping bugLauri Aarnio1-16/+31
2008-01-31Introduced R/O mapping mode.Lauri Aarnio2-44/+34
2008-01-11Make exported.h generated by gen-interface.pl to be a proper header fileLauri Leukkunen1-1/+0
2008-01-11Introduce sb2-show, cleanup some warningsLauri Leukkunen3-5/+27
2008-01-03Added log post-processing tool and improved logging messages.Lauri Aarnio2-7/+39
2007-12-12Add backtrace() using debug output, not compiled in by defaultLauri Leukkunen1-0/+16
2007-12-11Improve exec*() handlingLauri Leukkunen1-2/+2
2007-12-10Fix host-gccLauri Leukkunen1-0/+14
2007-12-10Generic execve() manglingLauri Leukkunen1-8/+10
2007-12-02Flesh out the argv/envp processingLauri Leukkunen1-3/+53
2007-11-26Handle lua engine initialization properlyLauri Leukkunen3-14/+35
2007-11-20Fix compilation on linuxLauri Leukkunen3-6/+0
2007-11-19Incomplete OS X supportLauri Leukkunen1-1/+1
2007-11-19Restructure lua infraLauri Leukkunen4-20/+303
2007-11-19Move lua engine stuff to luaif/Lauri Leukkunen106-0/+28568