index
:
delta/VirtualBox-svn.git
master
www.virtualbox.org: svn/vbox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
VBox
/
HostDrivers
/
Support
/
SUPR3HardenedVerify.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Copyright year updates by scm.
vboxsync
2023-01-17
1
-1
/
+1
*
scm copyright and license note update
vboxsync
2022-08-22
1
-10
/
+20
*
scm --update-copyright-year
vboxsync
2022-01-01
1
-1
/
+1
*
Support: Fix appending the entry name to the path (uncovered after r149035 wh...
vboxsync
2021-12-21
1
-1
/
+1
*
SUPR3: Return correct status code in supR3HardenedVerifyDirRecursive()
vboxsync
2021-12-20
1
-1
/
+1
*
SUP: VALID_PTR -> RT_VALID_PTR.
vboxsync
2021-08-23
1
-1
/
+1
*
/Config.kmk,/Makefile.kmk,Installer/darwin,FE/QT,SUPHard: Eliminated the syml...
vboxsync
2020-02-10
1
-5
/
+39
*
Copyright year updates by scm.
vboxsync
2020-02-04
1
-1
/
+1
*
SUP: Removed most VBOX_WITH_REM preprocessor stuff. bugref:9576
vboxsync
2019-10-08
1
-3
/
+0
*
Renaming VBoxGlobal to UICommon for bugref:9049 as planned.
vboxsync
2019-06-26
1
-1
/
+1
*
Config.kmk, HostDrivers/Support, Main, FE/Qt, Installer: bugref:9049: Wipe ou...
vboxsync
2019-01-14
1
-7
/
+0
*
scm --update-copyright-year
vboxsync
2019-01-01
1
-1
/
+1
*
iprt/string.h: Dropped including utf16.h and let those who need it include it...
vboxsync
2018-12-23
1
-0
/
+1
*
Don't verify nonexistent modules.
vboxsync
2018-10-11
1
-2
/
+0
*
FE/Qt and HostDriver/Support: bugref:9049: Hardening support for split GUI fu...
vboxsync
2018-05-17
1
-1
/
+7
*
*: scm --update-copyright-year
vboxsync
2017-10-28
1
-1
/
+1
*
backed out r118835 as it incorrectly updated the 'This file is based on' file...
vboxsync
2017-10-28
1
-1
/
+1
*
*: scm --update-copyright-year
vboxsync
2017-10-28
1
-1
/
+1
*
SUPR3HardendeVerify.cpp: Skip double root slashes on UNIXy systems. Needed f...
vboxsync
2017-08-08
1
-0
/
+8
*
Support/Hardening: Use realpath() to get absolute paths upon encountering the...
vboxsync
2017-05-08
1
-1
/
+27
*
HostDrivers/Support: Allow following symlinks on Linux for libraries loaded t...
vboxsync
2017-04-20
1
-10
/
+19
*
SUPR3HardeningVerify.cpp: Adjusted preprocessor indent in supR3HardenedVerify...
vboxsync
2017-04-20
1
-5
/
+5
*
HostDrivers/Support: bugref:8740 Relax the path constraints
vboxsync
2017-04-19
1
-4
/
+11
*
HostDrivers/Support: Relax the verification for /usr/lib/iconv on Solaris whe...
vboxsync
2017-04-13
1
-0
/
+7
*
build fix
vboxsync
2017-04-12
1
-2
/
+2
*
HostDrivers/Support: bugref:8740: additional checks for non-Windows hosts
vboxsync
2017-04-12
1
-22
/
+213
*
shut up gcc for complaining about readdir_r() with glibc 2.24+
vboxsync
2016-09-01
1
-0
/
+7
*
HostDrivers: gcc warnings.
vboxsync
2016-08-02
1
-0
/
+3
*
SUPLib: Two error path fixes and lots of warnings.
vboxsync
2016-07-29
1
-0
/
+15
*
(C) 2016
vboxsync
2016-07-22
1
-1
/
+1
*
HostDrivers: VBOX_WITH_REM fix
vboxsync
2016-05-13
1
-0
/
+2
*
iprt/asm.h: Cleaned up the ASMMemIsAll8/U32 mess and implmeneted the former i...
vboxsync
2016-02-19
1
-2
/
+2
*
VBoxVMMPreload is part of VBox and it's hardened on windows.
vboxsync
2015-10-22
1
-0
/
+2
*
*: scm cleanup run.
vboxsync
2015-08-14
1
-9
/
+10
*
tstGIP-2: Hardening.
vboxsync
2015-08-14
1
-0
/
+4
*
Attempt at fixing VirtualBoxVM (untested).
vboxsync
2015-07-06
1
-9
/
+30
*
SUPHardNt: Allow hardened exectuable binaries in the 'testcase' subdirectory.
vboxsync
2015-07-01
1
-37
/
+28
*
HostDrivers: Updated (C) year.
vboxsync
2015-06-09
1
-1
/
+1
*
s/VMMGC.gc/VMMRC.rc/g s/VBoxDDGC.gc/VBoxDDRC.rc/g s/VBoxDD2GC.gc/VBoxDD2RC.rc/g
vboxsync
2015-06-09
1
-3
/
+3
*
Runtime/testcase: tstRTR0ThreadPreemption rename fixes.
vboxsync
2015-02-24
1
-1
/
+1
*
Eliminating some more kernel32.dll dependencies, marking APIs we like to use ...
vboxsync
2014-10-03
1
-7
/
+7
*
better error message.
vboxsync
2014-09-18
1
-1
/
+2
*
Startup optimization: Don't check the hardened-program.dll signature before w...
vboxsync
2014-08-19
1
-1
/
+2
*
SUPR3HardenedVerify.cpp: Corrected CreateFileW result check (NULL vs INVALID_...
vboxsync
2014-08-11
1
-1
/
+1
*
SUP: Make the middle respawn process wait on both parent and child. Cleanups.
vboxsync
2014-07-24
1
-5
/
+9
*
SUP: some cleanups.
vboxsync
2014-07-24
1
-1
/
+1
*
SUP: build fix
vboxsync
2014-07-17
1
-0
/
+2
*
SUP: delay signature checking of the vbox files till we actually use them. Sh...
vboxsync
2014-07-17
1
-84
/
+198
*
SUPR3HardenedVerify.cpp: Two more cases of CreateFileW with UTF-16.
vboxsync
2014-07-07
1
-28
/
+49
*
Testcase fix.
vboxsync
2014-07-07
1
-5
/
+51
[next]