qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2 0/3] vnc/spice: add monitor commands to chang


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH v2 0/3] vnc/spice: add monitor commands to change+expire passwords.
Date: Wed, 01 Dec 2010 11:02:28 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.15) Gecko/20101027 Lightning/1.0b1 Thunderbird/3.0.10

On 12/01/2010 10:07 AM, Gerd Hoffmann wrote:
On 12/01/10 15:10, Anthony Liguori wrote:
On 11/30/2010 07:22 AM, Gerd Hoffmann wrote:
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.

In the server TZ?

No, GMT, i.e. what time(2) gives you.

You're right, I confused myself.

Regards,

Anthony Liguori


Unless you have a strong desire to keep it, I would just drop the
absolute bit.

Internally it uses absolute times, so I though it may provide that interface too as it is almost no extra effort and someone might find it useful ...

cheers,
  Gerd




reply via email to

[Prev in Thread] Current Thread [Next in Thread]