Age | Commit message (Expand) | Author | Files | Lines |
2009-02-10 | Added a mechanism for finding currently active exec policy | Lauri Aarnio | 1 | -0/+5 |
2009-02-10 | Exec algorithm improvements: Policy-based mapping of script interpreters | Lauri Aarnio | 1 | -10/+25 |
2009-02-10 | reorganized code in sb_exec.c so; call prepare_envp_for_do_exec() only once | Lauri Aarnio | 1 | -39/+53 |
2009-02-10 | fdpathdb: adjusted debug message levels | Lauri Aarnio | 1 | -5/+5 |
2009-02-10 | Changed how "libsb2.so" is located from tools or native rootstraps | Lauri Aarnio | 1 | -0/+1 |
2009-02-10 | Bugfix: Changed log writing function to use nomap version of close(). | Mika Westerberg | 1 | -1/+2 |
2009-01-20 | Added wrappers for close(), dup() and dup2() | Lauri Aarnio | 3 | -30/+83 |
2009-01-20 | Bugfix: Ensure that absolute paths are always registered to fdpathdb | Lauri Aarnio | 1 | -4/+12 |
2009-01-20 | Bugfix to glob(): Removed side-effects caused by the Mac OS X patches | Lauri Aarnio | 3 | -2/+29 |
2009-01-20 | Added new function base_version() to sb2. | Mika Westerberg | 1 | -1/+2 |
2009-01-15 | Bugfix to preload/glob.h: added missing newline | Lauri Aarnio | 1 | -1/+1 |
2009-01-10 | Builds for OS X 10.4 with these changes | Lauri Leukkunen | 3 | -2/+9 |
2008-12-30 | This version compiles on os x | Joshua Pollak | 5 | -18/+16 |
2008-12-30 | More OS X compatibility changes - addded mempcpy (and check in configure.ac f... | Joshua Pollak | 5 | -5/+371 |
2008-12-30 | Added "#define __THROW" to null define __THROW on platforms that have __APPLE... | Joshua Pollak | 2 | -4/+7 |
2008-12-30 | Added procfs.c, which was left out from an earlier commit | Lauri Aarnio | 1 | -0/+149 |
2008-12-11 | Fixed /proc/self/exe (and /proc/<MY_PID>/exe) | Lauri Aarnio | 4 | -16/+31 |
2008-12-11 | Added wrapper for "ldd" | Lauri Aarnio | 4 | -3/+45 |
2008-12-07 | A bizarre bugfix to glob() | Lauri Aarnio | 1 | -0/+10 |
2008-12-07 | Made it possible to change mapping modes on the fly | Lauri Aarnio | 1 | -2/+32 |
2008-12-07 | interface generator: generated code checks if the real function is missing | Lauri Aarnio | 1 | -0/+22 |
2008-12-07 | emulate mode: target_root is now R/O for "normal" use, "sb2 -R" makes it R/W | Lauri Aarnio | 2 | -2/+19 |
2008-12-07 | Fixed mapping mode selection within persistent sessions | Lauri Aarnio | 2 | -11/+33 |
2008-12-07 | Fixes for dirfd handling for openat(), faccessat(), etc *at() functions | Lauri Aarnio | 6 | -13/+268 |
2008-11-03 | Minor changes to C code, based on warnings from gcc 4.3.2 | Lauri Aarnio | 1 | -10/+29 |
2008-11-02 | Bugfix: inspect_binary() crashed when the file was empty - min.size of an exe... | Lauri Aarnio | 1 | -0/+8 |
2008-11-02 | Optimized use of sb2's own environment variables - __SB2_BINARYNAME and __SB2... | Lauri Aarnio | 3 | -9/+20 |
2008-10-23 | Added path reversing logic; getcwd() etc now return backward-mapped results -... | Lauri Aarnio | 2 | -10/+73 |
2008-10-23 | Introduced basic support for exec_policy based localization. | Mika Westerberg | 4 | -11/+265 |
2008-10-23 | Cpu transparency logic is now completely implemented in Lua. - "sbrsh" is now... | Lauri Aarnio | 1 | -166/+5 |
2008-10-18 | For x86_64, both 386 and x86_64 binaries are host | Lauri Leukkunen | 1 | -1/+6 |
2008-10-18 | sb_exec.c: small fixes: improved the way how missing executables are handled | Lauri Aarnio | 1 | -1/+14 |
2008-10-18 | sb_exec.c cleanup: "sb2-show exec" now displays all exec param.modification -... | Lauri Aarnio | 1 | -215/+158 |
2008-10-18 | Fixes to preload library initialization - The preload library may be called e... | Lauri Aarnio | 3 | -2/+69 |
2008-10-18 | Interface generator: modifier create_nomap_nolog_version is available for GAT... | Lauri Aarnio | 2 | -12/+11 |
2008-10-18 | sb2-show can be used to manually execute lua scripts in the sb2 context - add... | Lauri Aarnio | 1 | -0/+1 |
2008-09-27 | Export dlmopen only for post glibc-2.3.4 | Lauri Leukkunen | 1 | -1/+2 |
2008-09-27 | Fix sb2 building with older perl (5.8) | Lauri Leukkunen | 1 | -1/+1 |
2008-09-27 | CPU transparency changes: Qemu is now handled by an exec postprocessor - Exec... | Lauri Aarnio | 1 | -15/+50 |
2008-09-27 | Bugfixes: Protect important environment variables - This commit fixes a bug w... | Lauri Aarnio | 2 | -36/+84 |
2008-09-27 | Cleanup: Replaced more environment variables by conf.vars (part 2) - SBOX_UNA... | Lauri Aarnio | 2 | -15/+34 |
2008-09-27 | Replaced env.var. SBOX_TARGET_ROOT by conf.var. sbox_target_root | Lauri Aarnio | 1 | -3/+3 |
2008-09-27 | sb2-show can be used to query string variables from the Lua engine - Also int... | Lauri Aarnio | 1 | -0/+1 |
2008-09-27 | Eliminated env.var. SBOX_MAPMODE; Mode is now passed thru files - sb2 does no... | Lauri Aarnio | 1 | -2/+3 |
2008-09-27 | Workaround for a Linux/glibc memory allocation problem - ld.so (ld-linux.so.2... | Lauri Aarnio | 3 | -1/+124 |
2008-09-27 | Implemented policy-based execution of native binaries. - Exec policies can be... | Lauri Aarnio | 1 | -94/+109 |
2008-09-27 | Added four wrappers (__xmknodat(),__fxstatat(),__fxstatat64(),fstatat64()) | Lauri Aarnio | 1 | -0/+10 |
2008-09-27 | sb_execve_mod and sbox_execve_mod renamed to exec preprocessing functions | Lauri Aarnio | 1 | -4/+4 |
2008-09-27 | sb_exec.c cleanup (most functions are now "static") + added 3 warning messages | Lauri Aarnio | 1 | -6/+25 |
2008-09-27 | Bugfix to temp.name template postprocessor | Lauri Aarnio | 1 | -18/+22 |