|
|
@104539
|
7 months |
vboxsync |
Fix to generate certificate code - bugref: 10310
|
|
|
@104537
|
7 months |
vboxsync |
Made TLS default with auto-generation of self-signed certificate - #10310
|
|
|
@104287
|
8 months |
vboxsync |
IPRT/log,Main: Open the parent directory of the log file on Windows …
|
|
|
@104286
|
8 months |
vboxsync |
IPRT/log,Main: Open the parent directory of the log file on Windows …
|
|
|
@104260
|
8 months |
vboxsync |
IPRT/RTPathGlob: Nits.
|
|
|
@104258
|
8 months |
vboxsync |
RTPathGlob: Give up properly after 10th try to get the env variable. …
|
|
|
@104010
|
9 months |
vboxsync |
*: Fixed various calloc argument order warnings from gcc 14.
|
|
|
@103685
|
9 months |
vboxsync |
Backed out r161312 (no longer needed): iprt: Prevent …
|
|
|
@103547
|
10 months |
vboxsync |
Runtime/reqpool.cpp: Another place where we need to decrement the idle …
|
|
|
@103543
|
10 months |
vboxsync |
Runtime/misc/reqpool.cpp: Need to update the idle thread counter …
|
|
|
@103506
|
10 months |
vboxsync |
Runtime/lockvalidator.cpp: Fix wrong comparison, bugref:3409
|
|
|
@103444
|
10 months |
vboxsync |
IPRT: Reverted r161541, r161577 & r161578 because the RTStrCopy2 and …
|
|
|
@103438
|
10 months |
vboxsync |
IPRT/dbgmod: Simplified and restored old alloca errora handling …
|
|
|
@103416
|
10 months |
vboxsync |
Devices,Runtime: Fix some harmless misleading macros warnings, bugref:3409
|
|
|
@103415
|
10 months |
vboxsync |
Additions,Main,VMM,Runtime: Fix some unused expression warnings, …
|
|
|
@103412
|
10 months |
vboxsync |
Runtime/efivarstorevfs.cpp: Fix using the wrong time object, bugref:3409
|
|
|
@103398
|
10 months |
vboxsync |
IPRT/getopt: Documented parfait false positives. bugref:3409
|
|
|
@103360
|
10 months |
vboxsync |
IPRT/isomaker.cpp: Zero terminate wszTmp in …
|
|
|
@103353
|
10 months |
vboxsync |
IPRT/ldrLX: Try trick parfait so it doesn't complain about …
|
|
|
@103344
|
10 months |
vboxsync |
IPRT/fdt.cpp: If you do strlen already, use memcpy instead of strcpy. …
|
|
|
@103343
|
10 months |
vboxsync |
IPRT/fdt.cpp: If you do strlen already, use memcpy instead of strcpy. …
|
|
|
@103342
|
10 months |
vboxsync |
IPRT/fdt.cpp: Missing va_end. Parfait bugref:3409
|
|
|
@103341
|
10 months |
vboxsync |
IPRT/strformat.cpp: Missing va_end. Parfait bugref:3409
|
|
|
@103285
|
10 months |
vboxsync |
Re-applied r161549 again (Got rid of a lot of deprecated strcpy / …
|
|
|
@103284
|
10 months |
vboxsync |
IPRT/string: Added RTStrCat2() as a convenient function (build fix).
|
|
|
@103283
|
10 months |
vboxsync |
IPRT/string: Added RTStrCat2() as a convenient function.
|
|
|
@103275
|
10 months |
vboxsync |
Backed out r161549 again (not wanted / bloat).
|
|
|
@103260
|
10 months |
vboxsync |
Got rid of a lot of deprecated strcpy / strcat calls; now using the …
|
|
|
@103252
|
10 months |
vboxsync |
IPRT/string: Added RTStrCopy2() as a convenient function.
|
|
|
@103250
|
10 months |
vboxsync |
IPRT: More implicit fallthrough fixes (found by Parfait). bugref:3409
|
|
|
@103108
|
11 months |
vboxsync |
IPRT/fatvfs.cpp: Simplied r166121/r158845.
|
|
|
@103066
|
11 months |
vboxsync |
iprt: Prevent array-index-out-of-bounds UBSAN warnings on Linux, …
|
|
|
@103014
|
11 months |
vboxsync |
iprt/asm-mem.h: Eliminated the ASMMemZeroPage function, replaced the …
|
|
|
@103013
|
11 months |
vboxsync |
iprt/asm-mem.h,zip.cpp,tstRTInlineAsm.cpp: Eliminated unused …
|
|
|
@103012
|
11 months |
vboxsync |
iprt/asm.h,*: Split out the ASMMem* and related stuff into a separate …
|
|
|
@103010
|
11 months |
vboxsync |
iprt/asm.h,*: Split out the ASMMem* and related stuff into a separate …
|
|
|
@103009
|
11 months |
vboxsync |
iprt/asm.h,*: Split out the ASMMem* and related stuff into a separate …
|
|
|
@103008
|
11 months |
vboxsync |
iprt/asm.h,*: Split out the ASMMem* and related stuff into a separate …
|
|
|
@103005
|
11 months |
vboxsync |
iprt/asm.h,*: Split out the ASMMem* and related stuff into a separate …
|
|
|
@102997
|
11 months |
vboxsync |
IPRT: Shut up some deprecated function warnings with macOS SDK 13.
|
|
|
@102899
|
11 months |
vboxsync |
Runtime/common/fatvfs.cpp: Need to reset the S/G buffer when flushing …
|
|
|
@102567
|
12 months |
vboxsync |
IPRT/shacrypt: Made asan build happy (false positive). bugref:10551
|
|
|
@102564
|
12 months |
vboxsync |
IPRT/shacrypt: Docs fix. bugref:10551
|
|
|
@102501
|
12 months |
vboxsync |
IPRT/shacrypt: scm fix. bugref:10551
|
|
|
@102500
|
12 months |
vboxsync |
IPRT/shacrypt: Reduce the code size a little. Document the …
|
|
|
@102495
|
12 months |
vboxsync |
IPRT/shacrypt: Combine shacrypt-256.cpp.h and shacrypt-512.cpp.h into …
|
|
|
@102491
|
12 months |
vboxsync |
IRPT/shacrypt: Minor cleanups, doxygen fix. bugref:10551
|
|
|
@102490
|
12 months |
vboxsync |
IRPT/shacrypt: Don't use RTMemDup on the passpharse in step 16 since …
|
|
|
@102488
|
12 months |
vboxsync |
IPRT,Main/Unattended: Added a simplified API for the SHAcrypt …
|
|
|
@102375
|
13 months |
vboxsync |
IPRT/crypto: Implemented handing-in crypt password strings as the salt …
|
|
|
@102372
|
13 months |
vboxsync |
IPRT/crypto: Renaming. bugref:10551
|
|
|
@102361
|
13 months |
vboxsync |
IPRT/crypto: Changed the signature of RTCrShaCryptGenerateSalt(). …
|
|
|
@102336
|
13 months |
vboxsync |
IPRT/crypto/shacrypt: Make sure to terminate strings in the …
|
|
|
@102335
|
13 months |
vboxsync |
IPRT/crypto/shacrypt: Added RTCrShaCryptGenerateSalt() to avoid code …
|
|
|
@102297
|
13 months |
vboxsync |
IPRT/crypto/shacrypt: Better string length checks for …
|
|
|
@102296
|
13 months |
vboxsync |
IPRT/crypto/shacrypt: Renaming (RTShaCryptXXX -> RTCrShaCryptXXX) + …
|
|
|
@102294
|
13 months |
vboxsync |
IPRT: Implemented SHA-crypt 256 / 512 variants, along with testcases. …
|
|
|
@102292
|
13 months |
vboxsync |
IPRT: Implemented SHA-crypt 256 / 512 variants, along with testcases. …
|
|
|
@102289
|
13 months |
vboxsync |
IPRT: Implemented SHA-crypt 256 / 512 variants, along with testcases. …
|
|
|
@102287
|
13 months |
vboxsync |
IPRT/RTExprEval: Added md5, sha1, sha256 and sha512 has functions …
|
|
|
@102284
|
13 months |
vboxsync |
IPRT/ldr: Corrected segment flag conversion for LX images. bugref:10371
|
|
|
@102276
|
13 months |
vboxsync |
IPRT/ldr: Added RTLdrLxSetSegmentSelectors. bugref:10371
|
|
|
@102156
|
13 months |
vboxsync |
IPRT/ldrLX: Must always apply internal fixups after loading the bits, …
|
|
|
@101753
|
13 months |
vboxsync |
added more detailed logging, tstRTSg.cpp testcase
|
|
|
@101657
|
14 months |
vboxsync |
Runtime/uri.cpp: Make it build on linux.arm64 with -Werror, bugref:10541
|
|
|
@101653
|
14 months |
vboxsync |
IPRT/dbg: Fixed error handling empty DBI streams in the PDB VFS.
|
|
|
@101646
|
14 months |
vboxsync |
IPRT/x509-certpaths.cpp: Fixed copy&paste bug in …
|
|
|
@101470
|
14 months |
vboxsync |
Runtime/RTFdt: Add convenience method to add a property consisting of …
|
|
|
@101453
|
14 months |
vboxsync |
Runtime/RTFdt*: Add some convenience heleprs to add a 64-bit integer …
|
|
|
@101362
|
14 months |
vboxsync |
iprt: log.cpp: Replace memcpy with RT_BCOPY_UNFORTIFIED, bugref:10209, …
|
|
|
@101346
|
14 months |
vboxsync |
IPRT/ministring: More complete set of endsWith[I] and startsWith[I] …
|
|
|
@101343
|
14 months |
vboxsync |
IPRT/ministring: Added C-style endsWith methods.
|
|
|
@101197
|
15 months |
vboxsync |
Runtime/{openssl-sha256,openssl-sha512}.cpp: Updated the …
|
|
|
@101194
|
15 months |
vboxsync |
Runtime/openssl-md5.cpp: Fix conflicting declaration of RTMd5Final(), …
|
|
|
@101109
|
15 months |
vboxsync |
IPRT: Fixing assertions (from r158845) related to VFS pfnRead/pfnWrite …
|
|
|
@101108
|
15 months |
vboxsync |
IPRT: Fixing assertions (from r158845) related to VFS pfnRead/pfnWrite …
|
|
|
@100997
|
16 months |
vboxsync |
doxygen fix
|
|
|
@100954
|
16 months |
vboxsync |
IPRT/dbgmod: Improved the logic for guessing the .pdb/.dbg filename.
|
|
|
@100953
|
16 months |
vboxsync |
IPRT/dbg: Fix clang warning. Code not needed.
|
|
|
@100950
|
16 months |
vboxsync |
IPRT/dbg: Fix pdb warnings.
|
|
|
@100948
|
16 months |
vboxsync |
IPRT/dbg: Rewroked the CV/DBG+PDB loading so that we support loading …
|
|
|
@100932
|
16 months |
vboxsync |
IPRT/dbg: Early PDB support. [scm fix]
|
|
|
@100931
|
16 months |
vboxsync |
IPRT/dbg: Early PDB support.
|
|
|
@100930
|
16 months |
vboxsync |
IPRT/vfs: Added RTVfsFileReadAll and RTVfsFileReadAllFree.
|
|
|
@100929
|
16 months |
vboxsync |
IPRT/vfs: Reverted r158866 after committing too much.
|
|
|
@100928
|
16 months |
vboxsync |
IPRT/vfs: Added RTVfsFileReadAll and RTVfsFileReadAllFree.
|
|
|
@100914
|
16 months |
vboxsync |
IPRT/pdbvfs: Parse the DBI header and optional header and pick up …
|
|
|
@100913
|
16 months |
vboxsync |
IPRT: Moved the PDB cache subdir string composition to the pdbvfs and …
|
|
|
@100912
|
16 months |
vboxsync |
IPRT: Added a virtual file system view of PDB files. [build fix]
|
|
|
@100909
|
16 months |
vboxsync |
IPRT: Added a virtual file system view of PDB files.
|
|
|
@100908
|
16 months |
vboxsync |
IPRT,Storage,Puel: Changed the pfnRead and pfnWrite VFS methods and …
|
|
|
@100903
|
16 months |
vboxsync |
IPRT/parser: Some very incomplete bourn shell parser sketches.
|
|
|
@100531
|
17 months |
vboxsync |
IPRT/PKCS8: Tweak for OpenSSL 1.0.2 / ol7. bugref:10299
|
|
|
@100528
|
17 months |
vboxsync |
IPRT/PKCS8: Added the ability to load PKCS\#8 EncryptedPrivateKey …
|
|
|
@100494
|
17 months |
vboxsync |
IPRT/PKCS8: Some corrections and adjustments (bugref:10299):
- …
|
|
|
@100493
|
17 months |
vboxsync |
IPRT/PKCS8: Some corrections and adjustments (bugref:10299):
- …
|
|
|
@100492
|
17 months |
vboxsync |
Forward ported r158259 from 6.1: Support ECDSA for pre-3.0.0 OpenSSL …
|
|
|
@100491
|
17 months |
vboxsync |
Forward ported r158259 from 6.1: Support ECDSA for pre-3.0.0 OpenSSL …
|
|
|
@100490
|
17 months |
vboxsync |
Forward ported r158258 from 6.1: Added RTAsn1DynType_SetToObjId for …
|
|
|
@100489
|
17 months |
vboxsync |
Forward ported r158257 from 6.1: IPRT: Fix incorrect unused bit count …
|
|
|