From 3c9405a0f7d76602415b3cbe8d52d7714b6ce5af Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Thu, 7 Oct 2010 11:50:45 +0200 Subject: 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 --- ui/vnc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/vnc.h') diff --git a/ui/vnc.h b/ui/vnc.h index 9619b247fb..4f895becb9 100644 --- a/ui/vnc.h +++ b/ui/vnc.h @@ -120,6 +120,7 @@ struct VncDisplay char *display; char *password; + time_t expires; int auth; bool lossy; #ifdef CONFIG_VNC_TLS -- cgit v1.2.1