/openbmc/qemu/ui/ |
H A D | meson.build | 36 'vnc.c', 37 'vnc-enc-zlib.c', 38 'vnc-enc-hextile.c', 39 'vnc-enc-tight.c', 40 'vnc-palette.c', 41 'vnc-enc-zrle.c', 42 'vnc-auth-vencrypt.c', 43 'vnc-ws.c', 44 'vnc-jobs.c', 45 'vnc-clipboard.c', [all …]
|
H A D | ui-qmp-cmds.c | 55 rc = vnc_display_password(opts->u.vnc.display, opts->password); in qmp_set_password() 99 rc = vnc_display_pw_expire(opts->u.vnc.display, when); in qmp_expire_password() 160 if (arg->u.vnc.has_tls_certs && arg->u.vnc.tls_certs) { in qmp_display_reload() 177 vnc_display_update(&arg->u.vnc, errp); in qmp_display_update()
|
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/ |
H A D | 0003-CVE-2022-41325.patch | 4 Subject: [PATCH] vnc: fix possible buffer overflow 20 modules/access/vnc.c | 23 ++++++++++++++++------- 23 --- a/modules/access/vnc.c 24 +++ b/modules/access/vnc.c
|
/openbmc/qemu/qapi/ |
H A D | ui.json | 20 'data': [ 'vnc', 'spice' ] } 45 # - 'vnc' to modify the VNC server password 61 'data': { 'vnc': 'SetPasswordOptionsVnc' } } 100 # - 'vnc' to modify the VNC server expiration 122 'data': { 'vnc': 'ExpirePasswordOptionsVnc' } } 470 # The basic information for vnc network connection 474 # @service: The service name of the vnc port. This may depend on the 547 # - 'vnc' if VNC authentication is being used 552 # - 'vencrypt+tls+vnc' if VEncrypt is used with TLS and VNC 557 # - 'vencrypt+x509+vnc' if VEncrypt is used with x509 and VNC auth [all …]
|
H A D | pragma.json | 111 'VncClientInfo', # query-vnc, query-vnc-servers, ...
|
/openbmc/qemu/docs/system/ |
H A D | vnc-security.rst | 21 |qemu_system| [...OPTIONS...] -vnc unix:/home/joebloggs/.qemu-myvm-vnc 47 |qemu_system| [...OPTIONS...] -vnc :1,password=on -monitor stdio 48 (qemu) change vnc password 69 -vnc :1,tls-creds=tls0 -monitor stdio 93 -vnc :1,tls-creds=tls0 -monitor stdio 107 -vnc :1,tls-creds=tls0,password=on -monitor stdio 108 (qemu) change vnc password 131 |qemu_system| [...OPTIONS...] -vnc :1,sasl=on -monitor stdio 149 -vnc :1,tls-creds=tls0,sasl=on -monitor stdio
|
H A D | authz.rst | 142 "filename": "/etc/qemu/myvm-vnc.acl", 151 The ``myvm-vnc.acl`` file should contain the match rules in a format that 172 filename=/etc/qemu/myvm-vnc.acl,refresh=on 192 "service": "qemu-vnc-tls" 200 file /etc/pam.d/qemu-vnc-tls. For a simple file 206 file=/etc/qemu/vnc.allow 222 -object authz-pam,id=authz0,service=qemu-vnc-tls 247 --vnc 0.0.0.0:1,sasl,sasl-authz=authz0 257 --vnc 0.0.0.0:1,sasl,sasl-authz=auth0,tls-creds=tls0,tls-authz=authz1
|
H A D | index.rst | 27 vnc-security
|
H A D | secrets.rst | 58 -object secret,id=secvnc0,file=vnc-password.txt 61 In this example the file ``vnc-password.txt`` contains the plain text secret 72 -object secret,id=sec0,file=vnc-password.txt,format=base64
|
/openbmc/qemu/docs/ |
H A D | multiseat.txt | 10 list includes sdl2, gtk (both 2+3) and vnc: 63 For vnc some additional configuration on the command line is needed. 64 We'll create two vnc server instances, and bind the second one to the 67 -display vnc=:1,id=primary \ 68 -display vnc=:2,id=secondary,display=video.2 70 Connecting to vnc display :1 gives you access to the first seat, and 71 likewise connecting to vnc display :2 shows the second seat.
|
/openbmc/qemu/tests/unit/ |
H A D | check-block-qdict.c | 423 QDict *src, *dst, *rule, *vnc, *acl, *listen; in qdict_crumple_test_recursive() local 444 vnc = qdict_get_qdict(dst, "vnc"); in qdict_crumple_test_recursive() 445 g_assert(vnc); in qdict_crumple_test_recursive() 446 g_assert_cmpint(qdict_size(vnc), ==, 3); in qdict_crumple_test_recursive() 448 listen = qdict_get_qdict(vnc, "listen"); in qdict_crumple_test_recursive() 454 acl = qdict_get_qdict(vnc, "acl"); in qdict_crumple_test_recursive() 477 g_assert_cmpstr("acl0", ==, qdict_get_str(vnc, "acl.name")); in qdict_crumple_test_recursive()
|
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/ |
H A D | README | 50 … 5900 is the default vnc port. If you are runing a vnc server on your machine map a different port… 58 * connect to the vnc server to see the tests if you would like
|
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/ |
H A D | qemu.inc | 171 PACKAGECONFIG[vnc-sasl] = "--enable-vnc --enable-vnc-sasl,--disable-vnc-sasl,cyrus-sasl," 172 PACKAGECONFIG[vnc-jpeg] = "--enable-vnc --enable-vnc-jpeg,--disable-vnc-jpeg,jpeg,"
|
/openbmc/qemu/scripts/coverity-scan/ |
H A D | run-coverity-scan | 422 --enable-vnc --enable-vnc-sasl --enable-vnc-jpeg --enable-png \
|
/openbmc/openbmc/meta-openembedded/meta-gnome/conf/include/ |
H A D | non-repro-meta-gnome.inc | 11 gtk-vnc-src \
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vlc/ |
H A D | vlc_3.0.21.bb | 93 PACKAGECONFIG[vnc] = "--enable-vnc,--disable-vnc, libvncserver"
|
/openbmc/qemu/tests/docker/ |
H A D | test-mingw | 26 --enable-vnc \
|
/openbmc/qemu/docs/interop/ |
H A D | index.rst | 30 vnc-ledstate-pseudo-encoding
|
/openbmc/openbmc/poky/meta/recipes-graphics/wayland/ |
H A D | weston_14.0.1.bb | 95 PACKAGECONFIG[vnc] = "-Dbackend-vnc=true,-Dbackend-vnc=false,neatvnc"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/tigervnc/ |
H A D | tigervnc_1.14.1.bb | 58 patch -p1 -b --suffix .vnc < $xserverpatch 116 cd ${XSERVER_SOURCE_DIR}/hw/vnc
|
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/ |
H A D | rpidistro-vlc_3.0.17.bb | 104 PACKAGECONFIG[vnc] = "--enable-vnc,--disable-vnc, libvncserver"
|
/openbmc/openbmc/meta-openembedded/meta-gnome/dynamic-layers/meta-security/recipes-gnome/gnome-remote-desktop/ |
H A D | gnome-remote-desktop_47.0.bb | 35 PACKAGECONFIG[vnc] = "-Dvnc=true,-Dvnc=false,libvncserver"
|
/openbmc/qemu/.gitlab-ci.d/cirrus/ |
H A D | macos-14.vars | 14 …rl dbus diffutils dtc flex gcovr gettext git glib gnu-sed gnutls gtk+3 gtk-vnc jemalloc jpeg-turbo…
|
H A D | freebsd-14.vars | 14 …bus diffutils dtc flex fusefs-libs3 gettext git glib gmake gnutls gsed gtk-vnc gtk3 json-c libepox…
|
/openbmc/qemu/scripts/ |
H A D | meson-buildoptions.sh | 556 --enable-vnc) printf "%s" -Dvnc=enabled ;; 557 --disable-vnc) printf "%s" -Dvnc=disabled ;; 558 --enable-vnc-jpeg) printf "%s" -Dvnc_jpeg=enabled ;; 559 --disable-vnc-jpeg) printf "%s" -Dvnc_jpeg=disabled ;; 560 --enable-vnc-sasl) printf "%s" -Dvnc_sasl=enabled ;; 561 --disable-vnc-sasl) printf "%s" -Dvnc_sasl=disabled ;;
|