summaryrefslogtreecommitdiff
path: root/luaif/paths.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-07Bugfix: When reversed_cwd cannot be resolved, real_cwd is used instead.Mika Westerberg1-0/+11
2009-03-07Fixed mapping of relative paths.Lauri Aarnio1-225/+247
2009-02-10Bugfix: "-A arch" option was not relayed to gcc configLauri Aarnio1-1/+1
2009-02-10Bugfix: script execution failed to find correct exec policyLauri Aarnio1-8/+15
2009-02-10Bugfix: Added handling of AT_SYMLINK_NOFOLLOW to fchownat()Lauri Aarnio1-2/+4
2009-02-10Improved debug messages (of the the preload library)Lauri Aarnio1-3/+15
2009-01-20Bugfix: Ensure that absolute paths are always registered to fdpathdbLauri Aarnio1-0/+10
2009-01-20Suppress unnecessary copies of an error messageLauri Aarnio1-2/+14
2009-01-15Fix typo and identify the string in debug logLauri Leukkunen1-9/+9
2009-01-15Fix pointer castsLauri Leukkunen1-2/+2
2008-12-11Fixed /proc/self/exe (and /proc/<MY_PID>/exe)Lauri Aarnio1-21/+58
2008-12-07Fixed building of sb2 itself on Debian "etch"Lauri Aarnio1-1/+5
2008-12-07Fixes for dirfd handling for openat(), faccessat(), etc *at() functionsLauri Aarnio1-1/+51
2008-11-03Minor changes to C code, based on warnings from gcc 4.3.2Lauri Aarnio1-9/+25
2008-11-02Optimized use of sb2's own environment variables - __SB2_BINARYNAME and __SB2...Lauri Aarnio1-31/+8
2008-10-23Added path reversing logic; getcwd() etc now return backward-mapped results -...Lauri Aarnio1-10/+85
2008-10-18More fixes to handling of exceptionally long pathnames (when getcwd() fails)Lauri Aarnio1-16/+57
2008-10-18Optimized C/Lua interface and path resolution logic (performance optimizations)Lauri Aarnio1-65/+100
2008-10-18Optimized use of getcwd() in luaif/paths.c - replaced getcwd() by getcwd_noma...Lauri Aarnio1-2/+2
2008-09-27Eliminated env.var. SBOX_MAPMODE; Mode is now passed thru files - sb2 does no...Lauri Aarnio1-29/+8
2008-09-27Implemented policy-based execution of native binaries. - Exec policies can be...Lauri Aarnio1-23/+99
2008-09-27Lua engine initialization is now completely in luaif/luiaf.c - previously mos...Lauri Aarnio1-17/+2
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-17Path resolution refactored and fixed, now maps intermediate symlinks, tooLauri Aarnio1-129/+660
2008-03-14sb_decolonize_path() bugfix: slashdot makes sense nowLauri Aarnio1-1/+4
2008-02-12Fixed a critical path mapping bugLauri Aarnio1-16/+31
2008-01-31Introduced R/O mapping mode.Lauri Aarnio1-30/+25
2008-01-11Introduce sb2-show, cleanup some warningsLauri Leukkunen1-4/+19
2008-01-03Added log post-processing tool and improved logging messages.Lauri Aarnio1-2/+18
2007-12-12Add backtrace() using debug output, not compiled in by defaultLauri Leukkunen1-0/+16
2007-11-26Handle lua engine initialization properlyLauri Leukkunen1-6/+13
2007-11-20Fix compilation on linuxLauri Leukkunen1-2/+0
2007-11-19Restructure lua infraLauri Leukkunen1-0/+246