VirtualBox

source: vbox/trunk/src/VBox/Runtime/common

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @103415   12 months vboxsync Additions,Main,VMM,Runtime: Fix some unused expression warnings, …
(edit) @103412   12 months vboxsync Runtime/efivarstorevfs.cpp: Fix using the wrong time object, bugref:3409
(edit) @103398   12 months vboxsync IPRT/getopt: Documented parfait false positives. bugref:3409
(edit) @103360   12 months vboxsync IPRT/isomaker.cpp: Zero terminate wszTmp in …
(edit) @103353   12 months vboxsync IPRT/ldrLX: Try trick parfait so it doesn't complain about …
(edit) @103344   12 months vboxsync IPRT/fdt.cpp: If you do strlen already, use memcpy instead of strcpy. …
(edit) @103343   12 months vboxsync IPRT/fdt.cpp: If you do strlen already, use memcpy instead of strcpy. …
(edit) @103342   12 months vboxsync IPRT/fdt.cpp: Missing va_end. Parfait bugref:3409
(edit) @103341   12 months vboxsync IPRT/strformat.cpp: Missing va_end. Parfait bugref:3409
(edit) @103285   12 months vboxsync Re-applied r161549 again (Got rid of a lot of deprecated strcpy / …
(edit) @103284   12 months vboxsync IPRT/string: Added RTStrCat2() as a convenient function (build fix).
(edit) @103283   12 months vboxsync IPRT/string: Added RTStrCat2() as a convenient function.
(edit) @103275   12 months vboxsync Backed out r161549 again (not wanted / bloat).
(edit) @103260   12 months vboxsync Got rid of a lot of deprecated strcpy / strcat calls; now using the …
(edit) @103252   12 months vboxsync IPRT/string: Added RTStrCopy2() as a convenient function.
(edit) @103250   12 months vboxsync IPRT: More implicit fallthrough fixes (found by Parfait). bugref:3409
(edit) @103108   13 months vboxsync IPRT/fatvfs.cpp: Simplied r166121/r158845.
(edit) @103066   13 months vboxsync iprt: Prevent array-index-out-of-bounds UBSAN warnings on Linux, …
(edit) @103014   13 months vboxsync iprt/asm-mem.h: Eliminated the ASMMemZeroPage function, replaced the …
(edit) @103013   13 months vboxsync iprt/asm-mem.h,zip.cpp,tstRTInlineAsm.cpp: Eliminated unused …
(edit) @103012   13 months vboxsync iprt/asm.h,*: Split out the ASMMem* and related stuff into a separate …
(edit) @103010   13 months vboxsync iprt/asm.h,*: Split out the ASMMem* and related stuff into a separate …
(edit) @103009   13 months vboxsync iprt/asm.h,*: Split out the ASMMem* and related stuff into a separate …
(edit) @103008   13 months vboxsync iprt/asm.h,*: Split out the ASMMem* and related stuff into a separate …
(edit) @103005   13 months vboxsync iprt/asm.h,*: Split out the ASMMem* and related stuff into a separate …
(edit) @102997   13 months vboxsync IPRT: Shut up some deprecated function warnings with macOS SDK 13.
(edit) @102899   13 months vboxsync Runtime/common/fatvfs.cpp: Need to reset the S/G buffer when flushing …
(edit) @102567   14 months vboxsync IPRT/shacrypt: Made asan build happy (false positive). bugref:10551
(edit) @102564   14 months vboxsync IPRT/shacrypt: Docs fix. bugref:10551
(edit) @102501   14 months vboxsync IPRT/shacrypt: scm fix. bugref:10551
(edit) @102500   14 months vboxsync IPRT/shacrypt: Reduce the code size a little. Document the …
(edit) @102495   15 months vboxsync IPRT/shacrypt: Combine shacrypt-256.cpp.h and shacrypt-512.cpp.h into …
(edit) @102491   15 months vboxsync IRPT/shacrypt: Minor cleanups, doxygen fix. bugref:10551
(edit) @102490   15 months vboxsync IRPT/shacrypt: Don't use RTMemDup on the passpharse in step 16 since …
(edit) @102488   15 months vboxsync IPRT,Main/Unattended: Added a simplified API for the SHAcrypt …
(edit) @102375   15 months vboxsync IPRT/crypto: Implemented handing-in crypt password strings as the salt …
(edit) @102372   15 months vboxsync IPRT/crypto: Renaming. bugref:10551
(edit) @102361   15 months vboxsync IPRT/crypto: Changed the signature of RTCrShaCryptGenerateSalt(). …
(edit) @102336   15 months vboxsync IPRT/crypto/shacrypt: Make sure to terminate strings in the …
(edit) @102335   15 months vboxsync IPRT/crypto/shacrypt: Added RTCrShaCryptGenerateSalt() to avoid code …
(edit) @102297   15 months vboxsync IPRT/crypto/shacrypt: Better string length checks for …
(edit) @102296   15 months vboxsync IPRT/crypto/shacrypt: Renaming (RTShaCryptXXX -> RTCrShaCryptXXX) + …
(edit) @102294   15 months vboxsync IPRT: Implemented SHA-crypt 256 / 512 variants, along with testcases. …
(edit) @102292   15 months vboxsync IPRT: Implemented SHA-crypt 256 / 512 variants, along with testcases. …
(edit) @102289   15 months vboxsync IPRT: Implemented SHA-crypt 256 / 512 variants, along with testcases. …
(edit) @102287   15 months vboxsync IPRT/RTExprEval: Added md5, sha1, sha256 and sha512 has functions …
(edit) @102284   15 months vboxsync IPRT/ldr: Corrected segment flag conversion for LX images. bugref:10371
(edit) @102276   15 months vboxsync IPRT/ldr: Added RTLdrLxSetSegmentSelectors. bugref:10371
(edit) @102156   15 months vboxsync IPRT/ldrLX: Must always apply internal fixups after loading the bits, …
(edit) @101753   16 months vboxsync added more detailed logging, tstRTSg.cpp testcase
(edit) @101657   16 months vboxsync Runtime/uri.cpp: Make it build on linux.arm64 with -Werror, bugref:10541
(edit) @101653   16 months vboxsync IPRT/dbg: Fixed error handling empty DBI streams in the PDB VFS.
(edit) @101646   16 months vboxsync IPRT/x509-certpaths.cpp: Fixed copy&paste bug in …
(edit) @101470   16 months vboxsync Runtime/RTFdt: Add convenience method to add a property consisting of …
(edit) @101453   16 months vboxsync Runtime/RTFdt*: Add some convenience heleprs to add a 64-bit integer …
(edit) @101362   17 months vboxsync iprt: log.cpp: Replace memcpy with RT_BCOPY_UNFORTIFIED, bugref:10209, …
(edit) @101346   17 months vboxsync IPRT/ministring: More complete set of endsWith[I] and startsWith[I] …
(edit) @101343   17 months vboxsync IPRT/ministring: Added C-style endsWith methods.
(edit) @101197   17 months vboxsync Runtime/{openssl-sha256,openssl-sha512}.cpp: Updated the …
(edit) @101194   17 months vboxsync Runtime/openssl-md5.cpp: Fix conflicting declaration of RTMd5Final(), …
(edit) @101109   17 months vboxsync IPRT: Fixing assertions (from r158845) related to VFS pfnRead/pfnWrite …
(edit) @101108   17 months vboxsync IPRT: Fixing assertions (from r158845) related to VFS pfnRead/pfnWrite …
(edit) @100997   18 months vboxsync doxygen fix
(edit) @100954   18 months vboxsync IPRT/dbgmod: Improved the logic for guessing the .pdb/.dbg filename.
(edit) @100953   18 months vboxsync IPRT/dbg: Fix clang warning. Code not needed.
(edit) @100950   18 months vboxsync IPRT/dbg: Fix pdb warnings.
(edit) @100948   18 months vboxsync IPRT/dbg: Rewroked the CV/DBG+PDB loading so that we support loading …
(edit) @100932   18 months vboxsync IPRT/dbg: Early PDB support. [scm fix]
(edit) @100931   18 months vboxsync IPRT/dbg: Early PDB support.
(edit) @100930   18 months vboxsync IPRT/vfs: Added RTVfsFileReadAll and RTVfsFileReadAllFree.
(edit) @100929   18 months vboxsync IPRT/vfs: Reverted r158866 after committing too much.
(edit) @100928   18 months vboxsync IPRT/vfs: Added RTVfsFileReadAll and RTVfsFileReadAllFree.
(edit) @100914   18 months vboxsync IPRT/pdbvfs: Parse the DBI header and optional header and pick up …
(edit) @100913   18 months vboxsync IPRT: Moved the PDB cache subdir string composition to the pdbvfs and …
(edit) @100912   18 months vboxsync IPRT: Added a virtual file system view of PDB files. [build fix]
(edit) @100909   18 months vboxsync IPRT: Added a virtual file system view of PDB files.
(edit) @100908   18 months vboxsync IPRT,Storage,Puel: Changed the pfnRead and pfnWrite VFS methods and …
(edit) @100903   18 months vboxsync IPRT/parser: Some very incomplete bourn shell parser sketches.
(edit) @100531   19 months vboxsync IPRT/PKCS8: Tweak for OpenSSL 1.0.2 / ol7. bugref:10299
(edit) @100528   19 months vboxsync IPRT/PKCS8: Added the ability to load PKCS\#8 EncryptedPrivateKey …
(edit) @100494   19 months vboxsync IPRT/PKCS8: Some corrections and adjustments (bugref:10299): - …
(edit) @100493   19 months vboxsync IPRT/PKCS8: Some corrections and adjustments (bugref:10299): - …
(edit) @100492   19 months vboxsync Forward ported r158259 from 6.1: Support ECDSA for pre-3.0.0 OpenSSL …
(edit) @100491   19 months vboxsync Forward ported r158259 from 6.1: Support ECDSA for pre-3.0.0 OpenSSL …
(edit) @100490   19 months vboxsync Forward ported r158258 from 6.1: Added RTAsn1DynType_SetToObjId for …
(edit) @100489   19 months vboxsync Forward ported r158257 from 6.1: IPRT: Fix incorrect unused bit count …
(edit) @100447   20 months vboxsync IPRT,OpenSSL: Support ECDSA for verficiation purposes when IPRT links …
(edit) @100446   20 months vboxsync IPRT,OpenSSL: Support ECDSA for verficiation purposes when IPRT links …
(edit) @100445   20 months vboxsync IPRT,OpenSSL: Support ECDSA for verficiation purposes when IPRT links …
(edit) @100442   20 months vboxsync IPRT,OpenSSL: Support ECDSA for verficiation purposes when IPRT links …
(edit) @100421   20 months vboxsync IPRT/PKCS8: add key format for PKCS #8 bugref:10299
(edit) @100364   20 months vboxsync IPRT: Added some OIDs related to EV certs and ECDSA. bugref:10479
(edit) @100309   20 months vboxsync Runtime/common/alloc/memcache.cpp: Replace occurences of …
(edit) @100308   20 months vboxsync Runtime: Replace occurence of PAGE_SIZE with RTSystemgetPageSize() in …
(edit) @100108   21 months vboxsync *: Fix build issues when setting VBOX_WITH_WARNINGS_AS_ERRORS=1 on …
(edit) @100048   21 months vboxsync Runtime/RTFdt: Fix for converting the memory reservations when writing …
(edit) @100040   21 months vboxsync Runtime/RTFdt: Add methods to add stringlist properties, bugref:10401 …
(edit) @100037   21 months vboxsync Runtime/RTFdt: Add methods to add stringlist properties, bugref:10401
(edit) @100036   21 months vboxsync Runtime/RTFdt: Some additions and fixes, bugref:10401
(edit) @100032   21 months vboxsync Runtime/RTFdt: Some untested generator API + implementation, …
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette