qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/3] vnc/spice: add monitor commands to change+expire passwords.
@ 2010-11-30 13:22 Gerd Hoffmann
  2010-11-30 13:22 ` [Qemu-devel] [PATCH v2 1/3] vnc: auth reject cleanup Gerd Hoffmann
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Gerd Hoffmann @ 2010-11-30 13:22 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

  Hi,

This patch series adds new monitor commands to set and expire
the password:

  set-password $protocol $secret
  expire-password $protocol [ now | never | +secs | secs ]

The time when the password expires can be specified either relative
(+60 == password expires in 60 seconds from now) or absolute in seconds
since 1970 aka unix-epoch.

Check the patches and/or updated docs for details.

cheers,
  Gerd

[ v2: remove tabs ]

Gerd Hoffmann (3):
  vnc: auth reject cleanup
  vnc: support password expire
  vnc/spice: add set_passwd monitor command.

 console.h       |    1 +
 hmp-commands.hx |   54 +++++++++++++++++++++++++++++
 monitor.c       |  100 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 qemu-common.h   |    3 ++
 qmp-commands.hx |   57 +++++++++++++++++++++++++++++++
 ui/qemu-spice.h |    5 +++
 ui/spice-core.c |   35 +++++++++++++++++++
 ui/vnc.c        |   44 +++++++++++++++---------
 ui/vnc.h        |    1 +
 9 files changed, 283 insertions(+), 17 deletions(-)

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

end of thread, other threads:[~2010-12-01 17:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-30 13:22 [Qemu-devel] [PATCH v2 0/3] vnc/spice: add monitor commands to change+expire passwords Gerd Hoffmann
2010-11-30 13:22 ` [Qemu-devel] [PATCH v2 1/3] vnc: auth reject cleanup Gerd Hoffmann
2010-11-30 13:22 ` [Qemu-devel] [PATCH v2 2/3] vnc: support password expire Gerd Hoffmann
2010-11-30 13:22 ` [Qemu-devel] [PATCH v2 3/3] vnc/spice: add set_passwd monitor command Gerd Hoffmann
2010-12-01 14:10 ` [Qemu-devel] [PATCH v2 0/3] vnc/spice: add monitor commands to change+expire passwords Anthony Liguori
2010-12-01 16:07   ` Gerd Hoffmann
2010-12-01 17:02     ` Anthony Liguori

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).