|
|
@102567
|
14 months |
vboxsync |
IPRT/shacrypt: Made asan build happy (false positive). bugref:10551
|
|
|
@102564
|
14 months |
vboxsync |
IPRT/shacrypt: Docs fix. bugref:10551
|
|
|
@102501
|
14 months |
vboxsync |
IPRT/shacrypt: scm fix. bugref:10551
|
|
|
@102500
|
14 months |
vboxsync |
IPRT/shacrypt: Reduce the code size a little. Document the …
|
|
|
@102495
|
14 months |
vboxsync |
IPRT/shacrypt: Combine shacrypt-256.cpp.h and shacrypt-512.cpp.h into …
|
|
|
@102491
|
15 months |
vboxsync |
IRPT/shacrypt: Minor cleanups, doxygen fix. bugref:10551
|
|
|
@102490
|
15 months |
vboxsync |
IRPT/shacrypt: Don't use RTMemDup on the passpharse in step 16 since …
|
|
|
@102488
|
15 months |
vboxsync |
IPRT,Main/Unattended: Added a simplified API for the SHAcrypt …
|
|
|
@102375
|
15 months |
vboxsync |
IPRT/crypto: Implemented handing-in crypt password strings as the salt …
|
|
|
@102372
|
15 months |
vboxsync |
IPRT/crypto: Renaming. bugref:10551
|
|
|
@102361
|
15 months |
vboxsync |
IPRT/crypto: Changed the signature of RTCrShaCryptGenerateSalt(). …
|
|
|
@102336
|
15 months |
vboxsync |
IPRT/crypto/shacrypt: Make sure to terminate strings in the …
|
|
|
@102335
|
15 months |
vboxsync |
IPRT/crypto/shacrypt: Added RTCrShaCryptGenerateSalt() to avoid code …
|
|
|
@102297
|
15 months |
vboxsync |
IPRT/crypto/shacrypt: Better string length checks for …
|
|
|
@102296
|
15 months |
vboxsync |
IPRT/crypto/shacrypt: Renaming (RTShaCryptXXX -> RTCrShaCryptXXX) + …
|
|
|
@102294
|
15 months |
vboxsync |
IPRT: Implemented SHA-crypt 256 / 512 variants, along with testcases. …
|
|
|
@102292
|
15 months |
vboxsync |
IPRT: Implemented SHA-crypt 256 / 512 variants, along with testcases. …
|
|
|
@102289
|
15 months |
vboxsync |
IPRT: Implemented SHA-crypt 256 / 512 variants, along with testcases. …
|
|
|
@102287
|
15 months |
vboxsync |
IPRT/RTExprEval: Added md5, sha1, sha256 and sha512 has functions …
|
|
|
@102284
|
15 months |
vboxsync |
IPRT/ldr: Corrected segment flag conversion for LX images. bugref:10371
|
|
|
@102276
|
15 months |
vboxsync |
IPRT/ldr: Added RTLdrLxSetSegmentSelectors. bugref:10371
|
|
|
@102156
|
15 months |
vboxsync |
IPRT/ldrLX: Must always apply internal fixups after loading the bits, …
|
|
|
@101753
|
16 months |
vboxsync |
added more detailed logging, tstRTSg.cpp testcase
|
|
|
@101657
|
16 months |
vboxsync |
Runtime/uri.cpp: Make it build on linux.arm64 with -Werror, bugref:10541
|
|
|
@101653
|
16 months |
vboxsync |
IPRT/dbg: Fixed error handling empty DBI streams in the PDB VFS.
|
|
|
@101646
|
16 months |
vboxsync |
IPRT/x509-certpaths.cpp: Fixed copy&paste bug in …
|
|
|
@101470
|
16 months |
vboxsync |
Runtime/RTFdt: Add convenience method to add a property consisting of …
|
|
|
@101453
|
16 months |
vboxsync |
Runtime/RTFdt*: Add some convenience heleprs to add a 64-bit integer …
|
|
|
@101362
|
17 months |
vboxsync |
iprt: log.cpp: Replace memcpy with RT_BCOPY_UNFORTIFIED, bugref:10209, …
|
|
|
@101346
|
17 months |
vboxsync |
IPRT/ministring: More complete set of endsWith[I] and startsWith[I] …
|
|
|
@101343
|
17 months |
vboxsync |
IPRT/ministring: Added C-style endsWith methods.
|
|
|
@101197
|
17 months |
vboxsync |
Runtime/{openssl-sha256,openssl-sha512}.cpp: Updated the …
|
|
|
@101194
|
17 months |
vboxsync |
Runtime/openssl-md5.cpp: Fix conflicting declaration of RTMd5Final(), …
|
|
|
@101109
|
17 months |
vboxsync |
IPRT: Fixing assertions (from r158845) related to VFS pfnRead/pfnWrite …
|
|
|
@101108
|
17 months |
vboxsync |
IPRT: Fixing assertions (from r158845) related to VFS pfnRead/pfnWrite …
|
|
|
@100997
|
18 months |
vboxsync |
doxygen fix
|
|
|
@100954
|
18 months |
vboxsync |
IPRT/dbgmod: Improved the logic for guessing the .pdb/.dbg filename.
|
|
|
@100953
|
18 months |
vboxsync |
IPRT/dbg: Fix clang warning. Code not needed.
|
|
|
@100950
|
18 months |
vboxsync |
IPRT/dbg: Fix pdb warnings.
|
|
|
@100948
|
18 months |
vboxsync |
IPRT/dbg: Rewroked the CV/DBG+PDB loading so that we support loading …
|
|
|
@100932
|
18 months |
vboxsync |
IPRT/dbg: Early PDB support. [scm fix]
|
|
|
@100931
|
18 months |
vboxsync |
IPRT/dbg: Early PDB support.
|
|
|
@100930
|
18 months |
vboxsync |
IPRT/vfs: Added RTVfsFileReadAll and RTVfsFileReadAllFree.
|
|
|
@100929
|
18 months |
vboxsync |
IPRT/vfs: Reverted r158866 after committing too much.
|
|
|
@100928
|
18 months |
vboxsync |
IPRT/vfs: Added RTVfsFileReadAll and RTVfsFileReadAllFree.
|
|
|
@100914
|
18 months |
vboxsync |
IPRT/pdbvfs: Parse the DBI header and optional header and pick up …
|
|
|
@100913
|
18 months |
vboxsync |
IPRT: Moved the PDB cache subdir string composition to the pdbvfs and …
|
|
|
@100912
|
18 months |
vboxsync |
IPRT: Added a virtual file system view of PDB files. [build fix]
|
|
|
@100909
|
18 months |
vboxsync |
IPRT: Added a virtual file system view of PDB files.
|
|
|
@100908
|
18 months |
vboxsync |
IPRT,Storage,Puel: Changed the pfnRead and pfnWrite VFS methods and …
|
|
|
@100903
|
18 months |
vboxsync |
IPRT/parser: Some very incomplete bourn shell parser sketches.
|
|
|
@100531
|
19 months |
vboxsync |
IPRT/PKCS8: Tweak for OpenSSL 1.0.2 / ol7. bugref:10299
|
|
|
@100528
|
19 months |
vboxsync |
IPRT/PKCS8: Added the ability to load PKCS\#8 EncryptedPrivateKey …
|
|
|
@100494
|
19 months |
vboxsync |
IPRT/PKCS8: Some corrections and adjustments (bugref:10299):
- …
|
|
|
@100493
|
19 months |
vboxsync |
IPRT/PKCS8: Some corrections and adjustments (bugref:10299):
- …
|
|
|
@100492
|
19 months |
vboxsync |
Forward ported r158259 from 6.1: Support ECDSA for pre-3.0.0 OpenSSL …
|
|
|
@100491
|
19 months |
vboxsync |
Forward ported r158259 from 6.1: Support ECDSA for pre-3.0.0 OpenSSL …
|
|
|
@100490
|
19 months |
vboxsync |
Forward ported r158258 from 6.1: Added RTAsn1DynType_SetToObjId for …
|
|
|
@100489
|
19 months |
vboxsync |
Forward ported r158257 from 6.1: IPRT: Fix incorrect unused bit count …
|
|
|
@100447
|
20 months |
vboxsync |
IPRT,OpenSSL: Support ECDSA for verficiation purposes when IPRT links …
|
|
|
@100446
|
20 months |
vboxsync |
IPRT,OpenSSL: Support ECDSA for verficiation purposes when IPRT links …
|
|
|
@100445
|
20 months |
vboxsync |
IPRT,OpenSSL: Support ECDSA for verficiation purposes when IPRT links …
|
|
|
@100442
|
20 months |
vboxsync |
IPRT,OpenSSL: Support ECDSA for verficiation purposes when IPRT links …
|
|
|
@100421
|
20 months |
vboxsync |
IPRT/PKCS8: add key format for PKCS #8 bugref:10299
|
|
|
@100364
|
20 months |
vboxsync |
IPRT: Added some OIDs related to EV certs and ECDSA. bugref:10479
|
|
|
@100309
|
20 months |
vboxsync |
Runtime/common/alloc/memcache.cpp: Replace occurences of …
|
|
|
@100308
|
20 months |
vboxsync |
Runtime: Replace occurence of PAGE_SIZE with RTSystemgetPageSize() in …
|
|
|
@100108
|
21 months |
vboxsync |
*: Fix build issues when setting VBOX_WITH_WARNINGS_AS_ERRORS=1 on …
|
|
|
@100048
|
21 months |
vboxsync |
Runtime/RTFdt: Fix for converting the memory reservations when writing …
|
|
|
@100040
|
21 months |
vboxsync |
Runtime/RTFdt: Add methods to add stringlist properties, bugref:10401 …
|
|
|
@100037
|
21 months |
vboxsync |
Runtime/RTFdt: Add methods to add stringlist properties, bugref:10401
|
|
|
@100036
|
21 months |
vboxsync |
Runtime/RTFdt: Some additions and fixes, bugref:10401
|
|
|
@100032
|
21 months |
vboxsync |
Runtime/RTFdt: Some untested generator API + implementation, …
|
|
|
@100031
|
21 months |
vboxsync |
Runtime/RTFdt: Some untested generator API + implementation, …
|
|
|
@100029
|
21 months |
vboxsync |
Runtime/RTFdt: Some untested generator API + implementation, bugref:10401
|
|
|
@100024
|
21 months |
vboxsync |
Runtime/RTFdt: Implement parsing Devicetree blobs (DTB) and output a …
|
|
|
@100023
|
21 months |
vboxsync |
Runtime/RTFdt: Implement parsing Devicetree blobs (DTB) and output a …
|
|
|
@100022
|
21 months |
vboxsync |
Runtime/RTFdt: Implement parsing Devicetree blobs (DTB) and output a …
|
|
|
@100009
|
21 months |
vboxsync |
Runtime/common/misc/fdt.cpp: Implement loading the blocks from the I/O …
|
|
|
@100007
|
21 months |
vboxsync |
Runtime: Start implementing the RTFdt* API to read and write flattened …
|
|
|
@100006
|
21 months |
vboxsync |
Runtime: Start implementing the RTFdt* API to read and write flattened …
|
|
|
@99989
|
21 months |
vboxsync |
IPRT/dvm: Use rtDvmDiskReadUnaligned rather than rtDvmDiskRead in the …
|
|
|
@99961
|
21 months |
vboxsync |
IPRT/sg: Corrected RTSgBufIsAtEnd and made the code deal with (skip) …
|
|
|
@99960
|
21 months |
vboxsync |
IPRT/sg: Corrected RTSgBufIsAtEnd and made the code deal with (skip) …
|
|
|
@99803
|
21 months |
vboxsync |
Runtime/fuzz.cpp: Fix assertion, bugref:3409
|
|
|
@99775
|
21 months |
vboxsync |
*: Mark functions as static if not used outside of a given compilation …
|
|
|
@99758
|
21 months |
vboxsync |
IPRT: Make doxygen 1.9.6 happy. Mostly removing duplicate docs (iprt …
|
|
|
@99739
|
21 months |
vboxsync |
*: doxygen corrections (mostly about removing @returns from functions …
|
|
|
@99730
|
21 months |
vboxsync |
IPRT: Clang 13 fixes (warnings as errors).
|
|
|
@99669
|
22 months |
vboxsync |
IPRT/ldrPE: Added support for SHA384 image signatures. [build fix] …
|
|
|
@99668
|
22 months |
vboxsync |
IPRT/ldrPE: Added support for SHA384 image signatures. bugref:10439
|
|
|
@99570
|
22 months |
vboxsync |
Runtime/dbg/dbgmod.cpp: Improve error message to identify the name and …
|
|
|
@99513
|
22 months |
vboxsync |
manual,VBoxManage,isomaker/viso: Require all refsect1 and refsect2 …
|
|
|
@99423
|
22 months |
vboxsync |
IPRT/efi: More store opening error info.
|
|
|
@99422
|
22 months |
vboxsync |
IPRT/strformatrt.cpp: Corrected formatting RTERRINFO (%RTeim and …
|
|
|
@99249
|
23 months |
vboxsync |
IPRT/RTGetOpt: Simplification. bugref:10302
|
|
|
@99248
|
23 months |
vboxsync |
IPRT/RTGetOpt: Interpret non-breaking hypen and a handful other …
|
|
|
@99247
|
23 months |
vboxsync |
IPRT/RTGetOpt: Interpret non-breaking hypen and a handful other …
|
|
|
@99246
|
23 months |
vboxsync |
IPRT/RTGetOpt: Interpret non-breaking hypen and a handful other …
|
|
|
@99124
|
23 months |
vboxsync |
IPRT/getoptargv.cpp: Align g_abmQuoteChars more appropriately for …
|
|
|