From a9a9c812f7feb5bfb1d017575762c6a6390227b9 Mon Sep 17 00:00:00 2001 From: runge Date: Sun, 5 Mar 2006 00:35:33 +0000 Subject: x11vnc: -unixpw on *bsd, hpux and tru64. -unixpw_nis mode. stunnel and gui tweaks. --- x11vnc/tkx11vnc.h | 160 +++++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 121 insertions(+), 39 deletions(-) (limited to 'x11vnc/tkx11vnc.h') diff --git a/x11vnc/tkx11vnc.h b/x11vnc/tkx11vnc.h index 146383d..ac0c574 100644 --- a/x11vnc/tkx11vnc.h +++ b/x11vnc/tkx11vnc.h @@ -269,6 +269,8 @@ char gui_code[] = ""; " =F rfbauth:\n" " unixpw\n" " unixpw_list:\n" +" unixpw_nis\n" +" unixpw_nis_list:\n" " =0 storepasswd\n" " =GAL LOFF\n" " =GAL Misc-Perms::\n" @@ -534,7 +536,11 @@ char gui_code[] = ""; "\"\n" "\n" " set helptext(unixpw_list) \"\n" -"Set the -unixpw_list usernames list value.\n" +"Set the -unixpw usernames list value.\n" +"\"\n" +"\n" +" set helptext(unixpw_nis_list) \"\n" +"Set the -unixpw_nis usernames list value.\n" "\"\n" "\n" " set helptext(stunnel_pem) \"\n" @@ -669,10 +675,12 @@ char gui_code[] = ""; " remote-control commands.\n" "\n" " - \\\"Password\\\" lets you set the session password viewers may use to gain full\n" -" access to the display.\n" +" access to the display. This will only work if x11vnc was started with \n" +" the -gui icon or -gui tray mode.\n" " \n" " - \\\"ViewOnly Password\\\" lets you set the session password viewers may\n" -" use to gain view only access to the display.\n" +" use to gain view only access to the display. This will only work if\n" +" x11vnc was started with the -gui icon or -gui tray mode.\n" "\n" "NOTE: These \\\"session\\\" passwords only last for the current x11vnc\n" "session (they are not remembered, see the -storepasswd, -passwdfile,\n" @@ -3228,25 +3236,36 @@ char gui_code[] = ""; " set ip \"\"\n" " global menu_var text_area cleanup_window item_bool\n" "\n" -" append_text \"\\nClient info string: $client\\n\\n\"\n" -" if {[regexp {^(.*):(.*):(.*):(.*):(.*):(.*):(.*)$} \\\n" -" $client m0 m1 m2 m3 m4 m5 m6 m7]} {\n" -" # id:ip:port:user:hostname:input:loginvo\n" -" set cid $m1\n" -" set ip $m2\n" +" #::::::::