commit | 3c9405a0f7d76602415b3cbe8d52d7714b6ce5af | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@redhat.com> | Thu Oct 07 11:50:45 2010 +0200 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Thu Dec 09 14:23:24 2010 +0100 |
tree | 1be9d19af7fa9034a4159113e065c2f9bee283d4 | |
parent | 6bffdf0f83263bad1dd2187c533758d7cb6f5bcf [diff] [blame] |
vnc: support password expire This patch adds support for expiring passwords to vnc. It adds a new vnc_display_pw_expire() function which specifies the time when the password will expire. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
diff --git a/ui/vnc.h b/ui/vnc.h index 9619b24..4f895be 100644 --- a/ui/vnc.h +++ b/ui/vnc.h
@@ -120,6 +120,7 @@ char *display; char *password; + time_t expires; int auth; bool lossy; #ifdef CONFIG_VNC_TLS