[PATCH v2 0/3] ui: add support for 'secret' object to provide VNC/SPICE passwords

Daniel P. Berrangé posted 3 patches 3 years, 1 month ago
Failed in applying to current master (apply log)
There is a newer version of this series
docs/system/deprecated.rst |  8 ++++++++
qemu-options.hx            | 18 ++++++++++++++++--
ui/spice-core.c            | 32 ++++++++++++++++++++++++++++++--
ui/vnc.c                   | 23 ++++++++++++++++++++++-
4 files changed, 76 insertions(+), 5 deletions(-)
[PATCH v2 0/3] ui: add support for 'secret' object to provide VNC/SPICE passwords
Posted by Daniel P. Berrangé 3 years, 1 month ago
This fixes a long standing limitation of the VNC/SPICE code which was
unable to securely accept passswords on the CLI, instead requiring use
of separate monitor commands after startup.

In v2:

 - Dropped patch removing ACL commands, as it will move to a bigger
   deprecation cleanup series
 - Rebased and resolved conflicts

Daniel P. Berrangé (3):
  ui: introduce "password-secret" option for VNC servers
  ui: introduce "password-secret" option for SPICE server
  ui: deprecate "password" option for SPICE server

 docs/system/deprecated.rst |  8 ++++++++
 qemu-options.hx            | 18 ++++++++++++++++--
 ui/spice-core.c            | 32 ++++++++++++++++++++++++++++++--
 ui/vnc.c                   | 23 ++++++++++++++++++++++-
 4 files changed, 76 insertions(+), 5 deletions(-)

-- 
2.29.2


Re: [PATCH v2 0/3] ui: add support for 'secret' object to provide VNC/SPICE passwords
Posted by Gerd Hoffmann 3 years, 1 month ago
On Thu, Mar 11, 2021 at 11:43:40AM +0000, Daniel P. Berrangé wrote:
> This fixes a long standing limitation of the VNC/SPICE code which was
> unable to securely accept passswords on the CLI, instead requiring use
> of separate monitor commands after startup.
> 
> In v2:
> 
>  - Dropped patch removing ACL commands, as it will move to a bigger
>    deprecation cleanup series
>  - Rebased and resolved conflicts

Added to UI queue.

thanks,
  Gerd