All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] vnc/spice: add monitor command to change password.
@ 2010-10-07 11:15 Gerd Hoffmann
  2010-10-07 11:15 ` [Qemu-devel] [PATCH 1/3] vnc: auth reject cleanup Gerd Hoffmann
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Gerd Hoffmann @ 2010-10-07 11:15 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

  Hi,

This patch series adds a new monitor command to set the password with
optional expiry time for spice and vnc remote desktop connections.

The patches are also available in the git repository at:

  git://anongit.freedesktop.org/spice/qemu passwd.1

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

 console.h       |    2 +-
 hmp-commands.hx |   23 ++++++++++++++++++++
 monitor.c       |   61 +++++++++++++++++++++++++++++++++++++++++++++++++++++-
 ui/qemu-spice.h |    3 ++
 ui/spice-core.c |    7 ++++++
 ui/vnc.c        |   43 +++++++++++++++++++++++---------------
 ui/vnc.h        |    1 +
 7 files changed, 120 insertions(+), 20 deletions(-)

^ permalink raw reply	[flat|nested] 15+ messages in thread
* [Qemu-devel] [PATCH 0/3] vnc/spice: add monitor commands to change+expire passwords.
@ 2010-11-24 17:03 Gerd Hoffmann
  2010-11-24 17:03 ` [Qemu-devel] [PATCH 2/3] vnc: support password expire Gerd Hoffmann
  0 siblings, 1 reply; 15+ messages in thread
From: Gerd Hoffmann @ 2010-11-24 17:03 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

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.

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] 15+ messages in thread

end of thread, other threads:[~2010-11-24 17:03 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-07 11:15 [Qemu-devel] [PATCH 0/3] vnc/spice: add monitor command to change password Gerd Hoffmann
2010-10-07 11:15 ` [Qemu-devel] [PATCH 1/3] vnc: auth reject cleanup Gerd Hoffmann
2010-10-07 11:15 ` [Qemu-devel] [PATCH 2/3] vnc: support password expire Gerd Hoffmann
2010-10-07 19:53   ` Anthony Liguori
2010-10-08 10:08     ` Daniel P. Berrange
2010-11-02 11:15       ` Gerd Hoffmann
2010-11-09 13:42         ` Gerd Hoffmann
2010-11-10 15:52           ` Anthony Liguori
2010-11-10 15:50       ` Anthony Liguori
2010-11-11 11:39         ` Gerd Hoffmann
2010-11-16 20:26           ` Anthony Liguori
2010-11-17 10:23             ` Gerd Hoffmann
2010-11-20  2:14               ` Anthony Liguori
2010-10-07 11:15 ` [Qemu-devel] [PATCH 3/3] vnc/spice: add set_passwd monitor command Gerd Hoffmann
  -- strict thread matches above, loose matches on Subject: below --
2010-11-24 17:03 [Qemu-devel] [PATCH 0/3] vnc/spice: add monitor commands to change+expire passwords Gerd Hoffmann
2010-11-24 17:03 ` [Qemu-devel] [PATCH 2/3] vnc: support password expire Gerd Hoffmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.