summaryrefslogtreecommitdiffstats
path: root/sandbox/win
Commit message (Expand)AuthorAgeFilesLines
* Adding checks in sandbox code to get some data on AppContainer based CreatePr...shrikant2015-04-171-0/+34
* Fix scoped_ptr free to use delete [] instead of delete.wfh2015-04-091-3/+4
* Fix illegal use of const in container contents to unbreak VS 2015.brucedawson2015-04-091-2/+1
* GN Windows component build fixes.brettw2015-04-081-0/+1
* Revert of Fix scoped_ptr free to use delete [] instead of delete. (patchset #...kcarattini2015-04-071-10/+11
* Fix scoped_ptr free to use delete [] instead of delete.wfh2015-04-071-11/+10
* Sandbox: Add support for file system policies that use implied device paths.rvargas2015-04-014-46/+185
* Adding one more error code to convey process creation/spawn target error to t...shrikant2015-03-252-2/+6
* Adding lowbox condition to IsTokenCacheable function.shrikant2015-03-051-2/+2
* This CL adds a method to create process using LowBox token on Windows. LowBox...shrikant2015-03-0210-25/+173
* Apply gn format with 'sources' sorting to src/scottmg2015-02-281-21/+21
* Reland the ULONG -> SIZE_T change from 317177rnk2015-02-262-4/+4
* Revert of sandbox: Fix Win64 porting issue by using SIZE_T instead of ULONG (...jfb2015-02-202-7/+7
* Update Chomium's build files to work w/ latest GN binaries.dpranke2015-02-201-4/+4
* sandbox: Fix some nt_internals.h function prototypes for Win64rnk2015-02-202-7/+7
* Re-enable handle closer on Windows 10.wfh2015-02-191-7/+0
* Replace handles that the handle closer closes with dummy Events.wfh2015-02-193-3/+158
* Fix GN unit tests on Windows, GN x64 build.brettw2015-02-171-1/+3
* Do not close handles in target process on Windows 10.wfh2015-02-071-0/+8
* Make chrome.exe built with ASan/Win work with sandbox enabledtimurrrr2015-02-055-18/+132
* Initialize create_disposition to FILE_OPEN in sandboxjschuh2015-01-291-1/+1
* Added a new process mitigation to harden process token IL policy.forshaw2015-01-264-1/+91
* Restrict file creation disposition in Windows sandboxjschuh2015-01-235-13/+42
* Move the test template to //testing/test.gni (part 2)qsr2015-01-211-0/+2
* Sandbox: Re-enable a test that should be working for a long time.rvargas2015-01-141-2/+1
* Fix some sandbox memory leakswfh2015-01-121-10/+8
* Fix sandbox IPC shared memory leak.jbauman2015-01-071-0/+3
* replace COMPILE_ASSERT with static_assert in sandbox/mostynb2015-01-069-18/+20
* Be explicit about not wanting a trigraph.thakis2014-12-231-1/+3
* Changes to the handling of impersonation levels for Windows pipes.forshaw2014-12-188-19/+79
* Fix sandbox target in Windows GN build and enable it.vchigrin2014-12-171-0/+9
* Revert of Fix sandbox target in Windows GN build and enable it. (patchset #1 ...samuong2014-12-161-6/+0
* Fix sandbox target in Windows GN build and enable it.vchigrin2014-12-161-0/+6
* Renumbering sandbox policy actions to fix bug found by VC++'s /analyze.brucedawson2014-12-111-5/+5
* Fix format string to handle pointers correctly.brucedawson2014-12-061-2/+4
* Fix some minor typos: abandonned -> abandonedsungmann.cho2014-12-052-2/+2
* gn format // (the rest, except mojo)scottmg2014-12-031-2/+4
* Check within target process for policy match on registry intercepts before se...wfh2014-11-123-0/+125
* Check alternate desktop before applying integrity labeljschuh2014-11-071-1/+1
* Do not cache tokens that have app container SIDswfh2014-10-293-25/+46
* Add a few missing overrides found by a new clang warning.thakis2014-10-291-1/+1
* Further restrict access on the alternate winstation and desktopwfh2014-10-281-4/+8
* Give PEImage a virtual destructorhans2014-10-221-0/+4
* replace OVERRIDE and FINAL with override and final in sandbox/mostynb2014-10-072-35/+35
* Fixes for more MSVC warnings, sandbox/ edition.pkasting2014-10-0433-249/+351
* Cleanup sandbox/ in advance of re-enabling some MSVC warnings.pkasting2014-10-0210-116/+67
* Remove implicit HANDLE conversions from sandbox.rvargas2014-09-258-23/+24
* fix sandbox memory leakcpu2014-09-171-11/+20
* Cleanup: Use base/files/file_util.h instead of base/file_util.h in [r-t]*/thestig2014-09-121-1/+1
* Fix sbox_validation_tests for Server 2012R2drbasic2014-09-111-1/+1