Age | Commit message (Expand) | Author |
2015-08-25 | MdeModulePkg Variable: Consume the separated VarCheckLib | Star Zeng |
2015-08-17 | MdeModulePkg Variable: Handle variable Attributes mismatch case | Star Zeng |
2015-07-29 | MdeModulePkg/Variable: Fix VS2015 warning about uninitialized local var. | Michael D Kinney |
2015-07-27 | MdeModulePkg Variable: Read MonotonicCount by ReadUnaligned64() | Star Zeng |
2015-07-26 | MdeModulePkg VariableDxe: Correct address pointers from AuthVariableLib | Star Zeng |
2015-07-07 | MdeModulePkg: Remove mZeroGuid definition in Universal/Variable/RuntimeDxe | Hao Wu |
2015-07-02 | MdeModulePkg: Fix EBC build failure | Star Zeng |
2015-07-02 | MdeModulePkg Variable: Minor enhancement to VarCheck | Star Zeng |
2015-07-01 | MdeModulePkg/Universal/Variable: Use safe string functions to refine code. | Qiu Shumin |
2015-07-01 | MdeModulePkg Variable: Merge from Auth Variable driver in SecurityPkg | Star Zeng |
2015-07-01 | MdeModulePkg: Add AuthVariableLib LibraryClass | Star Zeng |
2015-06-11 | MdeModulePkg Variable: Move VariableLock install into SmmVariableReady(). | Star Zeng |
2015-06-08 | MdeModulePkg Variable: Add SysPrepOrder and SysPrep#### to global list. | Star Zeng |
2015-05-19 | MdeModulePkg Variable: Prevent BS variable update in legacy OS runtime. | Star Zeng |
2015-04-10 | MdeModulePkg Variable: Enhance the code logic about VariableLock | Star Zeng |
2015-03-09 | MdeModulePkg Variable: Keep the behavior of Variable Dxe and SMM drivers cons... | Star Zeng |
2015-02-05 | MdeModulePkg: Cleanup gEfiSmmAccess2ProtocolGuid reference. | Star Zeng |
2015-02-02 | Use SmmMemLib to check communication buffer. | Yao, Jiewen |
2015-02-02 | MdeModulePkg Variable: Introduce PcdReclaimVariableSpaceAtEndOfDxe | Star Zeng |
2015-02-02 | MdeModulePkg Variable: Before EndOfDxe, just record the current boot VarError... | Star Zeng |
2015-01-27 | MdeModulePkg Variable: Implement variable quota management. | Star Zeng |
2015-01-05 | MdeModulePkg Variable: Implement VarCheck PROTOCOL | Star Zeng |
2014-12-31 | Remove the FV header assumption in variable driver. | Dong Guo |
2014-11-19 | MdeModulePkg Variable: Add missing warning annotation. | Star Zeng |
2014-10-31 | MdeModulePkg/SecurityPkg Variable: Add boundary check for while (IsValidVaria... | Star Zeng |
2014-09-03 | MdeModulePkg VariableRuntimeDxe: Bug fix and and refine debug message. | Dong, Guo |
2014-09-03 | MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo... | Gao, Liming |
2014-08-28 | MdeModulePkg: INF/DEC file updates to EDK II packages | Zeng, Star |
2014-08-28 | MdeModulePkg: INF/DEC file updates to EDK II packages | Zeng, Star |
2014-08-07 | 1) Add type cast for better coding style. | Feng Tian |
2014-07-28 | Update code to support VS2013 tool chain. | Eric Dong |
2014-03-27 | Calculate enough space for 2 variables (public key and variable data) instead... | Dong Guo |
2014-03-25 | MdeModulePkg/SecurityPkg Variable: Calculate enough space for PlatformLang an... | Star Zeng |
2014-03-20 | MdeModulePkg/SecurityPkg Variable: Return error status to avoid inconsistency... | Star Zeng |
2014-01-22 | Fix CRLF format | Tian, Hot |
2013-11-12 | MdeModulePkg and SecurityPkg Variable: Optimize the code to reduce some SMRAM... | Star Zeng |
2013-11-04 | MdeModulePkg and SecurityPkg Variable: Enhance code to use the new variable d... | Star Zeng |
2013-08-19 | MdePkg/MdeModulePkg/SecurityPkg Variable: Forbid creation of non-spec variabl... | Star Zeng |
2013-08-16 | MdeModulePkg/SecurityPkg Variable: If a preexisting variable is rewritten wit... | Star Zeng |
2013-07-11 | MdeModulePkg: Add the alignment check for FTW spare area address and length, ... | Star Zeng |
2013-07-03 | MdeModulePkg: Variable drivers robustly handle crashes during Reclaim(). | Star Zeng |
2013-06-17 | The list of locked variables is traversed at runtime, hence we must | Laszlo Ersek |
2013-06-17 | Revert the changes made in 14403 because it incorrectly changed the EOL. | Ruiyu Ni |
2013-06-14 | The list of locked variables is traversed at runtime, hence we must | Laszlo Ersek |
2013-05-21 | Fix the TOCTOU issue of CommBufferSize itself for SMM communicate handler input. | lzeng14 |
2013-05-20 | Remove the complex buffer since the _LOCK_VARIABLE won't be allowed after lea... | niruiyu |
2013-05-17 | Add EDKII_VARIABLE_LOCK_PROTOCOL and the implementation in MdeModulePkg varia... | niruiyu |
2013-05-07 | 1. Fix TOCTOU issue in VariableSmm, FtwSmm, FpdtSmm, SmmCorePerformance SMM h... | lzeng14 |
2013-04-25 | 1. Use the check IsAddressValid() to prevent SMM communication buffer overflo... | lzeng14 |
2013-04-22 | Fix potential overflow for SetVariable interface | czhang46 |