From: Kevin Wolf <kwolf@redhat.com>
To: Pavel Hrdina <phrdina@redhat.com>
Cc: qemu-trivial@nongnu.org, Michal Novotny <minovotn@redhat.com>,
qemu-devel@nongnu.org
Subject: Re: [Qemu-trivial] [Qemu-devel] [PATCH] qemu-options.hx: Fix set_password and expire_password description
Date: Tue, 17 Jul 2012 15:53:07 +0200 [thread overview]
Message-ID: <50056E43.1060106@redhat.com> (raw)
In-Reply-To: <3d1ec0fd89b439e704cc1f6d2e7b841a64cecb47.1342436496.git.minovotn@redhat.com>
Am 16.07.2012 15:19, schrieb Pavel Hrdina:
> From: Michal Novotny <minovotn@redhat.com>
>
> The description for set_password and expire_password commands is
> incomplete. This patch fixes the man page that is being generated
> to match the real behaviour of these functions.
>
> Signed-off-by: Michal Novotny <minovotn@redhat.com>
> ---
> qemu-options.hx | 17 +++++++++++++++--
> 1 file changed, 15 insertions(+), 2 deletions(-)
This one probably qualifies for qemu-trivial, copied the list.
Kevin
>
> diff --git a/qemu-options.hx b/qemu-options.hx
> index ecf7ca1..679e3ca 100644
> --- a/qemu-options.hx
> +++ b/qemu-options.hx
> @@ -1030,8 +1030,21 @@ is a TCP port number, not a display number.
> @item password
>
> Require that password based authentication is used for client connections.
> -The password must be set separately using the @code{change} command in the
> -@ref{pcsys_monitor}
> +
> +The password must be set separately using the @code{set_password} command in
> +the @ref{pcsys_monitor}. The syntax to change your password is:
> +@code{set_password <protocol> <password>} where <protocol> could be either
> +"vnc" or "spice".
> +
> +If you would like to change <protocol> password expiration, you should use
> +@code{expire_password <protocol> <expiration-time>} where expiration time could
> +be one of the following options: now, never, +seconds or UNIX time of
> +expiration, e.g. +60 to make password expire in 60 seconds, or 1335196800
> +to make password expire on "Mon Apr 23 12:00:00 EDT 2012" (UNIX time for this
> +date and time).
> +
> +You can also use keywords "now" or "never" for the expiration time to
> +allow <protocol> password to expire immediately or never expire.
>
> @item tls
>
WARNING: multiple messages have this Message-ID (diff)
From: Kevin Wolf <kwolf@redhat.com>
To: Pavel Hrdina <phrdina@redhat.com>
Cc: qemu-trivial@nongnu.org, Michal Novotny <minovotn@redhat.com>,
qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] qemu-options.hx: Fix set_password and expire_password description
Date: Tue, 17 Jul 2012 15:53:07 +0200 [thread overview]
Message-ID: <50056E43.1060106@redhat.com> (raw)
In-Reply-To: <3d1ec0fd89b439e704cc1f6d2e7b841a64cecb47.1342436496.git.minovotn@redhat.com>
Am 16.07.2012 15:19, schrieb Pavel Hrdina:
> From: Michal Novotny <minovotn@redhat.com>
>
> The description for set_password and expire_password commands is
> incomplete. This patch fixes the man page that is being generated
> to match the real behaviour of these functions.
>
> Signed-off-by: Michal Novotny <minovotn@redhat.com>
> ---
> qemu-options.hx | 17 +++++++++++++++--
> 1 file changed, 15 insertions(+), 2 deletions(-)
This one probably qualifies for qemu-trivial, copied the list.
Kevin
>
> diff --git a/qemu-options.hx b/qemu-options.hx
> index ecf7ca1..679e3ca 100644
> --- a/qemu-options.hx
> +++ b/qemu-options.hx
> @@ -1030,8 +1030,21 @@ is a TCP port number, not a display number.
> @item password
>
> Require that password based authentication is used for client connections.
> -The password must be set separately using the @code{change} command in the
> -@ref{pcsys_monitor}
> +
> +The password must be set separately using the @code{set_password} command in
> +the @ref{pcsys_monitor}. The syntax to change your password is:
> +@code{set_password <protocol> <password>} where <protocol> could be either
> +"vnc" or "spice".
> +
> +If you would like to change <protocol> password expiration, you should use
> +@code{expire_password <protocol> <expiration-time>} where expiration time could
> +be one of the following options: now, never, +seconds or UNIX time of
> +expiration, e.g. +60 to make password expire in 60 seconds, or 1335196800
> +to make password expire on "Mon Apr 23 12:00:00 EDT 2012" (UNIX time for this
> +date and time).
> +
> +You can also use keywords "now" or "never" for the expiration time to
> +allow <protocol> password to expire immediately or never expire.
>
> @item tls
>
next prev parent reply other threads:[~2012-07-17 13:53 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-16 13:19 [Qemu-devel] [PATCH] qemu-options.hx: Fix set_password and expire_password description Pavel Hrdina
2012-07-16 13:54 ` [Qemu-devel] [PATCH] qemu-options.hx: Improve -nodefaults description Pavel Hrdina
2012-07-16 13:54 ` [Qemu-devel] [PATCH] qemu-options.hx: Improve -{read|write}config options description Pavel Hrdina
2012-07-17 8:07 ` [Qemu-devel] [PATCH] qemu-options.hx: Fix set_password and expire_password description Michal Novotny
2012-07-17 13:53 ` Kevin Wolf [this message]
2012-07-17 13:53 ` Kevin Wolf
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=50056E43.1060106@redhat.com \
--to=kwolf@redhat.com \
--cc=minovotn@redhat.com \
--cc=phrdina@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.