| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix invalid check of ntstatus code. | etienneb@chromium.org | 2013-07-31 | 1 | -1/+1 |
* | Use non-array operator new for memory deleted by non-array delete. | bruening@google.com | 2013-06-21 | 1 | -4/+4 |
* | Sandbox: be defensive against compiler (de)optimizations when handling IPCs. | rvargas@chromium.org | 2013-06-20 | 1 | -14/+32 |
* | Use a direct include of strings headers in rlz/, sandbox/, skia/, sql/, sync/. | avi@chromium.org | 2013-06-11 | 10 | -10/+10 |
* | Fix new[]/delete mismatches in sandbox handle code by switching to scoped_ptr... | bruening@chromium.org | 2013-06-08 | 2 | -4/+7 |
* | Fix DCHECK_NT macro | hans@chromium.org | 2013-05-30 | 1 | -1/+1 |
* | Include stddef.h for the definition of size_t. | hans@chromium.org | 2013-05-30 | 1 | -0/+2 |
* | Grab bag of clang fixes for Windows code | rnk@chromium.org | 2013-05-17 | 1 | -2/+4 |
* | Fix small race in the sandbox | cpu@chromium.org | 2013-04-19 | 4 | -9/+4 |
* | Rewrite scoped_array<T> to scoped_ptr<T[]> in sandbox. | dcheng@chromium.org | 2013-04-12 | 8 | -9/+9 |
* | Update the remaining references to sys_string_conversions.h to its new location. | tfarina@chromium.org | 2013-03-30 | 1 | -2/+2 |
* | Refactor sandbox_policy.cc so that it doesn't contain the sandbox policies fo... | jam@chromium.org | 2013-03-20 | 1 | -0/+2 |
* | Remove sandbox win64 warning | jschuh@chromium.org | 2013-02-12 | 1 | -7/+0 |
* | Ignore DEP and SEHOP flags on Win64 | jschuh@chromium.org | 2013-02-12 | 1 | -0/+3 |
* | Replace FilePath with base::FilePath in some more top level directories. | brettw@chromium.org | 2013-02-10 | 1 | -1/+2 |
* | Disable ProcessMitigationsTest.CheckDep on Win64 | jschuh@chromium.org | 2013-02-07 | 1 | -2/+2 |
* | Windows: Allow subprocesses to inherit non-console stdout/stderr | mseaborn@chromium.org | 2013-02-03 | 7 | -3/+141 |
* | Make the Windows sandbox support a normal x64 build | jschuh@chromium.org | 2013-01-05 | 1 | -2/+2 |
* | Base: Update ScopedProcessInformation to use ScopedHandle and restrict Receive() | rvargas@google.com | 2013-01-03 | 1 | -3/+4 |
* | Sandbox: Don't create an ScopedHandle with an invalid handle. | rvargas@chromium.org | 2012-12-20 | 1 | -1/+2 |
* | Sandbox: Verify the return value when changing memory protection. | rvargas@google.com | 2012-11-27 | 2 | -2/+6 |
* | Fix memory smashing on the sandbox PolicyRule | cpu@chromium.org | 2012-11-14 | 3 | -10/+52 |
* | Revert 162293 - Enable DEP earlier on Vista and below | mattm@chromium.org | 2012-10-17 | 3 | -29/+29 |
* | Enable DEP earlier on Vista and below | jschuh@chromium.org | 2012-10-17 | 3 | -29/+29 |
* | Revert 160252 - Make mitigation failures CHECK | jschuh@chromium.org | 2012-10-05 | 1 | -17/+23 |
* | Make mitigation failures CHECK | jschuh@chromium.org | 2012-10-04 | 1 | -23/+17 |
* | Add a parameter to the sandbox policy to allow sandboxed process to run outsi... | pastarmovj@chromium.org | 2012-10-04 | 7 | -25/+75 |
* | Revert 159850 - Enable handle tracing in Canary, Dev, and all debug builds of... | alexeypa@google.com | 2012-10-03 | 1 | -11/+6 |
* | Enable handle tracing in Canary, Dev, and all debug builds of Chrome (Windows... | alexeypa@chromium.org | 2012-10-03 | 1 | -6/+11 |
* | Improve error handling in ApplyProcessMitigationsToCurrentProcess | jschuh@chromium.org | 2012-10-02 | 1 | -7/+15 |
* | Add extra buckets to CrashExitCodes histogram for sandbox terminations. | eroman@chromium.org | 2012-09-28 | 1 | -2/+3 |
* | Remove GetModuleHandleHelper(), which was only needed for Win2k (which we don... | pkasting@chromium.org | 2012-09-22 | 5 | -78/+23 |
* | Make ProcessMitigationsTest.CheckWin8 work in debug builds | jschuh@chromium.org | 2012-09-22 | 1 | -11/+15 |
* | Cleanup: avoid foo ? true : false, part 2. | thestig@chromium.org | 2012-09-19 | 5 | -14/+9 |
* | Add sandbox support for Windows process mitigations | jschuh@chromium.org | 2012-09-13 | 15 | -306/+760 |
* | Revert 156550 - Add sandbox support for Windows process mitigations | jschuh@chromium.org | 2012-09-13 | 15 | -739/+306 |
* | Add sandbox support for Windows process mitigations | jschuh@chromium.org | 2012-09-13 | 15 | -306/+739 |
* | Revert 156315 - Add sandbox support for Windows process mitigations | jschuh@chromium.org | 2012-09-12 | 15 | -731/+301 |
* | Add sandbox support for Windows process mitigations | jschuh@chromium.org | 2012-09-12 | 15 | -301/+731 |
* | Disable FilePolicyTest, DISABLED_TestReparsePoint | tbreisacher@chromium.org | 2012-09-07 | 1 | -1/+2 |
* | Sandbox: Add support for Windows 8' AppContainer. | rvargas@google.com | 2012-09-05 | 15 | -72/+648 |
* | Move STARTUPINFO manipulation into SpawnTarget | jschuh@chromium.org | 2012-08-28 | 3 | -13/+25 |
* | Sandbox: Disable a test that fails on Win64. | rvargas@google.com | 2012-08-23 | 1 | -0/+2 |
* | Re-enable sandbox ClientFastServer test. | jln@chromium.org | 2012-08-22 | 1 | -3/+0 |
* | Sandbox: Fix CreateProcess policy tests. | rvargas@google.com | 2012-08-10 | 1 | -42/+105 |
* | Revert 150423 - Sandbox: Fix CreateProcess policy tests. | rvargas@google.com | 2012-08-07 | 1 | -106/+42 |
* | Sandbox: Fix CreateProcess policy tests. | rvargas@google.com | 2012-08-07 | 1 | -42/+106 |
* | Revert 149782 - Sandbox: Fix CreateProcess policy tests. | rvargas@google.com | 2012-08-03 | 1 | -100/+42 |
* | Sandbox: Fix CreateProcess policy tests. | rvargas@google.com | 2012-08-03 | 1 | -42/+100 |
* | Sandbox: Verify that members of TargetProcess are valid before freeing them. | rvargas@google.com | 2012-08-03 | 1 | -10/+13 |