summaryrefslogtreecommitdiff
path: root/luaif/paths.c
AgeCommit message (Expand)AuthorFilesLines
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