| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Sandbox: Add code for all the interceptors. | rvargas@google.com | 2010-03-05 | 5 | -14/+317 |
* | Porting sbox IPC to 64 bit | cpu@chromium.org | 2010-03-03 | 9 | -49/+65 |
* | Be more restrictive when finding file names for libraries that need patching. | markus@chromium.org | 2010-02-24 | 1 | -2/+17 |
* | Explicitly ask for unsigned values when comparing addresses. Not only is this | markus@chromium.org | 2010-02-24 | 1 | -2/+2 |
* | Treat calls to lstat() and lstat64() the same as calls to stat(). In practise, | markus@chromium.org | 2010-02-24 | 3 | -17/+72 |
* | If /tmp is not a POSIX file system, try to use /dev/shm for creating our | markus@chromium.org | 2010-02-23 | 1 | -3/+58 |
* | Pulled out Callback code into base/callback.h. This is the first step toward... | akalin@chromium.org | 2010-02-19 | 3 | -0/+3 |
* | linux: change a type in the sandbox to fix a warning | evan@chromium.org | 2010-02-15 | 1 | -1/+1 |
* | Sandbox: Some cleanup after the previous changes. | rvargas@google.com | 2010-02-11 | 9 | -555/+465 |
* | Sandbox: Add support for EAT interceptions in 64 bit. | rvargas@google.com | 2010-02-10 | 7 | -20/+128 |
* | Sandbox: Finish the interception manager support for x64. | rvargas@google.com | 2010-02-04 | 22 | -152/+343 |
* | seccomp: allow dup/dup2 | evan@chromium.org | 2010-02-03 | 1 | -0/+2 |
* | Sandbox: Add the 64-bit service resolver and a few | rvargas@google.com | 2010-02-01 | 7 | -157/+324 |
* | Add a DCHECK to make sure that SpawnTarget is not called | nsylvain@chromium.org | 2010-02-01 | 1 | -0/+7 |
* | Sandbox: Add the base code for the 46-bit service resolver. | rvargas@google.com | 2010-01-29 | 2 | -1/+304 |
* | Improve handling and testing of reparse points. | rvargas@google.com | 2010-01-27 | 10 | -101/+295 |
* | Fix integer overflow in sbox | cpu@chromium.org | 2010-01-22 | 3 | -29/+67 |
* | Make sure we can't create reg links from the sandbox. | nsylvain@chromium.org | 2010-01-22 | 4 | -6/+68 |
* | Prepare the sandbox for integration with NaCl broker for 64-bit Windows. The ... | gregoryd@google.com | 2010-01-17 | 4 | -84/+137 |
* | Try the SANDOX_INERT flag in CreateRestrictedToken | cpu@chromium.org | 2010-01-12 | 1 | -1/+5 |
* | linux: make the seccomp sandbox work again | evan@chromium.org | 2010-01-08 | 1 | -12/+54 |
* | Linux: Adjust /proc/pid/oom_adj to sacrifice plugin and renderer processes to... | thestig@chromium.org | 2009-12-10 | 4 | -1/+83 |
* | 64-bit compatibility changes for the sandbox code | gregoryd@google.com | 2009-11-11 | 7 | -12/+27 |
* | Sort the source files in sandbox.gyp | gregoryd@google.com | 2009-11-09 | 1 | -70/+70 |
* | Allow the seccomp sandbox to be enabled, even if the suid sandbox has | markus@chromium.org | 2009-11-07 | 20 | -103/+141 |
* | linux: compile fix for chrome_sandbox on 64-bit karmic | evan@chromium.org | 2009-11-04 | 1 | -0/+1 |
* | Only enable the seccomp sandbox, if the machine actually has kernel support for | markus@chromium.org | 2009-11-04 | 3 | -1/+66 |
* | Allow chrome_sandbox to act as a helper program and find the socket with a gi... | thestig@chromium.org | 2009-11-04 | 4 | -4/+168 |
* | Use scoped_array (not scoped_ptr) with new[]. | kuchhal@chromium.org | 2009-10-23 | 6 | -7/+7 |
* | GCC's optimizer is getting more aggressive. It is no longer good | markus@chromium.org | 2009-10-22 | 3 | -7/+14 |
* | - found all symbols that we directly access from assembly and marked them as ... | markus@chromium.org | 2009-10-21 | 13 | -486/+210 |
* | Change yet again the way we do ResolveNTFunctionPtr | cpu@chromium.org | 2009-10-14 | 1 | -2/+1 |
* | Add comments setting emacs and vim tab width and expansion variables. | sgk@google.com | 2009-10-06 | 1 | -0/+6 |
* | Change again the way we do ResolveNTFunctionPtr | cpu@chromium.org | 2009-09-29 | 1 | -3/+7 |
* | Preliminary fixes to enable link dependent objects. | maruel@chromium.org | 2009-09-24 | 1 | -1/+5 |
* | Force inclusion of build/common.gypi for all chromium gyp files. | yaar@chromium.org | 2009-09-15 | 1 | -3/+0 |
* | Linux: add support for SELinux. | agl@chromium.org | 2009-09-15 | 1 | -1/+10 |
* | Fix minor compilation issues that can trigger on some platforms (e.g. CentOS) | markus@chromium.org | 2009-09-14 | 2 | -2/+2 |
* | Despite the futex(2) manual page telling us to include <linux/futex.h>, this | markus@chromium.org | 2009-09-14 | 2 | -1/+59 |
* | Simplify ResolveNTFunctionPtr (temporary) | cpu@chromium.org | 2009-09-09 | 1 | -33/+3 |
* | Fix issue 8348: unfork pe_image.h / pe_image.cc | tkent@chromium.org | 2009-09-08 | 12 | -1017/+9 |
* | On Linux, move the passing of filedescriptors to a dedicated socketpair(). | agl@chromium.org | 2009-09-04 | 1 | -1/+1 |
* | Delete all precompiled support. It is causing more harm than good, especially... | maruel@chromium.org | 2009-09-04 | 17 | -227/+0 |
* | Clean out leftover bits of the path-based Linux SUID sandbox. | thestig@chromium.org | 2009-09-01 | 2 | -14/+0 |
* | Linux: updates to the SUID sandbox | agl@chromium.org | 2009-08-28 | 2 | -85/+65 |
* | Hide seccomp sandbox from !X86 | deanm@chromium.org | 2009-08-21 | 1 | -37/+41 |
* | Linux: fix seccomp sandbox for GCC 4.4 | agl@chromium.org | 2009-08-13 | 1 | -2/+4 |
* | Linux sandbox: fix security issue. | agl@chromium.org | 2009-08-12 | 1 | -2/+6 |
* | Fix seccomp sandbox for gcc44 | markus@chromium.org | 2009-08-12 | 2 | -2/+2 |
* | Initial version of the Seccomp sandbox. Imported from http://code.google.com/... | markus@chromium.org | 2009-08-11 | 37 | -1/+11410 |