From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) (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 B9ACA81D35 for ; Wed, 23 Nov 2016 21:15:32 -0800 (PST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga105.jf.intel.com with ESMTP; 23 Nov 2016 21:15:32 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,690,1473145200"; d="scan'208";a="34984282" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga005.jf.intel.com with ESMTP; 23 Nov 2016 21:15:32 -0800 Received: from fmsmsx125.amr.corp.intel.com (10.18.125.40) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 23 Nov 2016 21:15:32 -0800 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by FMSMSX125.amr.corp.intel.com (10.18.125.40) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 23 Nov 2016 21:15:31 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.239]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.96]) with mapi id 14.03.0248.002; Thu, 24 Nov 2016 13:15:29 +0800 From: "Gao, Liming" To: "Bi, Dandan" , "edk2-devel@lists.01.org" CC: "Dong, Eric" , "Yao, Jiewen" Thread-Topic: [patch 0/4] MdeModulePkg: Don't support password without interactive flag Thread-Index: AQHSQHmzczj7IoORJUGax8HXmTE+pKDnoonw Date: Thu, 24 Nov 2016 05:15:28 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14B4B8E54@shsmsx102.ccr.corp.intel.com> References: <1479349447-46344-1-git-send-email-dandan.bi@intel.com> In-Reply-To: <1479349447-46344-1-git-send-email-dandan.bi@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [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, 24 Nov 2016 05:15:32 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Liming Gao > -----Original Message----- > From: Bi, Dandan > Sent: Thursday, November 17, 2016 10:24 AM > To: edk2-devel@lists.01.org > Cc: Gao, Liming ; Dong, Eric ; > Yao, Jiewen > Subject: [patch 0/4] MdeModulePkg: Don't support password without > interactive flag >=20 > 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. >=20 > These patches series remove non-interative password logic in Browser > and remove the sample code in the DriverSampleDxe. >=20 > Cc: Liming Gao > Cc: Eric Dong > Cc: Jiewen Yao > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Dandan Bi >=20 > 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 >=20 > .../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(-) >=20 > -- > 1.9.5.msysgit.1