/external/libvncserver/webclients/java-applet/ssl/ |
ultrasigned.vnc | 2 index.vnc - default HTML page for TightVNC Java viewer applet, to be 3 used with Xvnc. On any file ending in .vnc, the HTTP server embedded in 9 NOTE: the $PARAMS variable is not supported by the standard VNC, so
|
onetimekey | 7 # for the x11vnc SSL VNC Java Viewer. 20 # to authenticate itself to the VNC Server. 23 # a cert to authenticate the VNC server against. To create that
|
/external/vboot_reference/tests/ |
vboot_api_kernel4_tests.c | 26 static VbNvContext vnc; variable 53 Memset(&vnc, 0, sizeof(vnc)); 54 VbNvSetup(&vnc); 55 VbNvTeardown(&vnc); /* So CRC gets generated */ 70 Memcpy(buf, vnc.raw, sizeof(vnc.raw)); 76 Memcpy(vnc.raw, buf, sizeof(vnc.raw)); 138 VbNvGet(&vnc, VBNV_RECOVERY_REQUEST, &u) [all...] |
vboot_api_firmware_tests.c | 28 static VbNvContext vnc; variable 59 Memset(&vnc, 0, sizeof(vnc)); 60 VbNvSetup(&vnc); 61 VbNvTeardown(&vnc); /* So CRC gets generated */ 83 Memcpy(buf, vnc.raw, sizeof(vnc.raw)); 89 Memcpy(vnc.raw, buf, sizeof(vnc.raw)); 126 VbNvContext* vnc) { [all...] |
vboot_region_tests.c | 24 static VbNvContext vnc; variable 48 Memset(&vnc, 0, sizeof(vnc)); 49 VbNvSetup(&vnc); 50 VbNvTeardown(&vnc); /* So CRC gets generated */ 125 Memcpy(buf, vnc.raw, sizeof(vnc.raw)); 130 Memcpy(vnc.raw, buf, sizeof(vnc.raw)); 174 VbNvContext *vnc) { [all...] |
vboot_api_devmode_tests.c | 135 static VbNvContext vnc; variable 160 Memset(&vnc, 0, sizeof(vnc)); 161 VbNvSetup(&vnc); 162 VbNvTeardown(&vnc); /* So CRC gets generated */ 190 Memcpy(buf, vnc.raw, sizeof(vnc.raw)); 195 Memcpy(vnc.raw, buf, sizeof(vnc.raw));
|
/external/libvncserver/webclients/ |
index.vnc | 1 <!-- index.vnc - default html page for Java VNC viewer applet. On any file 2 ending in .vnc, the HTTP server embedded in Xvnc will substitute the
|
/external/libvncserver/webclients/novnc/ |
README.md | 1 ## noVNC: HTML5 VNC Client 6 noVNC is a HTML5 VNC client that runs well in any modern browser 19 * Supported VNC encodings: raw, copyrect, rre, hextile, tight, tightPNG 58 Unless you are using a VNC server with support for WebSockets 67 proxy (websockify). The `--vnc` option is used to specify the location of 68 a running VNC server: 70 `./utils/launch.sh --vnc localhost:5901` 73 launch script. Enter a password if the VNC server has one 80 certificate, starting a VNC server, advanced websockify usage, etc.
|
/external/libvncserver/VisualNaCro/ |
README | 7 It is a Perl module meant to remote control a VNC server. 26 It acts as a VNC proxy: your Perl script starts its own VNC server. 34 same as the VNC server!). Now your actions are recorded into 53 As I know VNC pretty well, and there are VNC servers for every OS 55 control a VNC server. 68 as xautomation: I cannot connect to the VNC server thousand times
|
/external/libvncserver/ |
prepare_x11vnc_dist.sh | 50 -e "s/a library to make writing a vnc server easy/a VNC server for the current X11 session/" \ 54 which serves the current Xwindows desktop via RFB (VNC) protocol\ 118 echo 'pkgdata_DATA=VncViewer.jar index.vnc' >> classes/Makefile.am 124 echo 'pkgdata_DATA=VncViewer.jar index.vnc SignedVncViewer.jar proxy.vnc README UltraViewerSSL.jar SignedUltraViewerSSL.jar ultra.vnc ultrasigned.vnc' >> classes/ssl/Makefile.am
|
LibVNCServer.spec | 5 Summary: a library to make writing a vnc server easy 13 LibVNCServer makes writing a VNC server (or more correctly, a program 36 Summary: VNC server for the current X11 session 42 which serves the current X Window System desktop via RFB (VNC) 62 %{__install} webclients/VncViewer.jar webclients/index.vnc \
|
LibVNCServer.spec.in | 5 Summary: a library to make writing a vnc server easy 13 LibVNCServer makes writing a VNC server (or more correctly, a program 36 Summary: VNC server for the current X11 session 42 which serves the current X Window System desktop via RFB (VNC) 62 %{__install} webclients/VncViewer.jar webclients/index.vnc \
|
TODO | 23 authentification schemes (secure vnc)
|
/external/libvncserver/vncterm/ |
README | 9 takes an existing desktop and exports it via RFB (VNC), just that 14 stderr to the vnc clients. This might be renamed to vncTerm if
|
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/Darwin.Power.Macintosh/ |
vncviewer.sh | 38 "$dir/../../MacOSX/Chicken of the VNC.app/Contents/MacOS/Chicken of the VNC" $args
|
/external/libvncserver/libvncserver/ |
auth.c | 4 * This file implements the VNC authentication protocol when setting up an RFB 132 * special logic for the built-in Mac OS X VNC client which is activated by 133 * a protocolMinorVersion == 889 coming from the Mac OS X VNC client. 136 * Mac OS X VNC client, but rfbProcessClientInitMessage does not examine the 144 /* The built-in Mac OS X VNC client behaves in a non-conforming fashion 148 * and this case ONLY, the built-in Mac OS X VNC client will NOT send the 152 * The Mac OS X VNC client can be detected by checking protocolMinorVersion 153 * for a value of 889. No other VNC client is known to use this value 157 /* The built-in Mac OS X VNC client expects to NOT receive a SecurityResult 183 * type is the standard vnc security type which does the vnc authenticatio [all...] |
/external/vboot_reference/host/arch/arm/lib/ |
crossystem_arch.c | 347 static int VbReadNvStorage_mosys(VbNvContext* vnc) { 361 vnc->raw[i] = strtol(hexdigit, NULL, 16); 366 static int VbWriteNvStorage_mosys(VbNvContext* vnc) { 374 snprintf(hexstring + i * 2, 3, "%02x", vnc->raw[i]); 381 static int VbReadNvStorage_disk(VbNvContext* vnc) { 396 if (size != sizeof(vnc->raw) || (size + offset > SECTOR_SIZE)) 412 Memcpy(vnc->raw, sector+offset, size); 422 static int VbWriteNvStorage_disk(VbNvContext* vnc) { 437 if (size != sizeof(vnc->raw) || (size + offset > SECTOR_SIZE)) 453 Memcpy(sector+offset, vnc->raw, size) [all...] |
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/ |
ssvnc | 13 ssvnc - a GUI wrapper for SSL and SSH VNC connections. 25 It sets up an SSL or SSH tunnel to the remote VNC Server and then 26 launches the VNC viewer (either the one provided or another one that 27 you have specified) to use that encrypted tunnel to connect to the VNC 54 side to start and manage X and VNC sessions. Same as running 76 Selecting no encryption is the same as the vnc:// and Vnc:// 92 -cert. If the file does not exist, ~/.vnc/certs is prefixed and 97 -ca. If the file does not exist, ~/.vnc/certs is prefixed and 102 /path/to/mycrl.pem. If the file does not exist, ~/.vnc/certs i [all...] |
/external/libvncserver/x11vnc/ |
README | 22 x11vnc: a VNC server for real X displays 28 mouse) with any VNC viewer. In this way it plays the role for Unix/X11 33 server-side scaling; single port HTTPS/HTTP+VNC; Zeroconf service 42 the user does not need to memorize his VNC display/port number. 74 a USB memory stick for SSL/SSH VNC viewing from nearly any networked 88 SSH tunnels for VNC access.) 104 VNC (Virtual Network Computing) is a very useful network graphics 110 Some VNC links: 116 For Unix, the traditional VNC implementation includes a "virtual" X11 120 connects to Xvnc via the VNC client vncviewer from anywhere on th [all...] |
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ |
ssvnc.tcl | 133 wm title .h "Terminal Services VNC Viewer Help" 138 The Terminal Services VNC Viewer uses SSH to establish an encrypted 144 VNC transport. 163 Enter the remote VNC Terminal Services hostname in the 164 'VNC Terminal Server' entry. 175 a new ssh key in the terminal window that pops up), the VNC Viewer 178 remote VNC server. 183 Enter "user@hostname.com" in 'VNC Terminal Server' if the remote 195 (unlike SSVNC mode, the number is the SSH port, not the VNC display) 207 'VNC Host:Display'. Clicking on Find will try to find VNC Server [all...] |
/external/libxml2/test/relaxng/ |
libvirt_0.xml | 21 <graphics type='vnc' port='-1' autoport='yes' listen="127.0.0.1" passwd="123456" keymap="ja"/>
|
/external/vboot_reference/firmware/lib/include/ |
load_firmware_fw.h | 27 VbNvContext *vnc);
|
/external/libvncserver/examples/android/ |
README | 2 This example VNC server for Android is adopted from 3 http://code.google.com/p/android-vnc-server/ with some additional
|
/external/vboot_reference/host/arch/mips/lib/ |
crossystem_arch.c | 18 int VbReadNvStorage(VbNvContext* vnc) { 22 int VbWriteNvStorage(VbNvContext* vnc) {
|
/external/vboot_reference/firmware/lib/ |
vboot_api_kernel.c | 24 static VbNvContext vnc; variable 31 return &vnc; 41 VbNvSet(&vnc, VBNV_RECOVERY_REQUEST, recovery_request); 211 VbCheckDisplayKey(cparams, key, &vnc); 238 VbNvGet(&vnc, VBNV_DEV_BOOT_USB, &allow_usb); 239 VbNvGet(&vnc, VBNV_DEV_BOOT_LEGACY, &allow_legacy); 248 VbDisplayScreen(cparams, VB_SCREEN_DEVELOPER_WARNING, 0, &vnc); 296 0, &vnc); 302 VbNvSet(&vnc, VBNV_DISABLE_DEV_REQUEST, 307 0, &vnc); [all...] |