Home
last modified time | relevance | path

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

123

/openbmc/qemu/ui/
H A Dvnc-auth-sasl.c57 if (vs->sasl.conn) { in vnc_sasl_client_cleanup()
58 vs->sasl.runSSF = false; in vnc_sasl_client_cleanup()
59 vs->sasl.wantSSF = false; in vnc_sasl_client_cleanup()
60 vs->sasl.waitWriteSSF = 0; in vnc_sasl_client_cleanup()
61 vs->sasl.encodedLength = vs->sasl.encodedOffset = 0; in vnc_sasl_client_cleanup()
62 vs->sasl.encoded = NULL; in vnc_sasl_client_cleanup()
63 g_free(vs->sasl.username); in vnc_sasl_client_cleanup()
64 g_free(vs->sasl.mechlist); in vnc_sasl_client_cleanup()
65 vs->sasl.username = vs->sasl.mechlist = NULL; in vnc_sasl_client_cleanup()
66 sasl_dispose(&vs->sasl.conn); in vnc_sasl_client_cleanup()
[all …]
H A Dvnc.c267 if (client->sasl.conn && in vnc_client_cache_auth()
268 client->sasl.username) { in vnc_client_cache_auth()
269 client->info->sasl_username = g_strdup(client->sasl.username); in vnc_client_cache_auth()
342 if (client->sasl.conn && client->sasl.username) { in qmp_query_vnc_client()
343 info->sasl_username = g_strdup(client->sasl.username); in qmp_query_vnc_client()
1439 vs->sasl.waitWriteSSF); in vnc_client_write_plain()
1441 if (vs->sasl.conn && in vnc_client_write_plain()
1442 vs->sasl.runSSF && in vnc_client_write_plain()
1443 vs->sasl.waitWriteSSF) { in vnc_client_write_plain()
1444 ret = vnc_client_write_buf(vs, vs->output.buffer, vs->sasl.waitWriteSSF); in vnc_client_write_plain()
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/autofs/autofs/
H A D0010-autofs-5.1.9-Fix-incompatible-function-pointer-types.patch5 cyrus-sasl module
19 modules/cyrus-sasl.c | 14 +++++++-------
28 +- Fix incompatible function pointer types in cyrus-sasl module.
33 diff --git a/modules/cyrus-sasl.c b/modules/cyrus-sasl.c
35 --- a/modules/cyrus-sasl.c
36 +++ b/modules/cyrus-sasl.c
/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_1.0.18.bb25 PACKAGECONFIG[sasl] = "--enable-sasl,--disable-sasl,cyrus-sasl"
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-connectivity/gtk-vnc/
H A Dgtk-vnc_1.4.0.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-daemons/autofs/
H A Dautofs_5.1.9.bb33 PACKAGECONFIG[sasl] = "--with-sasl=yes,--with-sasl=no,cyrus-sasl krb5"
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/spice/
H A Dspice_git.bb41 PACKAGECONFIG ?= "sasl opus smartcard gstreamer"
45 PACKAGECONFIG[sasl] = "-Dsasl=true,-Dsasl=false,cyrus-sasl,"
/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/poky/meta/recipes-devtools/subversion/
H A Dsubversion_1.14.5.bb24 PACKAGECONFIG[sasl] = "--with-sasl,--without-sasl,cyrus-sasl"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pidgin/
H A Dpidgin_2.14.13.bb41 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/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/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 @@ -34,5 +34,6 @@ sasl:*:45:
H A D0001-base-passwd-Add-the-sgx-group.patch24 sasl:*:45:
/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/openbmc/meta-openembedded/meta-oe/recipes-support/msktutil/
H A Dmsktutil_1.2.1.bb17 DEPENDS += "krb5 cyrus-sasl openldap"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/openldap/
H A Dopenldap_2.6.9.bb51 PACKAGECONFIG[sasl] = "--with-cyrus-sasl,--without-cyrus-sasl,cyrus-sasl"
/openbmc/qemu/.gitlab-ci.d/cirrus/
H A Dfreebsd-14.vars14 PKGS='alsa-lib bash bison bzip2 ca_root_nss capstone4 ccache cmocka ctags curl cyrus-sasl dbus diff…

123