index
:
sbox2
2.0-maintenance
master
Scratchbox v2 (mirrored from https://gitlab.freedesktop.org/archived-projects/sbox2)
lle
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
luaif
Age
Commit message (
Expand
)
Author
Files
Lines
2008-09-27
Bugfix: Clean lua stack at read_string_variable_from_lua() - my bug, my fix..
Lauri Aarnio
1
-0
/
+1
2008-09-27
Added interface version check to the C/Lua script interface. - Backgroud: If ...
Lauri Aarnio
1
-14
/
+41
2008-09-27
Added "simple" logging format - Simple format minimizes varying information (...
Lauri Aarnio
1
-9
/
+63
2008-09-27
Bugfixes: Protect important environment variables - This commit fixes a bug w...
Lauri Aarnio
1
-2
/
+14
2008-09-27
Eliminated env.var. SBOX_LUA_SCRIPTS - replaced SBOX_LUA_SCRIPTS by SBOX_SESS...
Lauri Aarnio
1
-20
/
+18
2008-09-27
sb2-show can be used to query string variables from the Lua engine - Also int...
Lauri Aarnio
1
-0
/
+24
2008-09-27
Eliminated env.var. SBOX_MAPMODE; Mode is now passed thru files - sb2 does no...
Lauri Aarnio
2
-29
/
+12
2008-09-27
Workaround for a Linux/glibc memory allocation problem - ld.so (ld-linux.so.2...
Lauri Aarnio
1
-0
/
+1
2008-09-27
Changed logging level of missing exec.policies (warning -> notice) - Other ma...
Lauri Aarnio
1
-0
/
+2
2008-09-27
Implemented policy-based execution of native binaries. - Exec policies can be...
Lauri Aarnio
2
-23
/
+191
2008-09-27
sb_execve_mod and sbox_execve_mod renamed to exec preprocessing functions
Lauri Aarnio
1
-35
/
+71
2008-09-27
Lua engine initialization is now completely in luaif/luiaf.c - previously mos...
Lauri Aarnio
3
-39
/
+36
2008-09-27
Fixed a buffer overflow problem (sometimes PATH_MAX just isn't enough) - Path...
Lauri Aarnio
1
-58
/
+103
2008-09-27
Performace optimization and bugfix to path resolution - eliminated unnecessar...
Lauri Aarnio
1
-19
/
+50
2008-06-17
Performance optimization: Reduced unnecessary logger calls from mapping.lua
Lauri Aarnio
1
-0
/
+15
2008-06-17
Path resolution refactored and fixed, now maps intermediate symlinks, too
Lauri Aarnio
1
-129
/
+660
2008-06-17
added "noise2" logging level
Lauri Aarnio
2
-0
/
+7
2008-05-10
Map unix domain socket addresses in bind() and connect()
Lauri Aarnio
1
-0
/
+1
2008-03-14
Updates to path mapping code and mapping modes
Lauri Aarnio
1
-0
/
+32
2008-03-14
sb_decolonize_path() bugfix: slashdot makes sense now
Lauri Aarnio
1
-1
/
+4
2008-03-14
Important bugfix to libpthread interface
Lauri Aarnio
1
-5
/
+99
2008-02-12
Fixed a critical path mapping bug
Lauri Aarnio
1
-16
/
+31
2008-01-31
Introduced R/O mapping mode.
Lauri Aarnio
2
-44
/
+34
2008-01-11
Make exported.h generated by gen-interface.pl to be a proper header file
Lauri Leukkunen
1
-1
/
+0
2008-01-11
Introduce sb2-show, cleanup some warnings
Lauri Leukkunen
3
-5
/
+27
2008-01-03
Added log post-processing tool and improved logging messages.
Lauri Aarnio
2
-7
/
+39
2007-12-12
Add backtrace() using debug output, not compiled in by default
Lauri Leukkunen
1
-0
/
+16
2007-12-11
Improve exec*() handling
Lauri Leukkunen
1
-2
/
+2
2007-12-10
Fix host-gcc
Lauri Leukkunen
1
-0
/
+14
2007-12-10
Generic execve() mangling
Lauri Leukkunen
1
-8
/
+10
2007-12-02
Flesh out the argv/envp processing
Lauri Leukkunen
1
-3
/
+53
2007-11-26
Handle lua engine initialization properly
Lauri Leukkunen
3
-14
/
+35
2007-11-20
Fix compilation on linux
Lauri Leukkunen
3
-6
/
+0
2007-11-19
Incomplete OS X support
Lauri Leukkunen
1
-1
/
+1
2007-11-19
Restructure lua infra
Lauri Leukkunen
4
-20
/
+303
2007-11-19
Move lua engine stuff to luaif/
Lauri Leukkunen
106
-0
/
+28568