aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libsandbox: initial support for tracing of static binaries via ptrace()Mike Frysinger2009-03-1818-67/+592
* sandbox: add desktop/icon filesMike Frysinger2009-03-183-1/+76
* build with --no-undefined when availableMike Frysinger2009-03-181-0/+4
* sb_print: add l (long) modifier supportMike Frysinger2009-03-181-2/+11
* libsandbox: shorten the sandbox wrapper func namesMike Frysinger2009-03-1840-59/+71
* libsandbox: add an eqawarn() funcMike Frysinger2009-03-187-21/+97
* bump to sandbox-1.7Mike Frysinger2009-03-121-1/+1
* sandbox: don't put duplicate sandbox.so into LD_PRELOADv1.6Mike Frysinger2009-03-121-11/+15
* libsandbox: unify getcwd wrapper with common wrappersMike Frysinger2009-03-122-28/+13
* libsandbox: add debug output for all wrapper early-checksMike Frysinger2009-03-125-6/+31
* tests: make sure non-root mkdir works with funky permsMike Frysinger2009-03-126-0/+66
* sandbox: pass shell exit status upMike Frysinger2009-03-125-15/+20
* tests: filter SANDBOX_PREDICTMike Frysinger2009-03-121-0/+4
* libsandbox: handle unreadable dirs better as non-rootMike Frysinger2009-03-123-12/+65
* libsandbox: handle long paths with *at funcsMike Frysinger2009-03-121-3/+10
* tests: unify some m4 logic into common codeMike Frysinger2009-03-1211-19/+20
* bump to sandbox-1.6Mike Frysinger2009-03-111-1/+1
* tests: do not run shell script tests for non-native ABIv1.5Mike Frysinger2009-03-117-3/+11
* libsandbox: improve debugging supportMike Frysinger2009-03-113-16/+50
* libsandbox: do not restore errno in resolve_path() error pathMike Frysinger2009-03-115-2/+138
* libsandbox: add more exec wrappersMike Frysinger2009-03-1113-180/+357
* libsandbox: dump exec QA static notice to /dev/ttyMike Frysinger2009-03-112-4/+16
* improve configure argument recordingMike Frysinger2009-03-101-1/+2
* tests: convert `touch` to `open-0`Mike Frysinger2009-03-099-21/+110
* bump common macros up to localdecls.h so tests can use themMike Frysinger2009-03-092-13/+13
* tests: do not sscanf("%i", mode_t)Mike Frysinger2009-03-0911-20/+21
* tests: avoid warnings when cleaningMike Frysinger2009-03-091-2/+4
* libsandbox: improve static ELF noticeMike Frysinger2009-03-081-3/+23
* bump to sandbox-1.5Mike Frysinger2009-03-081-1/+1
* sandbox: delete the testing var after installv1.4Mike Frysinger2009-03-085-3/+14
* tests: add symlink tests and unify codeMike Frysinger2009-03-0842-66/+327
* libsandbox: handle symlinks properlyMike Frysinger2009-03-0814-46/+83
* libsandbox: push errno save/restore down in openat()Mike Frysinger2009-03-072-10/+10
* add a test case for previous commitMike Frysinger2009-03-053-1/+19
* bump to sandbox-1.4Mike Frysinger2009-03-041-1/+1
* libsandbox: save/restore errno for hardenedv1.3.9Mike Frysinger2009-03-041-0/+4
* libsandbox: unify openat and __wrapper_simpleMike Frysinger2009-02-202-35/+40
* libsandbox: unify creat/creat64 wrappersMike Frysinger2009-02-201-21/+3
* libsandbox: use sb_unwrapped_open() in creat wrapperMike Frysinger2009-02-201-5/+2
* handling NEWS is a pain, so stub itMike Frysinger2009-02-201-29/+1
* bump to sandbox-1.3.9Mike Frysinger2009-02-201-1/+1
* libsandbox: add wrappers for _FORTIFY_SOURCE funcsv1.3.8Mike Frysinger2009-02-205-0/+79
* scripts: disable wrappers for weak __XXX symbolsMike Frysinger2009-02-202-0/+12
* do not fail autogen step if autoconf-archive is not installedMike Frysinger2009-02-181-3/+3
* tests: use $AWK rather than awkMike Frysinger2009-02-182-1/+2
* add configure checks for the 64bit lfs funcs as wellMike Frysinger2009-02-185-0/+8
* add checks for signal() return typesMike Frysinger2009-02-182-0/+11
* include the m4 files from the autoconf-archive packageMike Frysinger2009-02-187-0/+327
* libsandbox: lock main syscall code with a mutexMike Frysinger2009-02-183-0/+11
* libsandbox: shuffle/unify local prototypesMike Frysinger2009-02-183-21/+17