aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* libsandbox: improve debugging supportMike Frysinger2009-03-113-16/+50
* libsandbox: do not restore errno in resolve_path() error pathMike Frysinger2009-03-111-1/+5
* libsandbox: add more exec wrappersMike Frysinger2009-03-119-174/+336
* libsandbox: dump exec QA static notice to /dev/ttyMike Frysinger2009-03-111-4/+15
* libsandbox: improve static ELF noticeMike Frysinger2009-03-081-3/+23
* libsandbox: handle symlinks properlyMike Frysinger2009-03-0813-46/+82
* libsandbox: push errno save/restore down in openat()Mike Frysinger2009-03-072-10/+10
* 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
* libsandbox: add wrappers for _FORTIFY_SOURCE funcsv1.3.8Mike Frysinger2009-02-205-0/+79
* libsandbox: lock main syscall code with a mutexMike Frysinger2009-02-181-0/+7
* libsandbox: shuffle/unify local prototypesMike Frysinger2009-02-183-21/+17
* libsandbox: avoid recursion by using sb_unwrapped_access()Mike Frysinger2009-02-182-1/+3
* libsandbox: convert internal open func to sb_unwrapped_foo styleMike Frysinger2009-02-185-48/+45
* libsandbox: convert internal getcwd func to sb_unwrapped_foo styleMike Frysinger2009-02-184-18/+20
* libsandbox: create hidden targets for most functionsMike Frysinger2009-02-181-4/+13
* libsandbox: simplify WRAPPER_PRE_CHECKS() a bitMike Frysinger2009-02-184-10/+13
* libsandbox: tweak errno handling in fopen() wrapperMike Frysinger2009-02-181-2/+5
* libsandbox: do save/restore errno in sym lookupMike Frysinger2009-02-181-2/+0
* libsandbox: update ENAMETOOLONG comments to match egetcwd() changesMike Frysinger2009-02-152-4/+2
* libsandbox: convert more code to stdbool to simplify thingsMike Frysinger2009-02-154-69/+61
* libsandbox: calculate longest symbol name dynamicallyMike Frysinger2009-02-152-12/+9
* libsandbox: make sure all mknod symbols are wrappedMike Frysinger2009-02-153-0/+15
* libsandbox: simplify clean_env_entries a bitMike Frysinger2009-02-141-13/+14
* libsandbox: fixup egetcwd() a bitMike Frysinger2009-02-141-11/+8
* libsandbox: move cached_env_vars into .bssMike Frysinger2009-02-141-10/+5
* libsandbox: handle ENAMETOOLONG properly with getcwd()Mike Frysinger2009-02-141-14/+11
* libsandbox: do not call x*() memory funcs in memory replacement codev1.3.7Mike Frysinger2009-02-131-5/+17
* libsandbox: let real funcs handle non-existent paths (part 2)Mike Frysinger2009-02-071-12/+15
* libsandbox: fix sandbox /proc/self/fd regressionv1.3.5Mike Frysinger2009-02-071-9/+9
* libsandbox: fix sandbox log dir regressionMike Frysinger2009-02-071-2/+7
* libsandbox: ignore *.py[co] files for nowv1.3.4Mike Frysinger2009-02-071-0/+14
* libsandbox: fix call to backtrace()Mike Frysinger2009-02-071-1/+1
* libsandbox: fix minor memleak from cmdline simplificationMike Frysinger2009-02-071-2/+3
* gen_symbol_version_map.awk: filter out more symbolsMike Frysinger2009-02-051-2/+2
* libsandbox: detect linker flag for version scriptsMike Frysinger2009-02-051-1/+1
* libsandbox: use xxx_t types with __xmknodMike Frysinger2009-02-052-2/+2
* libsandbox: add _xmknod wrapper point for __xmknodMike Frysinger2009-02-052-0/+12
* libsandbox: let real funcs handle non-existent pathsMike Frysinger2009-02-021-5/+15
* libsandbox: drop unused rc_log_domainMike Frysinger2009-02-011-3/+0
* libsandbox: use -avoid-versionMike Frysinger2009-02-011-0/+1
* libsandbox: combine consecutive write statementsMike Frysinger2009-02-011-26/+19
* libsandbox: simplify cmdline reading to avoid strndupMike Frysinger2009-02-011-110/+66
* libsandbox: test for mknod separately from xmknodMike Frysinger2009-01-291-1/+1