| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | refactor ResolveNTFunctionPtr | luken@chromium.org | 2014-03-05 | 1 | -16/+13 |
* | Check destination in sandbox CopyParamIn | jschuh@chromium.org | 2014-03-01 | 1 | -1/+2 |
* | Convert scoped_ptr_malloc -> scoped_ptr, part 2. | viettrungluu@chromium.org | 2014-02-26 | 6 | -10/+14 |
* | Reduce sandbox permissions granted to alternate desktop | jschuh@chromium.org | 2014-02-26 | 7 | -26/+134 |
* | Revert 253415 "Reduce sandbox permissions granted to alternate d..." | robertphillips@google.com | 2014-02-26 | 7 | -129/+26 |
* | Reduce sandbox permissions granted to alternate desktop | jschuh@chromium.org | 2014-02-26 | 7 | -26/+129 |
* | fix excesive number of mutexes created by sandbox | cpu@chromium.org | 2014-02-22 | 1 | -9/+19 |
* | Fix a compilation issue when building with VS2013 and optimization set to "max". | sebmarchand@chromium.org | 2014-02-20 | 1 | -2/+2 |
* | Use the same handle for checking and duplicating in DuplicateHandleProxy | jschuh@chromium.org | 2014-02-13 | 3 | -6/+4 |
* | Revert 250744 "Use the same handle for checking and duplicating ..." | sergeyu@chromium.org | 2014-02-12 | 3 | -2/+5 |
* | Use the same handle for checking and duplicating in DuplicateHandleProxy | jschuh@chromium.org | 2014-02-12 | 3 | -5/+2 |
* | Expose an IsSandboxed() export on chrome.exe. | robertshield@chromium.org | 2014-02-12 | 1 | -2/+6 |
* | Add 64-bit support to browser blacklisting | csharp@chromium.org | 2014-02-07 | 1 | -1/+1 |
* | Skip root dir when iterating over path in reparse points search. | mharanczyk@opera.com | 2014-02-07 | 1 | -1/+1 |
* | Use an alternate mechanism for CreateFile calls in Chrome | caitkp@chromium.org | 2014-02-02 | 1 | -0/+10 |
* | Fix nit introduced in r247511 | wfh@chromium.org | 2014-01-29 | 1 | -2/+2 |
* | Don't link gtest into sandbox lib | scottmg@chromium.org | 2014-01-29 | 1 | -1/+0 |
* | Correctly test for canonicalized path in the CreateNamedPipe policy engine. | wfh@chromium.org | 2014-01-28 | 2 | -7/+96 |
* | Revert 246313 "Use an alternate mechanism for CreateFile calls i..." | kochi@google.com | 2014-01-23 | 1 | -10/+0 |
* | Use an alternate mechanism for CreateFile calls in Chrome | caitkp@chromium.org | 2014-01-22 | 1 | -0/+10 |
* | Revert 245464 "Use an alternate mechanism for CreateFile calls i..." | jochen@chromium.org | 2014-01-17 | 1 | -10/+0 |
* | Use an alternate mechanism for CreateFile calls in Chrome | caitkp@chromium.org | 2014-01-17 | 1 | -0/+10 |
* | Allow Win64 build of base library even in a Win32 build. | petewil@chromium.org | 2014-01-09 | 1 | -1/+1 |
* | Remove 'using base::string16;' from base/strings/string16.h and remove temporary | dbeam@chromium.org | 2013-12-30 | 1 | -1/+1 |
* | Update some uses of char16 to use the base:: namespace. | avi@chromium.org | 2013-12-25 | 7 | -49/+52 |
* | Update uses of UTF conversions in ppapi/, printing/, remoting/, rlz/, sandbox... | avi@chromium.org | 2013-12-25 | 1 | -37/+0 |
* | Add base:: to string16s in sandbox/. | dbeam@chromium.org | 2013-12-20 | 13 | -69/+73 |
* | Replace wstring with string16 in sandbox | brettw@chromium.org | 2013-12-12 | 53 | -209/+246 |
* | Restructure sandbox code to reduce dependencies pulled in by intercept code. | robertshield@chromium.org | 2013-12-04 | 15 | -36/+101 |
* | Base: Remove Receive() from ScopedHandle. | rvargas@chromium.org | 2013-11-28 | 6 | -23/+37 |
* | Revert of https://codereview.chromium.org/71013004/ | hashimoto@chromium.org | 2013-11-27 | 6 | -37/+23 |
* | Base: Remove Receive() from ScopedHandle. | rvargas@chromium.org | 2013-11-27 | 6 | -23/+37 |
* | Disabling the TestEvent and TestEventReadOnly tests while I figure out why th... | ananta@chromium.org | 2013-10-25 | 1 | -2/+2 |
* | Attempt3 at landing this. The previous attempt failed on Windows XP because t... | ananta@chromium.org | 2013-10-25 | 10 | -273/+350 |