summaryrefslogtreecommitdiff
path: root/ShellPkg/Library/UefiShellNetwork1CommandsLib/Ifconfig.c
AgeCommit message (Expand)Author
2014-09-02ShellPkg: Prevent StrnCpy from overwriting null terminator when source is lar...Scott Duplichan
2014-08-29This patch replaces StrCpy with StrnCpy or refactors out the usage of StrCpy ...Jaben Carsey
2013-10-04ShellPkg: Fix ‘ifconfig’ so it will build with NIC_IP4_CONFIG_INFO.Perman...Chris Phillips
2013-10-01Fix spelling typo in the NIC_IP4_CONFIG_INFO.Permanent variable name, which w...Samer El-Haj-Mahmoud elhaj
2012-10-171. Fix a bug in PXE driver that the PXE boot do not restart if a new boot opt...sfu5
2012-04-24Update IfConfig.c to use TPL_CALLBACK instead of TPL_CALLBACK - 1 to follow U...lzeng14
2011-09-02Refine comments and two code style.ydong10
2011-04-05add comments to function declarations and definitions and updated to match co...jcarsey
2011-04-01Comment's added and fixed.jcarsey
2011-03-30pointer verification (not NULL) and buffer overrun fixes.jcarsey
2011-03-30remove unused variable.jcarsey
2011-03-25Add Network1 profile.jcarsey