[Spice-commits] Changes to 'passwd.1'
Gerd Hoffmann
kraxel at kemper.freedesktop.org
Thu Oct 7 04:10:49 PDT 2010
New branch 'passwd.1' available with the following commits:
commit bef7e379e687d9d5139b067cdeade666800584b7
Author: Gerd Hoffmann <kraxel at redhat.com>
Date: Thu Oct 7 12:22:54 2010 +0200
vnc/spice: add set_passwd monitor command.
This patch adds a new set_password monitor command which allows to
change the password for spice and vnc connections. See the doc update
patch chunk for details.
commit d491ef3977fafbabe071dca955ab6cb7592c0f96
Author: Gerd Hoffmann <kraxel at redhat.com>
Date: Thu Oct 7 11:50:45 2010 +0200
vnc: support password expire
This patch adds support for expiring passwords to vnc. It adds a new
lifetime parameter to the vnc_display_password() function, which
specifies the number of seconds the new password will be valid. Passing
zero as lifetime maintains current behavior (password never expires).
commit 8f2224fa764ce7d043c5b72a16f8b7443493a38f
Author: Gerd Hoffmann <kraxel at redhat.com>
Date: Thu Oct 7 11:50:24 2010 +0200
vnc: auth reject cleanup
protocol_client_auth_vnc() has two places where the auth can fail,
with identical code sending the reject message to the client.
Move the common code to the end of the function and make both
error paths jump there. No functional change.
More information about the Spice-commits
mailing list