index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sandbox
/
win
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sandbox policy and intercepts for the MITIGATION_WIN32K_DISABLE policy for re...
ananta@chromium.org
2014-06-11
14
-6
/
+343
*
Make sbox_unittests work with DCHECKs enabled
jschuh@chromium.org
2014-06-10
4
-14
/
+5
*
Remove HandleCloser::SetupHandleInterceptions
jschuh@chromium.org
2014-06-10
8
-114
/
+1
*
Revert of Revert of Convert installer_util_unittests, sbox_integration_tests,...
alph@chromium.org
2014-06-09
4
-6
/
+30
*
Revert of Convert installer_util_unittests, sbox_integration_tests, sbox_vali...
alph@chromium.org
2014-06-09
4
-30
/
+6
*
Convert installer_util_unittests, sbox_integration_tests, sbox_validation_tes...
phajdan.jr@chromium.org
2014-06-09
4
-6
/
+30
*
Add sandbox support for process memory limits
jschuh@chromium.org
2014-06-07
11
-23
/
+94
*
This will make process launch faster and may prevent the LSASS hangs we've se...
jschuh@chromium.org
2014-06-06
6
-8
/
+94
*
Fix Windows build, add Sandbox implementation.
brettw@chromium.org
2014-06-02
1
-0
/
+285
*
Fix gtest EXPECT macros misuse in a couple of sandbox tests
timurrrr@chromium.org
2014-05-29
1
-2
/
+2
*
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
[next]