| /src/external/bsd/openldap/dist/contrib/ldapc++/src/ |
| SaslInteraction.h | 13 #include <sasl/sasl.h>
|
| LDAPBindRequest.cpp | 17 #include <sasl/sasl.h>
|
| LdifReader.cpp | 19 #include <sasl/saslutil.h> // For base64 routines
|
| /src/external/bsd/openldap/dist/tests/data/ |
| slapd-dnssrv.conf | 20 sasl-secprops noanonymous 21 #sasl-secprops none
|
| lloadd-sasl.conf | 23 bindmethod=sasl
|
| /src/external/ibm-public/postfix/dist/src/xsasl/ |
| xsasl_cyrus_security.c | 7 /* convert Cyrus SASL security properties to bit mask 62 #include <sasl.h> 65 * SASL Security options. 85 return (name_mask_opt("SASL security options", xsasl_cyrus_sec_mask,
|
| xsasl_cyrus_log.c | 7 /* Cyrus SASL logging call-back routine 44 #include <sasl.h> 54 #ifdef SASL_LOG_WARN /* non-fatal warnings (Cyrus-SASL v2) */ 57 #ifdef SASL_LOG_WARNING /* non-fatal warnings (Cyrus-SASL v1) */ 60 msg_warn("SASL authentication problem: %s", message); 63 case SASL_LOG_INFO: /* other info (Cyrus-SASL v1) */ 65 msg_info("SASL authentication info: %s", message); 69 case SASL_LOG_NOTE: /* other info (Cyrus-SASL v2) */ 71 msg_info("SASL authentication info: %s", message); 76 * (Cyrus-SASL v2) * [all...] |
| xsasl_cyrus_client.c | 7 /* Cyrus SASL client-side plug-in 14 /* This module implements the Cyrus SASL client-side authentication 17 /* xsasl_cyrus_client_init() initializes the Cyrus SASL library and 19 /* SASL client instances. 23 /* The plug-in SASL client type (cyrus). This argument is 29 /* information is ignored by the Cyrus SASL client plug-in. 89 #include <sasl.h> 116 /* SASL version 1.x */ 128 /* SASL version > 2.x */ 146 sasl_conn_t *sasl_conn; /* SASL context * [all...] |
| xsasl_cyrus_server.c | 7 /* Cyrus SASL server-side plug-in 15 /* This module implements the Cyrus SASL server-side authentication 18 /* xsasl_cyrus_server_init() initializes the Cyrus SASL library and 20 /* SASL server instances. 28 /* The base name of the SASL server configuration file (example: 89 #include <sasl.h> 118 /* SASL version 1.x */ 135 /* SASL version > 2.x */ 162 sasl_conn_t *sasl_conn; /* SASL context */ 183 * SASL callback interface structure. These call-backs have no per-sessio [all...] |
| /src/external/bsd/openldap/lib/liblutil/ |
| Makefile | 14 SRCS= base64.c entropy.c sasl.c signal.c hash.c passfile.c \
|
| /src/external/bsd/openldap/ |
| Makefile | 38 CONFIGURE_ARGS+= --without-cyrus-sasl
|
| /src/external/bsd/openldap/dist/libraries/liblutil/ |
| sasl.c | 1 /* $NetBSD: sasl.c,v 1.4 2025/09/05 21:16:23 christos Exp $ */ 19 __RCSID("$NetBSD: sasl.c,v 1.4 2025/09/05 21:16:23 christos Exp $"); 31 #include <sasl/sasl.h> 33 #include <sasl.h> 225 fputs( _("SASL Interaction\n"), stderr );
|
| /src/external/bsd/openldap/dist/servers/lloadd/ |
| lload.h | 68 #include <sasl/sasl.h> 70 #include <sasl.h> 466 sasl_channel_binding_t *c_sasl_cbinding; /* Else cyrus-sasl would happily
|
| /src/external/bsd/openldap/dist/contrib/slapd-modules/acl/ |
| gssacl.c | 23 #include <sasl/sasl.h>
|
| /src/external/bsd/openldap/dist/doc/guide/admin/ |
| Makefile | 50 sasl.sdf \
|
| /src/external/bsd/openldap/dist/tests/data/regressions/its9863/ |
| its9863 | 44 echo "information to a provider as the rootdn when using a SASL mechanism" 161 bindmethod=sasl saslmech=external tls_cert=$TESTDIR/tls/certs/ldap-server.crt 166 olcDbACLBind: bindmethod=sasl saslmech=external tls_cert=$TESTDIR/tls/certs/ldap-server.crt
|
| /src/external/bsd/openldap/dist/libraries/libldap/ |
| sasl.c | 1 /* $NetBSD: sasl.c,v 1.4 2025/09/05 21:16:21 christos Exp $ */ 26 * sasl [3] SaslCredentials -- LDAPv3 38 __RCSID("$NetBSD: sasl.c,v 1.4 2025/09/05 21:16:21 christos Exp $"); 94 /* SASL bind w/o credentials */ 101 /* SASL bind w/ credentials */ 425 * ldap_sasl_interactive_bind - interactive SASL authentication 503 * ldap_sasl_interactive_bind_s - interactive SASL authentication 552 #include <sasl/sasl.h> 554 #include <sasl.h [all...] |
| cyrus.c | 50 #include <sasl/sasl.h> 52 #include <sasl.h> 62 * Various Cyrus SASL related stuff. 83 /* stringify the version number, sasl.h doesn't do it for us */ 97 "ldap_int_sasl_init: SASL library version mismatch:" 105 /* SASL 2 takes care of its own memory completely internally */ 262 /* map SASL errors to LDAP API errors returned by: 558 /* failure is OK, we just can't use SASL EXTERNAL */ 617 "SASL/%s authentication started\n" [all...] |
| ldap-int.h | 40 #include <sasl/sasl.h> 42 #include <sasl.h> 332 char* ldo_def_sasl_mech; /* SASL Mechanism(s) */ 333 char* ldo_def_sasl_realm; /* SASL realm */ 334 char* ldo_def_sasl_authcid; /* SASL authentication identity */ 335 char* ldo_def_sasl_authzid; /* SASL authorization identity */ 337 /* SASL Security Properties */ 911 /* in sasl.c */
|
| /src/crypto/dist/ipsec-tools/rpm/suse/ |
| ipsec-tools.spec.in | 14 BuildRequires: aaa_base acl attr bash bind-utils bison bzip2 coreutils cpio cpp cracklib cvs cyrus-sasl db devs diffutils e2fsprogs file filesystem fillup findutils flex gawk gdbm-devel glibc glibc-devel glibc-locale gpm grep groff gzip info insserv less libacl libattr libgcc libselinux libstdc++ libxcrypt libzio m4 make man mktemp module-init-tools ncurses ncurses-devel net-tools netcfg openldap2-client openssl pam pam-modules patch permissions popt procinfo procps psmisc pwdutils rcs readline sed strace syslogd sysvinit tar tcpd texinfo timezone unzip util-linux vim zlib zlib-devel autoconf automake binutils gcc gdbm gettext kernel-source libtool openssl-devel perl readline-devel rpm
|
| /src/external/bsd/openldap/sbin/slapd/ |
| Makefile | 31 sasl.c module.c mra.c mods.c sl_malloc.c zn_malloc.c limits.c \
|
| /src/external/bsd/openldap/dist/servers/slapd/ |
| Makefile.in | 36 sasl.c module.c mra.c mods.c sl_malloc.c zn_malloc.c limits.c \ 54 sasl.o module.o mra.o mods.o sl_malloc.o zn_malloc.o limits.o \ 110 # crypto, ssl, sasl, etc. (If these libraries are dynamic, we won't want 132 # crypto, ssl, sasl, etc.) When a writer actually uses (i.e. imports) these
|
| sasl.c | 1 /* $NetBSD: sasl.c,v 1.4 2025/09/05 21:16:25 christos Exp $ */ 19 __RCSID("$NetBSD: sasl.c,v 1.4 2025/09/05 21:16:25 christos Exp $"); 40 # include <sasl/sasl.h> 41 # include <sasl/saslplug.h> 43 # include <sasl.h> 61 * built-in SASL implementation 149 Debug( level, "SASL [conn=%ld] %s: %s\n", 243 /* ITS#3846 don't give hashed passwords to SASL */ 674 * in cyrus SASL from 2.1.15 to 2.1.16 * [all...] |
| /src/external/bsd/openldap/dist/tests/scripts/ |
| defines.sh | 140 TLSSASLCONF=$DATADIR/slapd-tls-sasl.conf 188 LLOADDSASLCONF=$DATADIR/lloadd-sasl.conf
|
| /src/external/ibm-public/postfix/dist/src/global/ |
| dict_ldap.c | 125 * SASL headers, for sasl_interact_t. Either SASL v1 or v2 should be fine. 127 #include <sasl.h> 147 "sasl", DICT_LDAP_BIND_SASL, 190 int sasl; member in struct:__anon23071 352 * Context structure for SASL property callback. 417 /* Asynchronous SASL auth if SASL is enabled */ 1797 * SASL options
|