summaryrefslogtreecommitdiffstats
path: root/sandbox/src
Commit message (Expand)AuthorAgeFilesLines
* Sandbox: Add code for all the interceptors.rvargas@google.com2010-03-054-5/+308
* Porting sbox IPC to 64 bitcpu@chromium.org2010-03-038-45/+61
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-193-0/+3
* Sandbox: Some cleanup after the previous changes.rvargas@google.com2010-02-118-553/+461
* Sandbox: Add support for EAT interceptions in 64 bit.rvargas@google.com2010-02-107-20/+128
* Sandbox: Finish the interception manager support for x64.rvargas@google.com2010-02-0421-135/+325
* Sandbox: Add the 64-bit service resolver and a fewrvargas@google.com2010-02-016-156/+319
* Add a DCHECK to make sure that SpawnTarget is not callednsylvain@chromium.org2010-02-011-0/+7
* Sandbox: Add the base code for the 46-bit service resolver.rvargas@google.com2010-01-291-0/+299
* Improve handling and testing of reparse points.rvargas@google.com2010-01-275-89/+150
* Fix integer overflow in sboxcpu@chromium.org2010-01-223-29/+67
* Make sure we can't create reg links from the sandbox.nsylvain@chromium.org2010-01-224-6/+68
* Prepare the sandbox for integration with NaCl broker for 64-bit Windows. The ...gregoryd@google.com2010-01-173-2/+9
* Try the SANDOX_INERT flag in CreateRestrictedTokencpu@chromium.org2010-01-121-1/+5
* 64-bit compatibility changes for the sandbox codegregoryd@google.com2009-11-117-12/+27
* Use scoped_array (not scoped_ptr) with new[].kuchhal@chromium.org2009-10-235-6/+6
* Change yet again the way we do ResolveNTFunctionPtrcpu@chromium.org2009-10-141-2/+1
* Change again the way we do ResolveNTFunctionPtrcpu@chromium.org2009-09-291-3/+7
* Preliminary fixes to enable link dependent objects.maruel@chromium.org2009-09-241-1/+5
* Simplify ResolveNTFunctionPtr (temporary)cpu@chromium.org2009-09-091-33/+3
* Fix issue 8348: unfork pe_image.h / pe_image.cctkent@chromium.org2009-09-0811-1014/+9
* Delete all precompiled support. It is causing more harm than good, especially...maruel@chromium.org2009-09-042-17/+0
* Declare exe_name and cmd_line as const pointers and usewtc@chromium.org2009-07-231-7/+9
* Fix a FORWARD_NULL defect in ExtractModuleName reported by Coverity.wtc@chromium.org2009-07-232-6/+5
* Fix FORWARD_NULL defects reported by Coverity. We shouldwtc@chromium.org2009-07-222-3/+3
* Fix: Off-by-one error in LowLevelPolicy::Done.yuzo@chromium.org2009-07-031-1/+1
* -Fix a wrong commentcpu@google.com2009-07-012-1/+4
* Fix potential memleak in GetArgs.finnur@chromium.org2009-06-301-6/+6
* ZwOpenKeyEx is now documented at http://msdn.microsoft.com/en-us/library/dd53...nsylvain@chromium.org2009-05-213-8/+8
* Add more checks to be able to isolate why chrome cannotnsylvain@chromium.org2009-05-211-1/+22
* Add support for alternate window station.nsylvain@chromium.org2009-05-2011-35/+412
* Fix a crash in the unittests caused by the fact that the order ofnsylvain@chromium.org2009-05-181-0/+12
* Remove the checked-in scons configuration files.sgk@google.com2009-04-011-84/+0
* Fix URL for sandboxing design doc.evan@chromium.org2009-03-276-8/+9
* Sync sandbox WriteInto with updated version from basemark@chromium.org2009-03-251-7/+5
* Fix incorrect include guards in sandbox/. Guards now match their filename.deanm@chromium.org2009-03-174-8/+8
* Removed unneeded includes of base/scoped_ptr.h. Reduce usage from ~800 files ...thestig@chromium.org2009-03-135-4/+1
* Remove logging.h from cc files that don't use it.thestig@chromium.org2009-03-128-8/+0
* Remove unneeded uses of logging.h in header files.thestig@chromium.org2009-03-122-1/+1
* NO CODE CHANGEdeanm@chromium.org2009-03-11133-137/+0
* Slight code change to make some global variables const.maruel@google.com2009-03-101-5/+6
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-055-5/+5
* In windows 7 there is a new Reg call that we need tonsylvain@chromium.org2009-02-134-8/+48
* Sandbox: Add support for Windows 7 - 64 bit.rvargas@google.com2009-02-031-12/+42
* revert r9096. rvargas@google.com2009-02-031-40/+12
* Sandbox: Add support for Windows 7 - 64 bit.rvargas@google.com2009-02-031-12/+40
* remove chrome dependencies from win sandboxing headers. Wrap sandbox code topinkerton@google.com2009-01-091-6/+0
* Mass convert ChromeStaticLibrary -> ChromeLibrary, including pulling the upda...evanm@google.com2008-12-261-1/+1
* Move a function from controller.cc to sandbox_utils.cc innsylvain@chromium.org2008-12-2315-43/+49
* Convert from using env['PLATFORM'] directly to using the more flexiblesgk@google.com2008-12-181-1/+1