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
/
win
/
SUPHardenedVerifyImage-win.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
*
SUPHardNt: A DEBUG_bird thing.
vboxsync
2022-01-17
1
-0
/
+4
*
scm --update-copyright-year
vboxsync
2022-01-01
1
-1
/
+1
*
SUPHardNt: Just continue validating signatures upon encountering VERR_CR_X509...
vboxsync
2021-10-21
1
-4
/
+23
*
SUPHardNt: Ignore Nvidia certificate with bogus Key Usage if there is another...
vboxsync
2021-07-11
1
-2
/
+11
*
SUPHArdNt,IPRT: Recognize WHQL/attestation signatures from MS. Corrected RTCR...
vboxsync
2020-10-16
1
-28
/
+78
*
SUPHardNt,IPRT: If there are nested signatures (i.e. more than one signature)...
vboxsync
2020-10-12
1
-108
/
+174
*
iprt/cdefs.h: Made DECLHIDDEN imply nothrow and restrict its use to function ...
vboxsync
2020-07-08
1
-21
/
+21
*
iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as DECLCALLB...
vboxsync
2020-07-08
1
-41
/
+48
*
SUPHardNt: FNRTCRPKCS7VERIFYCERTCALLBACK changed behaviour with r138008, adju...
vboxsync
2020-05-20
1
-12
/
+10
*
Copyright year updates by scm.
vboxsync
2020-02-04
1
-1
/
+1
*
HostDrivers/Support/win: Burn fix for r129708 (wasn't aware of the Windows pa...
vboxsync
2019-04-01
1
-2
/
+2
*
supHardNt: More info on VERR_SUP_VP_NOT_SIGNED_WITH_BUILD_CERT.
vboxsync
2019-03-21
1
-1
/
+6
*
SupHardNt: Made RTNtPathExpand8dot3Path() work correctly in kernel context (n...
vboxsync
2019-03-21
1
-1
/
+3
*
scm --update-copyright-year
vboxsync
2019-01-01
1
-1
/
+1
*
SUPHardenedVerifyImage-win.cpp: logging typo
vboxsync
2018-12-28
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
*
IPRT/ldr/asn1/pkcs7: Ironed out issues in decoding indefinite ASN.1 length re...
vboxsync
2018-10-12
1
-1
/
+1
*
IPRT/ldr/asn1/pkcs7: Ironed out issues in decoding indefinite ASN.1 length re...
vboxsync
2018-10-11
1
-1
/
+1
*
IPRT/ldr/asn1/pkcs7: Ironed out issues in decoding indefinite ASN.1 length re...
vboxsync
2018-10-11
1
-0
/
+3
*
*: 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
*
Windows hardening: bugref:8750: blacklist scrobj.dll
vboxsync
2017-04-12
1
-0
/
+49
*
IPRT/ASN.1: Refactored array handling (SET OF, SEQUENCE OF) to use a pointer ...
vboxsync
2016-12-15
1
-1
/
+1
*
SUP,IPRT: If link time validation fails with VERR_CR_X509_CPV_NOT_VALID_AT_TI...
vboxsync
2016-11-21
1
-0
/
+46
*
SUPHardNt: -Wall warnings.
vboxsync
2016-07-29
1
-1
/
+19
*
(C) 2016
vboxsync
2016-07-22
1
-1
/
+1
*
supR3HardenedWinInitVersion: Don't call RtlGetVersion during early init, it m...
vboxsync
2016-02-25
1
-3
/
+7
*
supR3HardNtViCallWinVerifyTrust: Added more status crypt and cert status code...
vboxsync
2015-11-18
1
-0
/
+16
*
Support/win: doxygen fixes.
vboxsync
2015-10-20
1
-3
/
+5
*
Doxygen: @todo fixes
vboxsync
2015-10-09
1
-1
/
+1
*
VERR_SUP_VP_NOT_BUILD_CERT_IPE: Dump the certificates. This requires message ...
vboxsync
2015-08-22
1
-2
/
+20
*
*: scm cleanup run.
vboxsync
2015-08-14
1
-15
/
+16
*
supHardNtViCheckIfNotSignedOk: apphelp.dll is still not signed in W10, so don...
vboxsync
2015-08-03
1
-2
/
+2
*
SUPHardNt: Need another hack to make VBoxRT.dll load when executing testcases...
vboxsync
2015-07-02
1
-1
/
+1
*
SUPHardNt: Allow hardened exectuable binaries in the 'testcase' subdirectory.
vboxsync
2015-07-01
1
-1
/
+1
*
HostDrivers: Updated (C) year.
vboxsync
2015-06-09
1
-1
/
+1
*
supHardNt: bcrypt.dll is not mandatory
vboxsync
2015-03-31
1
-6
/
+8
*
supHardNt: Corrected loader lock ownership check. Turns out LockCount doesn't...
vboxsync
2015-03-30
1
-1
/
+1
*
supHardNt: Never call WinVerifyTrust and friends when owning the loader lock,...
vboxsync
2015-03-28
1
-60
/
+113
*
SUPHardenedVerfiyImage-win.cpp: Tell RTLdr to disregard the specified arch if...
vboxsync
2015-01-15
1
-4
/
+5
*
SUP: Relax image architecture restrictions so 32-bit resource DLLs won't caus...
vboxsync
2014-11-05
1
-1
/
+1
*
SUP: CERT_E_CHANING due to signatures rooted in 'Microsoft Digital Media Auth...
vboxsync
2014-10-13
1
-7
/
+29
*
supHardNtViRdrRead: Cleanup and deal with async i/o in ring-3 just to be on t...
vboxsync
2014-10-11
1
-81
/
+88
*
SUP: Missing two FILE_SYNCHRONOUS_IO_NONALERT flags, one of which seems respo...
vboxsync
2014-10-10
1
-0
/
+5
*
SUP: Removed heap debug code.
vboxsync
2014-10-10
1
-23
/
+0
*
SUP: XP + ATI kludge.
vboxsync
2014-10-10
1
-7
/
+25
*
SUP: instrumentation for debugging possible heap corruption.
vboxsync
2014-10-09
1
-0
/
+23
[next]