Home
last modified time | relevance | path

Searched refs:sasl (Results 1 – 25 of 56) sorted by relevance

123

/openbmc/qemu/ui/
H A Dvnc-auth-sasl.c57 if (vs->sasl.conn) { in vnc_sasl_client_cleanup()
61 vs->sasl.encodedLength = vs->sasl.encodedOffset = 0; in vnc_sasl_client_cleanup()
65 vs->sasl.username = vs->sasl.mechlist = NULL; in vnc_sasl_client_cleanup()
79 vs->sasl.encoded, vs->sasl.encodedLength, vs->sasl.encodedOffset); in vnc_client_write_sasl()
81 if (!vs->sasl.encoded) { in vnc_client_write_sasl()
96 vs->sasl.encoded + vs->sasl.encodedOffset, in vnc_client_write_sasl()
97 vs->sasl.encodedLength - vs->sasl.encodedOffset); in vnc_client_write_sasl()
102 if (vs->sasl.encodedOffset == vs->sasl.encodedLength) { in vnc_client_write_sasl()
121 vs->sasl.encodedOffset = vs->sasl.encodedLength = 0; in vnc_client_write_sasl()
212 if (!vs->sasl.wantSSF) in vnc_auth_sasl_check_ssf()
[all …]
H A Dvnc.c267 if (client->sasl.conn && in vnc_client_cache_auth()
342 if (client->sasl.conn && client->sasl.username) { in qmp_query_vnc_client()
1441 if (vs->sasl.conn && in vnc_client_write_plain()
1442 vs->sasl.runSSF && in vnc_client_write_plain()
1489 if (vs->sasl.conn && in vnc_client_write_locked()
1490 vs->sasl.runSSF && in vnc_client_write_locked()
1590 if (vs->sasl.conn && vs->sasl.runSSF) in vnc_client_read()
3464 if (vd->sasl.authz) { in vnc_display_close()
4024 bool sasl = false; in vnc_display_open() local
4078 if (sasl) { in vnc_display_open()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-networking/cyrus-sasl/cyrus-sasl/
H A D0001-Fix-time.h-check.patch16 …* cyrus-sasl-2.1.28/lib/saslutil.c:280:3: warning: implicit declaration of function ‘time’ [-Wimpl…
17 …* cyrus-sasl-2.1.28/lib/saslutil.c:364:41: warning: implicit declaration of function ‘clock’ [-Wim…
18 …* cyrus-sasl-2.1.28/plugins/cram.c:132:7: warning: implicit declaration of function ‘time’ [-Wimpl…
19 …* cyrus-sasl-2.1.28/lib/saslutil.c:280:3: warning: implicit declaration of function ‘time’ [-Wimpl…
20 …* cyrus-sasl-2.1.28/lib/saslutil.c:364:41: warning: implicit declaration of function ‘clock’ [-Wim…
21 …* cyrus-sasl-2.1.28/plugins/cram.c:132:7: warning: implicit declaration of function ‘time’ [-Wimpl…
24 Upstream-Status: Backport [https://github.com/cyrusimap/cyrus-sasl/commit/266f0acf7f5e029afbb3e2634…
52 #include <sasl.h>
H A DCVE-2022-24407.patch6 Upstream-Status: Backport [https://github.com/cyrusimap/cyrus-sasl/commit/9eff746c9daecbcc0041b09a5…
H A DCVE-2019-19906.patch12 Upstream-Stauts: Backport [https://github.com/cyrusimap/cyrus-sasl
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libmemcached/
H A Dlibmemcached.inc15 PACKAGECONFIG[sasl] = "--enable-sasl,--disable-sasl,cyrus-sasl"
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-connectivity/gtk-vnc/
H A Dgtk-vnc_1.3.1.bb22 PACKAGECONFIG[sasl] = "-Dsasl=enabled,-Dsasl=disabled,cyrus-sasl"
24 PACKAGECONFIG ??= "pulseaudio sasl"
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/postfix/
H A Dpostfix_3.8.6.bb11 ${@bb.utils.contains('DISTRO_FEATURES', 'sasl', 'cyrus-sasl', '', d)} \
74 export CCARGS-sasl = "\
75 …${@bb.utils.contains('DISTRO_FEATURES', 'sasl', '-DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I${STAGING_INCD…
76 export AUXLIBS-sasl = "\
77 ${@bb.utils.contains('DISTRO_FEATURES', 'sasl', '-lsasl2', '', d)}"
78 export CCARGS-sasl:class-native = ""
79 export AUXLIBS-sasl:class-native = ""
82 …GS} -DHAS_PCRE -DUSE_TLS -I${STAGING_INCDIR}/openssl ${CCARGS-ldap} ${CCARGS-sasl} ${CCARGS-nonis}"
83 export AUXLIBS = "-lpcre -lssl -lcrypto ${AUXLIBS-sasl} ${AUXLIBS-ldap}"
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/spice/
H A Dspice_git.bb39 PACKAGECONFIG ?= "sasl opus smartcard gstreamer"
43 PACKAGECONFIG[sasl] = "-Dsasl=true,-Dsasl=false,cyrus-sasl,"
/openbmc/openbmc/poky/meta/recipes-devtools/subversion/
H A Dsubversion_1.14.3.bb24 PACKAGECONFIG[sasl] = "--with-sasl,--without-sasl,cyrus-sasl"
49 sed -i -e 's:with_sasl="/usr/local":with_sasl="${STAGING_DIR}":' ${S}/build/ac-macros/sasl.m4
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-networking/cyrus-sasl/
H A Dcyrus-sasl_2.1.28.bb3 HOMEPAGE = "http://asg.web.cmu.edu/sasl/"
10 SRC_URI = "git://github.com/cyrusimap/cyrus-sasl;protocol=https;branch=cyrus-sasl-2.1 \
21 UPSTREAM_CHECK_URI = "https://github.com/cyrusimap/cyrus-sasl/archives"
/openbmc/openbmc/meta-openembedded/meta-python/recipes-networking/python/
H A Dpython3-ldap_3.4.4.bb10 DEPENDS = "python3 openldap cyrus-sasl"
20 -e 's:^include_dirs =.*:include_dirs = =/usr/include/sasl/:' \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pidgin/
H A Dpidgin_2.14.2.bb43 PACKAGECONFIG[cyrus-sasl] = "--enable-cyrus-sasl,--disable-cyrus-sasl,cyrus-sasl"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libvncserver/
H A Dlibvncserver_0.9.14.bb37 PACKAGECONFIG[sasl] = "-DWITH_SASL=ON,-DWITH_SASL=OFF,cyrus-sasl"
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-core/packagegroups/
H A Dpackagegroup-meta-perl.bb15 libauthen-sasl-perl \
93 libauthen-sasl-perl-ptest \
/openbmc/openbmc/poky/meta/recipes-core/base-passwd/base-passwd/
H A D0005-Add-kvm-group.patch18 sasl:*:45:
H A D0001-Add-a-shutdown-group.patch20 @@ -35,5 +35,6 @@ sasl:*:45:
H A D0001-base-passwd-Add-the-sgx-group.patch24 sasl:*:45:
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/msktutil/
H A Dmsktutil_1.2.1.bb14 DEPENDS += "krb5 cyrus-sasl openldap"
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/adcli/
H A Dadcli_0.9.2.bb19 cyrus-sasl libxslt-native xmlto-native coreutils-native\
/openbmc/qemu/docs/system/
H A Dauthz.rst239 a ``sasl-authz`` property.
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
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/autofs/
H A Dautofs_5.1.8.bb6 DEPENDS += "libtirpc flex-native bison-native e2fsprogs openssl libxml2 util-linux cyrus-sasl libns…
54 --with-sasl=no --with-libtirpc \
/openbmc/qemu/.gitlab-ci.d/cirrus/
H A Dfreebsd-13.vars14 PKGS='alsa-lib bash bison bzip2 ca_root_nss capstone4 ccache cmocka ctags curl cyrus-sasl dbus diff…
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libnet/
H A Dlibnet-ldap-perl_0.68.bb33 libauthen-sasl-perl \
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/autofs/autofs/
H A Dfix_disable_ldap.patch47 /* cyrus-sasl.c */

123