summaryrefslogtreecommitdiffstats
path: root/sandbox/win
Commit message (Expand)AuthorAgeFilesLines
* Sandbox policy and intercepts for the MITIGATION_WIN32K_DISABLE policy for re...ananta@chromium.org2014-06-1114-6/+343
* Make sbox_unittests work with DCHECKs enabledjschuh@chromium.org2014-06-104-14/+5
* Remove HandleCloser::SetupHandleInterceptionsjschuh@chromium.org2014-06-108-114/+1
* Revert of Revert of Convert installer_util_unittests, sbox_integration_tests,...alph@chromium.org2014-06-094-6/+30
* Revert of Convert installer_util_unittests, sbox_integration_tests, sbox_vali...alph@chromium.org2014-06-094-30/+6
* Convert installer_util_unittests, sbox_integration_tests, sbox_validation_tes...phajdan.jr@chromium.org2014-06-094-6/+30
* Add sandbox support for process memory limitsjschuh@chromium.org2014-06-0711-23/+94
* This will make process launch faster and may prevent the LSASS hangs we've se...jschuh@chromium.org2014-06-066-8/+94
* Fix Windows build, add Sandbox implementation.brettw@chromium.org2014-06-021-0/+285
* Fix gtest EXPECT macros misuse in a couple of sandbox teststimurrrr@chromium.org2014-05-291-2/+2
* Fix clang -Wwritable-strings warnings in the Windows sandboxrnk@chromium.org2014-05-205-15/+19
* Allow the MITIGATION_WIN32K_DISABLE process mitigation to be set in the rende...ananta@chromium.org2014-05-172-4/+1
* Split up the //sandbox OWNERS file into per-subdirectory ones.rsesek@chromium.org2014-05-131-0/+3
* Removed a single legacy windows function from the sandbox code.Blurrech@gmail.com2014-04-079-76/+2
* Fix clang warnings and errors in sandbox/winrnk@chromium.org2014-04-044-10/+9
* Fix masking error in InterceptionManager::PatchNtdlljschuh@chromium.org2014-03-281-1/+1
* Make chrome_elf use thunks instead of function pointers.caitkp@chromium.org2014-03-183-0/+59
* Don't explicitly set DEP flags on Vistajschuh@chromium.org2014-03-151-3/+1
* Fix unreachable code in sandbox/. Found with MSVC warning 4702.pkasting@chromium.org2014-03-141-2/+3
* Remove DELETE permission on the sandboxed desktopjschuh@chromium.org2014-03-111-0/+1
* Revert 255151 "Make chrome_elf use thunks instead of function po..."caitkp@chromium.org2014-03-073-59/+0
* Don't modify the alternate winstation DACLjschuh@chromium.org2014-03-061-13/+1
* Make chrome_elf use thunks instead of function pointers.caitkp@chromium.org2014-03-053-0/+59
* Pass correct object_type in AddKnownSidToObjectjschuh@chromium.org2014-03-051-1/+1
* Correctly bounds check FileNameLength in IsSupportedRenameCalljschuh@chromium.org2014-03-051-5/+8
* Further tighten desktop permissions and cleanup style nitsjschuh@chromium.org2014-03-051-12/+14
* refactor ResolveNTFunctionPtrluken@chromium.org2014-03-051-16/+13
* Check destination in sandbox CopyParamInjschuh@chromium.org2014-03-011-1/+2
* Convert scoped_ptr_malloc -> scoped_ptr, part 2.viettrungluu@chromium.org2014-02-266-10/+14
* Reduce sandbox permissions granted to alternate desktopjschuh@chromium.org2014-02-267-26/+134
* Revert 253415 "Reduce sandbox permissions granted to alternate d..."robertphillips@google.com2014-02-267-129/+26
* Reduce sandbox permissions granted to alternate desktopjschuh@chromium.org2014-02-267-26/+129
* fix excesive number of mutexes created by sandboxcpu@chromium.org2014-02-221-9/+19
* Fix a compilation issue when building with VS2013 and optimization set to "max".sebmarchand@chromium.org2014-02-201-2/+2
* Use the same handle for checking and duplicating in DuplicateHandleProxyjschuh@chromium.org2014-02-133-6/+4
* Revert 250744 "Use the same handle for checking and duplicating ..."sergeyu@chromium.org2014-02-123-2/+5
* Use the same handle for checking and duplicating in DuplicateHandleProxyjschuh@chromium.org2014-02-123-5/+2
* Expose an IsSandboxed() export on chrome.exe.robertshield@chromium.org2014-02-121-2/+6
* Add 64-bit support to browser blacklistingcsharp@chromium.org2014-02-071-1/+1
* Skip root dir when iterating over path in reparse points search.mharanczyk@opera.com2014-02-071-1/+1
* Use an alternate mechanism for CreateFile calls in Chromecaitkp@chromium.org2014-02-021-0/+10
* Fix nit introduced in r247511wfh@chromium.org2014-01-291-2/+2
* Don't link gtest into sandbox libscottmg@chromium.org2014-01-291-1/+0
* Correctly test for canonicalized path in the CreateNamedPipe policy engine.wfh@chromium.org2014-01-282-7/+96
* Revert 246313 "Use an alternate mechanism for CreateFile calls i..."kochi@google.com2014-01-231-10/+0
* Use an alternate mechanism for CreateFile calls in Chromecaitkp@chromium.org2014-01-221-0/+10
* Revert 245464 "Use an alternate mechanism for CreateFile calls i..."jochen@chromium.org2014-01-171-10/+0
* Use an alternate mechanism for CreateFile calls in Chromecaitkp@chromium.org2014-01-171-0/+10
* Allow Win64 build of base library even in a Win32 build.petewil@chromium.org2014-01-091-1/+1
* Remove 'using base::string16;' from base/strings/string16.h and remove temporarydbeam@chromium.org2013-12-301-1/+1