summaryrefslogtreecommitdiffstats
path: root/sandbox/win
Commit message (Expand)AuthorAgeFilesLines
* Fix a stack overflow in the windows sandbox SpawnTarget function.ananta2015-05-111-11/+15
* Provide a facility for sharing Window handles with target processes launched ...ananta2015-05-066-0/+147
* vs2015: fix narrowing warnings in sandbox/win/scottmg2015-05-012-11/+9
* win: Fix remaining plugin warnings in ash, device, printing, sandbox.thakis2015-04-304-0/+13
* Apply automated fixits for Chrome clang plugin to sandbox.dcheng2015-04-2914-86/+87
* base: Remove using declaration from test_suite.h header.tfarina2015-04-273-3/+3
* sanbox/win: Fix warnings found by clang chromium-style plugin on Windows.tfarina2015-04-2712-19/+51
* Update {virtual,override} to follow C++11 style in sandbox.nick2015-04-232-49/+45
* UpdateProcThreadAttribute has a restriction that its lpValue parametermajnemer2015-04-221-2/+6
* Revert of Adding checks in sandbox code to get some data on AppContainer base...shrikant2015-04-181-34/+0
* 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