summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/HiiDatabaseDxe/ConfigKeywordHandler.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-16MdeModulePkg: Refine function comments in Keyword Handler ProtocolDandan Bi1-5/+7
2015-12-18MdeModulePkg:Fix bug that get the password width info incorrectlyDandan Bi1-0/+2
2015-09-17MdeModulePkg:Fix the bug the incorrect change of StrCpyS functionDandan Bi1-44/+21
2015-09-17MdeModulePkg/HiiDatabase: Refine KeywordHandlerProtocol->SetData().Eric Dong1-4/+12
2015-09-17MdeModulePkg/HiiDatabase: Refine KeywordHandlerProtocol->GetData().Eric Dong1-7/+16
2015-09-17MdeModulePkg/HiiDatabase: Fix Progress not point to the correct place issue.Eric Dong1-3/+7
2015-08-24MdeModulePkg:Refine the code in HiiDatabaseDxeDandan Bi1-3/+6
2015-08-20Validate the input namespace field to avoid assert.Eric Dong1-2/+18
2015-08-19Allocate temp buffer to avoid potential change user input string buffer.Eric Dong1-4/+34
2015-06-29MdeModulePkg:Use safe string functionsDandan Bi1-26/+30
2015-05-28MdeModulePkg/HiiDatabaseDxe: Fixed build error.Olivier Martin1-1/+0
2015-05-22MdeModulePkg: Validate the return value before use it.Eric Dong1-0/+2
2015-05-19MdeModulePkg: Enumerate all string packages in one driver when search the key...Eric Dong1-2/+5
2015-05-14MdeModulePkg: remove unused variable DevicePathSizeArd Biesheuvel1-3/+0
2015-05-14MdeModulePkg: ConfigKeywordHandler: fix pointer target signedness.Laszlo Ersek1-11/+11
2015-05-13MdeModulePkg: Implement UEFI25 HII Config keyword handler protocol.Eric Dong1-0/+3234