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
2009-02-10
Added a mechanism for finding currently active exec policy
Lauri Aarnio
2
-7
/
+23
2009-02-10
Exec algorithm improvements: Policy-based mapping of script interpreters
Lauri Aarnio
1
-1
/
+128
2009-02-10
Changed how "libsb2.so" is located from tools or native rootstraps
Lauri Aarnio
1
-0
/
+8
2009-02-10
Improved debug messages (of the the preload library)
Lauri Aarnio
3
-5
/
+78
2009-02-10
Bugfix: Changed log writing function to use nomap version of close().
Mika Westerberg
1
-1
/
+1
2009-01-20
Bugfix: Ensure that absolute paths are always registered to fdpathdb
Lauri Aarnio
1
-0
/
+10
2009-01-20
Suppress unnecessary copies of an error message
Lauri Aarnio
1
-2
/
+14
2009-01-20
Removed debug marker function from preload library.
Mika Westerberg
2
-34
/
+0
2009-01-15
Fix typo and identify the string in debug log
Lauri Leukkunen
1
-9
/
+9
2009-01-15
Fix pointer casts
Lauri Leukkunen
1
-2
/
+2
2009-01-10
Adjusted debug message level in luaif.c:lua_sb_test_path_match()
Lauri Aarnio
1
-1
/
+1
2008-12-11
Fixed /proc/self/exe (and /proc/<MY_PID>/exe)
Lauri Aarnio
2
-21
/
+87
2008-12-11
Performance optimization: Support for rule trees (and restructured "devel" mode)
Lauri Aarnio
1
-1
/
+1
2008-12-07
Performance improvements: Implemented part of rule selection logic in C
Lauri Aarnio
1
-0
/
+86
2008-12-07
Fixed building of sb2 itself on Debian "etch"
Lauri Aarnio
1
-1
/
+5
2008-12-07
emulate mode: target_root is now R/O for "normal" use, "sb2 -R" makes it R/W
Lauri Aarnio
1
-0
/
+9
2008-12-07
Fixed mapping mode selection within persistent sessions
Lauri Aarnio
1
-0
/
+9
2008-12-07
Fixes for dirfd handling for openat(), faccessat(), etc *at() functions
Lauri Aarnio
2
-1
/
+59
2008-12-07
Added support for debugging x86 binaries under emulation mode.
Mika Westerberg
2
-0
/
+36
2008-11-03
Minor changes to C code, based on warnings from gcc 4.3.2
Lauri Aarnio
3
-21
/
+58
2008-11-02
Performance optimization: Load argvenvp.lua (and argvenvp_gcc.lua) on demand ...
Lauri Aarnio
1
-0
/
+8
2008-11-02
Optimized use of sb2's own environment variables - __SB2_BINARYNAME and __SB2...
Lauri Aarnio
2
-34
/
+13
2008-11-02
Eliminated env. var. "SBOX_ARGVENVP_MODE"; The value was not used at all
Lauri Aarnio
1
-6
/
+0
2008-10-23
Added path reversing logic; getcwd() etc now return backward-mapped results -...
Lauri Aarnio
2
-11
/
+94
2008-10-23
Introduced basic support for exec_policy based localization.
Mika Westerberg
1
-2
/
+52
2008-10-23
Cpu transparency logic is now completely implemented in Lua. - "sbrsh" is now...
Lauri Aarnio
1
-0
/
+14
2008-10-19
Update to lua-5.1.4
Lauri Leukkunen
105
-660
/
+1082
2008-10-18
Fixes to preload library initialization - The preload library may be called e...
Lauri Aarnio
1
-15
/
+2
2008-10-18
More fixes to handling of exceptionally long pathnames (when getcwd() fails)
Lauri Aarnio
1
-16
/
+57
2008-10-18
Optimized C/Lua interface and path resolution logic (performance optimizations)
Lauri Aarnio
1
-65
/
+100
2008-10-18
Optimized use of getcwd() in luaif/paths.c - replaced getcwd() by getcwd_noma...
Lauri Aarnio
1
-2
/
+2
2008-10-18
Important bugfix to preload library initialization for multithreaded applicat...
Lauri Aarnio
2
-45
/
+63
2008-10-18
Logging routines now print process and thread ids for multithreaded programs ...
Lauri Aarnio
2
-5
/
+20
2008-10-18
sb2-show can be used to manually execute lua scripts in the sb2 context - add...
Lauri Aarnio
1
-15
/
+34
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
[next]