summaryrefslogtreecommitdiff
path: root/src/VBox/HostDrivers/Support/SUPR3HardenedVerify.cpp
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updates by scm.vboxsync2023-01-171-1/+1
* scm copyright and license note updatevboxsync2022-08-221-10/+20
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
* Support: Fix appending the entry name to the path (uncovered after r149035 wh...vboxsync2021-12-211-1/+1
* SUPR3: Return correct status code in supR3HardenedVerifyDirRecursive()vboxsync2021-12-201-1/+1
* SUP: VALID_PTR -> RT_VALID_PTR.vboxsync2021-08-231-1/+1
* /Config.kmk,/Makefile.kmk,Installer/darwin,FE/QT,SUPHard: Eliminated the syml...vboxsync2020-02-101-5/+39
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
* SUP: Removed most VBOX_WITH_REM preprocessor stuff. bugref:9576vboxsync2019-10-081-3/+0
* Renaming VBoxGlobal to UICommon for bugref:9049 as planned.vboxsync2019-06-261-1/+1
* Config.kmk, HostDrivers/Support, Main, FE/Qt, Installer: bugref:9049: Wipe ou...vboxsync2019-01-141-7/+0
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
* iprt/string.h: Dropped including utf16.h and let those who need it include it...vboxsync2018-12-231-0/+1
* Don't verify nonexistent modules.vboxsync2018-10-111-2/+0
* FE/Qt and HostDriver/Support: bugref:9049: Hardening support for split GUI fu...vboxsync2018-05-171-1/+7
* *: scm --update-copyright-yearvboxsync2017-10-281-1/+1
* backed out r118835 as it incorrectly updated the 'This file is based on' file...vboxsync2017-10-281-1/+1
* *: scm --update-copyright-yearvboxsync2017-10-281-1/+1
* SUPR3HardendeVerify.cpp: Skip double root slashes on UNIXy systems. Needed f...vboxsync2017-08-081-0/+8
* Support/Hardening: Use realpath() to get absolute paths upon encountering the...vboxsync2017-05-081-1/+27
* HostDrivers/Support: Allow following symlinks on Linux for libraries loaded t...vboxsync2017-04-201-10/+19
* SUPR3HardeningVerify.cpp: Adjusted preprocessor indent in supR3HardenedVerify...vboxsync2017-04-201-5/+5
* HostDrivers/Support: bugref:8740 Relax the path constraintsvboxsync2017-04-191-4/+11
* HostDrivers/Support: Relax the verification for /usr/lib/iconv on Solaris whe...vboxsync2017-04-131-0/+7
* build fixvboxsync2017-04-121-2/+2
* HostDrivers/Support: bugref:8740: additional checks for non-Windows hostsvboxsync2017-04-121-22/+213
* shut up gcc for complaining about readdir_r() with glibc 2.24+vboxsync2016-09-011-0/+7
* HostDrivers: gcc warnings.vboxsync2016-08-021-0/+3
* SUPLib: Two error path fixes and lots of warnings.vboxsync2016-07-291-0/+15
* (C) 2016vboxsync2016-07-221-1/+1
* HostDrivers: VBOX_WITH_REM fixvboxsync2016-05-131-0/+2
* iprt/asm.h: Cleaned up the ASMMemIsAll8/U32 mess and implmeneted the former i...vboxsync2016-02-191-2/+2
* VBoxVMMPreload is part of VBox and it's hardened on windows.vboxsync2015-10-221-0/+2
* *: scm cleanup run.vboxsync2015-08-141-9/+10
* tstGIP-2: Hardening.vboxsync2015-08-141-0/+4
* Attempt at fixing VirtualBoxVM (untested).vboxsync2015-07-061-9/+30
* SUPHardNt: Allow hardened exectuable binaries in the 'testcase' subdirectory.vboxsync2015-07-011-37/+28
* HostDrivers: Updated (C) year.vboxsync2015-06-091-1/+1
* s/VMMGC.gc/VMMRC.rc/g s/VBoxDDGC.gc/VBoxDDRC.rc/g s/VBoxDD2GC.gc/VBoxDD2RC.rc/gvboxsync2015-06-091-3/+3
* Runtime/testcase: tstRTR0ThreadPreemption rename fixes.vboxsync2015-02-241-1/+1
* Eliminating some more kernel32.dll dependencies, marking APIs we like to use ...vboxsync2014-10-031-7/+7
* better error message.vboxsync2014-09-181-1/+2
* Startup optimization: Don't check the hardened-program.dll signature before w...vboxsync2014-08-191-1/+2
* SUPR3HardenedVerify.cpp: Corrected CreateFileW result check (NULL vs INVALID_...vboxsync2014-08-111-1/+1
* SUP: Make the middle respawn process wait on both parent and child. Cleanups.vboxsync2014-07-241-5/+9
* SUP: some cleanups.vboxsync2014-07-241-1/+1
* SUP: build fixvboxsync2014-07-171-0/+2
* SUP: delay signature checking of the vbox files till we actually use them. Sh...vboxsync2014-07-171-84/+198
* SUPR3HardenedVerify.cpp: Two more cases of CreateFileW with UTF-16.vboxsync2014-07-071-28/+49
* Testcase fix.vboxsync2014-07-071-5/+51