qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] ui: add support for 'secret' object to provide VNC/SPICE passwords
@ 2021-03-11 11:43 Daniel P. Berrangé
  2021-03-11 11:43 ` [PATCH v2 1/3] ui: introduce "password-secret" option for VNC servers Daniel P. Berrangé
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Daniel P. Berrangé @ 2021-03-11 11:43 UTC (permalink / raw)
  To: qemu-devel
  Cc: libvir-list, Daniel P. Berrangé, Gerd Hoffmann,
	Dr. David Alan Gilbert, Markus Armbruster

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




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-03-11 12:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-11 11:43 [PATCH v2 0/3] ui: add support for 'secret' object to provide VNC/SPICE passwords Daniel P. Berrangé
2021-03-11 11:43 ` [PATCH v2 1/3] ui: introduce "password-secret" option for VNC servers Daniel P. Berrangé
2021-03-11 11:43 ` [PATCH v2 2/3] ui: introduce "password-secret" option for SPICE server Daniel P. Berrangé
2021-03-11 11:43 ` [PATCH v2 3/3] ui: deprecate "password" " Daniel P. Berrangé
2021-03-11 12:40 ` [PATCH v2 0/3] ui: add support for 'secret' object to provide VNC/SPICE passwords Gerd Hoffmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).