| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove implicit HANDLE conversions from sandbox. | rvargas | 2014-09-25 | 8 | -23/+24 |
* | fix sandbox memory leak | cpu | 2014-09-17 | 1 | -11/+20 |
* | Cleanup: Use base/files/file_util.h instead of base/file_util.h in [r-t]*/ | thestig | 2014-09-12 | 1 | -1/+1 |
* | Fix sbox_validation_tests for Server 2012R2 | drbasic | 2014-09-11 | 1 | -1/+1 |
* | Reorganize sandbox operator new, add a comment. | Nico Weber | 2014-09-10 | 1 | -8/+14 |
* | Remove NT_PLACE, it's not really used. | thakis | 2014-09-10 | 3 | -3/+10 |
* | Sandbox: Don't CloseHandle after calling DuplicateHandle | rvargas | 2014-09-10 | 1 | -4/+0 |
* | win: Don't use precision with %wZ, it's ignored. | Nico Weber | 2014-09-08 | 1 | -2/+2 |
* | Added logging in PolicyBase::AddRule. | vitalybuka | 2014-09-07 | 2 | -78/+93 |
* | More compiler whack-a-mole. | Nico Weber | 2014-09-05 | 1 | -28/+14 |
* | Add more casts. | thakis | 2014-09-05 | 1 | -6/+6 |
* | win/clang: Fix all remaining -Wformat warnings. | Nico Weber | 2014-09-05 | 5 | -23/+23 |
* | Revert of Revert of clang/win: Fix a few warnings in targets not in chromium_... | thakis | 2014-08-31 | 1 | -1/+1 |
* | Revert of clang/win: Fix a few warnings in targets not in chromium_builder_te... | thakis | 2014-08-30 | 1 | -1/+1 |
* | clang/win: Fix a few warnings in targets not in chromium_builder_tests. | Nico Weber | 2014-08-29 | 1 | -1/+1 |
* | Don't pass const strings to CreateProcess. | thakis@chromium.org | 2014-08-20 | 2 | -11/+19 |
* | Replace NT prefix in sandbox rules match string to handle correct wildcard es... | forshaw@chromium.org | 2014-08-16 | 3 | -6/+55 |
* | Resolve registry root paths in HandleCloser | jschuh@chromium.org | 2014-08-15 | 1 | -2/+10 |
* | Fix line endings on BUILD.gn | wfh@chromium.org | 2014-07-31 | 1 | -285/+285 |
* | Make HandleCloserAgent walk in 4x multiples on x64 | jschuh@chromium.org | 2014-07-24 | 2 | -2/+2 |
* | Patch NtOpenKeyEx on Windows Server 2008 | jschuh@chromium.org | 2014-07-24 | 1 | -1/+4 |
* | Fixes for re-enabling more MSVC level 4 warnings: sandbox/ edition | pkasting@chromium.org | 2014-07-10 | 9 | -58/+47 |
* | win sandbox tests: Rename OpenFile to OpenFileCmd. | thakis@chromium.org | 2014-07-07 | 2 | -11/+11 |
* | Add UIPI support for sandbox alternate desktop | jschuh@chromium.org | 2014-06-24 | 5 | -2/+33 |
* | Sandbox policy and intercepts for the MITIGATION_WIN32K_DISABLE policy for re... | ananta@chromium.org | 2014-06-11 | 14 | -6/+343 |
* | Make sbox_unittests work with DCHECKs enabled | jschuh@chromium.org | 2014-06-10 | 4 | -14/+5 |
* | Remove HandleCloser::SetupHandleInterceptions | jschuh@chromium.org | 2014-06-10 | 8 | -114/+1 |
* | Revert of Revert of Convert installer_util_unittests, sbox_integration_tests,... | alph@chromium.org | 2014-06-09 | 4 | -6/+30 |
* | Revert of Convert installer_util_unittests, sbox_integration_tests, sbox_vali... | alph@chromium.org | 2014-06-09 | 4 | -30/+6 |
* | Convert installer_util_unittests, sbox_integration_tests, sbox_validation_tes... | phajdan.jr@chromium.org | 2014-06-09 | 4 | -6/+30 |
* | Add sandbox support for process memory limits | jschuh@chromium.org | 2014-06-07 | 11 | -23/+94 |
* | This will make process launch faster and may prevent the LSASS hangs we've se... | jschuh@chromium.org | 2014-06-06 | 6 | -8/+94 |
* | Fix Windows build, add Sandbox implementation. | brettw@chromium.org | 2014-06-02 | 1 | -0/+285 |
* | Fix gtest EXPECT macros misuse in a couple of sandbox tests | timurrrr@chromium.org | 2014-05-29 | 1 | -2/+2 |
* | Fix clang -Wwritable-strings warnings in the Windows sandbox | rnk@chromium.org | 2014-05-20 | 5 | -15/+19 |
* | Allow the MITIGATION_WIN32K_DISABLE process mitigation to be set in the rende... | ananta@chromium.org | 2014-05-17 | 2 | -4/+1 |
* | Split up the //sandbox OWNERS file into per-subdirectory ones. | rsesek@chromium.org | 2014-05-13 | 1 | -0/+3 |
* | Removed a single legacy windows function from the sandbox code. | Blurrech@gmail.com | 2014-04-07 | 9 | -76/+2 |
* | Fix clang warnings and errors in sandbox/win | rnk@chromium.org | 2014-04-04 | 4 | -10/+9 |
* | Fix masking error in InterceptionManager::PatchNtdll | jschuh@chromium.org | 2014-03-28 | 1 | -1/+1 |
* | Make chrome_elf use thunks instead of function pointers. | caitkp@chromium.org | 2014-03-18 | 3 | -0/+59 |
* | Don't explicitly set DEP flags on Vista | jschuh@chromium.org | 2014-03-15 | 1 | -3/+1 |
* | Fix unreachable code in sandbox/. Found with MSVC warning 4702. | pkasting@chromium.org | 2014-03-14 | 1 | -2/+3 |
* | Remove DELETE permission on the sandboxed desktop | jschuh@chromium.org | 2014-03-11 | 1 | -0/+1 |
* | Revert 255151 "Make chrome_elf use thunks instead of function po..." | caitkp@chromium.org | 2014-03-07 | 3 | -59/+0 |
* | Don't modify the alternate winstation DACL | jschuh@chromium.org | 2014-03-06 | 1 | -13/+1 |
* | Make chrome_elf use thunks instead of function pointers. | caitkp@chromium.org | 2014-03-05 | 3 | -0/+59 |
* | Pass correct object_type in AddKnownSidToObject | jschuh@chromium.org | 2014-03-05 | 1 | -1/+1 |
* | Correctly bounds check FileNameLength in IsSupportedRenameCall | jschuh@chromium.org | 2014-03-05 | 1 | -5/+8 |
* | Further tighten desktop permissions and cleanup style nits | jschuh@chromium.org | 2014-03-05 | 1 | -12/+14 |