From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 8C4C881E52 for ; Wed, 16 Nov 2016 18:24:12 -0800 (PST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga104.jf.intel.com with ESMTP; 16 Nov 2016 18:24:17 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,651,1473145200"; d="scan'208";a="32318906" Received: from shwdeopenpsi114.ccr.corp.intel.com ([10.239.157.135]) by fmsmga006.fm.intel.com with ESMTP; 16 Nov 2016 18:24:15 -0800 From: Dandan Bi To: edk2-devel@lists.01.org Cc: Liming Gao , Eric Dong , Jiewen Yao Date: Thu, 17 Nov 2016 10:24:03 +0800 Message-Id: <1479349447-46344-1-git-send-email-dandan.bi@intel.com> X-Mailer: git-send-email 1.9.5.msysgit.1 Subject: [patch 0/4] MdeModulePkg: Don't support password without interactive flag X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Nov 2016 02:24:12 -0000 In current SetupBrowser, the logic related to non-interative password is not correct. How to support it correctly or whether support it is still under investigation. First step remove the incorrect logic. These patches series remove non-interative password logic in Browser and remove the sample code in the DriverSampleDxe. Cc: Liming Gao Cc: Eric Dong Cc: Jiewen Yao Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi Dandan Bi (4): MdeModulePkg/DisplayEngine: Popup dialogue when password is not supported MdeModulePkg/SetupBrowser:Don't support password without interactive flag MdeModulePkg: Clear the buffer after using it MdeModulePkg/DriverSampleDxe: Remove the non-interactive password .../Universal/DisplayEngineDxe/FormDisplay.c | 3 +++ .../Universal/DisplayEngineDxe/FormDisplay.h | 3 ++- .../Universal/DisplayEngineDxe/FormDisplayStr.uni | 7 +++++-- .../Universal/DisplayEngineDxe/ProcessOptions.c | 8 +++++++- .../Universal/DriverSampleDxe/NVDataStruc.h | 1 - MdeModulePkg/Universal/DriverSampleDxe/Vfr.vfr | 10 ---------- .../Universal/SetupBrowserDxe/Presentation.c | 1 + MdeModulePkg/Universal/SetupBrowserDxe/Setup.c | 23 ++-------------------- 8 files changed, 20 insertions(+), 36 deletions(-) -- 1.9.5.msysgit.1