summaryrefslogtreecommitdiff
path: root/preload
AgeCommit message (Expand)AuthorFilesLines
2008-10-18sb_exec.c cleanup: "sb2-show exec" now displays all exec param.modification -...Lauri Aarnio1-215/+158
2008-10-18Fixes to preload library initialization - The preload library may be called e...Lauri Aarnio3-2/+69
2008-10-18Interface generator: modifier create_nomap_nolog_version is available for GAT...Lauri Aarnio2-12/+11
2008-10-18sb2-show can be used to manually execute lua scripts in the sb2 context - add...Lauri Aarnio1-0/+1
2008-09-27Export dlmopen only for post glibc-2.3.4Lauri Leukkunen1-1/+2
2008-09-27Fix sb2 building with older perl (5.8)Lauri Leukkunen1-1/+1
2008-09-27CPU transparency changes: Qemu is now handled by an exec postprocessor - Exec...Lauri Aarnio1-15/+50
2008-09-27Bugfixes: Protect important environment variables - This commit fixes a bug w...Lauri Aarnio2-36/+84
2008-09-27Cleanup: Replaced more environment variables by conf.vars (part 2) - SBOX_UNA...Lauri Aarnio2-15/+34
2008-09-27Replaced env.var. SBOX_TARGET_ROOT by conf.var. sbox_target_rootLauri Aarnio1-3/+3
2008-09-27sb2-show can be used to query string variables from the Lua engine - Also int...Lauri Aarnio1-0/+1
2008-09-27Eliminated env.var. SBOX_MAPMODE; Mode is now passed thru files - sb2 does no...Lauri Aarnio1-2/+3
2008-09-27Workaround for a Linux/glibc memory allocation problem - ld.so (ld-linux.so.2...Lauri Aarnio3-1/+124
2008-09-27Implemented policy-based execution of native binaries. - Exec policies can be...Lauri Aarnio1-94/+109
2008-09-27Added four wrappers (__xmknodat(),__fxstatat(),__fxstatat64(),fstatat64())Lauri Aarnio1-0/+10
2008-09-27sb_execve_mod and sbox_execve_mod renamed to exec preprocessing functionsLauri Aarnio1-4/+4
2008-09-27sb_exec.c cleanup (most functions are now "static") + added 3 warning messagesLauri Aarnio1-6/+25
2008-09-27Bugfix to temp.name template postprocessorLauri Aarnio1-18/+22
2008-09-27Fixes to wrappers that generate temp.file names - This adds support for mappi...Lauri Aarnio3-39/+167
2008-09-27mkstemp() and mkstemp64() wrappers: Fixed filling of "template" argumentLauri Aarnio2-3/+60
2008-09-27Interface generator: Added "postprocess(varname)" modifier - variable postpro...Lauri Aarnio1-9/+92
2008-09-27More debug logs: Log full argv[] from sb_next_execve()Lauri Aarnio1-0/+61
2008-07-25sb_execvep()Timo Savola2-8/+27
2008-07-25map mkstempTimo Savola2-4/+4
2008-07-25sbrsh: allow binary execution from home directoryTimo Savola1-4/+7
2008-07-25sbrsh: fix working directory checkTimo Savola1-3/+3
2008-07-25Don't try to validate target CPU type when executing a host binaryTimo Savola1-67/+57
2008-07-25Move target CPU information into a nice tableTimo Savola1-23/+33
2008-06-17Bugfix: Fixed execution of host-* toolsLauri Aarnio1-10/+33
2008-06-17Replaced glob() and glob64()Lauri Aarnio6-2/+1639
2008-06-17Path resolution refactored and fixed, now maps intermediate symlinks, tooLauri Aarnio5-65/+120
2008-05-10Map unix domain socket addresses in bind() and connect()Lauri Aarnio3-0/+81
2008-05-10Bugfix: Preserve errno.Lauri Aarnio1-1/+9
2008-05-10Critical bugfix: Symlinks to scripts on mapped dirs broke argv[0] at exec*()Lauri Aarnio1-7/+11
2008-03-14Fix to fts_open()Lauri Aarnio1-1/+1
2008-03-14Important bugfix to libpthread interfaceLauri Aarnio1-2/+6
2008-01-31Logging enhancements: show changes made to argv+envpLauri Aarnio1-0/+54
2008-01-31Introduced R/O mapping mode.Lauri Aarnio5-97/+313
2008-01-31Bugfix: added wrapper for eaccess()Lauri Aarnio1-0/+2
2008-01-23Modified interface generator to create SB_LOG calls at returns.Lauri Aarnio2-15/+78
2008-01-18Introduce SB1 bug emulation modeLauri Aarnio1-9/+40
2008-01-11replace iswhitespace() with standard isspace()Lauri Leukkunen1-14/+5
2008-01-11Implement arguments for CPUTRANSPARENCY_METHODLauri Leukkunen1-12/+100
2008-01-11Make exported.h generated by gen-interface.pl to be a proper header fileLauri Leukkunen1-2/+40
2008-01-11Introduce sb2-show, cleanup some warningsLauri Leukkunen5-40/+118
2008-01-03Added log post-processing tool and improved logging messages.Lauri Aarnio3-7/+34
2008-01-02bugfix: fixed typos in macro namesLauri Aarnio1-8/+8
2007-12-19Add IA64 and powerpc host supportRiku Voipio1-3/+10
2007-12-18Generate source files to the object dirLauri Leukkunen1-3/+3
2007-12-18Change wrapper generation to support multilib compilationLauri Leukkunen1-6/+7