HomeSort by: relevance | last modified time | path
    Searched refs:ssf (Results 1 - 14 of 14) sorted by relevancy

  /src/external/bsd/openldap/dist/libraries/libldap/
cyrus.c 450 sasl_ssf_t *ssf; local
742 ssf = NULL;
743 saslrc = sasl_getprop( ctx, SASL_SSF, (SASL_CONST void **)(char *) &ssf );
746 fprintf( stderr, "SASL SSF: %lu\n",
747 (unsigned long) *ssf );
750 if( ssf && *ssf ) {
775 ber_len_t ssf )
782 sasl_ssf_t sasl_ssf = ssf;
797 extprops.ssf = ssf
1041 sasl_ssf_t *ssf; local
    [all...]
ldap-int.h 888 const char* authid, ber_len_t ssf ));
  /src/external/bsd/openldap/dist/servers/lloadd/
upstream.c 350 ber_len_t ssf; local
352 ssf = ldap_pvt_tls_get_strength( ssl );
355 sasl_setprop( ctx, SASL_SSF_EXTERNAL, &ssf );
384 int ssf = LDAP_PVT_SASL_LOCAL_SSF; local
390 sasl_setprop( ctx, SASL_SSF_EXTERNAL, &ssf );
430 sasl_ssf_t *ssf; local
431 rc = sasl_getprop( ctx, SASL_SSF, (const void **)(char *)&ssf );
432 if ( rc == SASL_OK && ssf && *ssf ) {
  /src/external/bsd/openldap/dist/servers/slapd/
slapcommon.h 87 #define ssf tool_globals.tv_ssf macro
backend.c 1104 slap_ssf_set_t ssfs, *ssf; local
1112 ssf = &ssfs;
1218 if( op->o_transport_ssf < ssf->sss_transport ) {
1225 if( op->o_tls_ssf < ssf->sss_tls ) {
1235 if( op->o_ssf < ssf->sss_simple_bind ) {
1246 if( op->o_sasl_ssf < ssf->sss_sasl ) {
1253 if( op->o_ssf < ssf->sss_ssf ) {
1262 if( op->o_transport_ssf < ssf->sss_update_transport ) {
1269 if( op->o_tls_ssf < ssf->sss_update_tls ) {
1276 if( op->o_sasl_ssf < ssf->sss_update_sasl )
    [all...]
sasl.c 1475 slap_ssf_t ssf,
1481 sasl_ssf_t sasl_ssf = ssf;
1504 ctx->sc_external_ssf = ssf;
1573 /* should check ssf */
1650 sasl_ssf_t ssf = 0; local
1655 if ( ssfp ) ssf = *ssfp;
1667 sasl_setprop( ctx, SASL_SSF_EXTERNAL, &ssf );
1687 sasl_ssf_t *ssf = NULL; local
1695 (void) sasl_getprop( ctx, SASL_SSF, (void *)&ssf );
1696 op->orb_ssf = ssf ? *ssf : 0
    [all...]
slapacl.c 127 op->o_ssf = ssf;
connection.c 318 slap_ssf_t ssf,
526 c->c_ssf = c->c_transport_ssf = ssf;
540 slap_sasl_external( c, ssf, authid );
1383 sprintf(msgbuf, "tls_ssf=%u ssf=%u", c->c_tls_ssf, c->c_ssf);
1822 "%s BIND dn=\"%s\" mech=%s bind_ssf=%d ssf=%d\n",
slapcommon.c 156 } else if ( strncasecmp( optarg, "ssf", len ) == 0 ) {
157 if ( lutil_atou( &ssf, p ) ) {
158 Debug( LDAP_DEBUG_ANY, "unable to parse ssf=\"%s\".\n", p );
proto-slap.h 777 slap_ssf_t ssf,
1695 slap_ssf_t ssf, /* relative strength of external security */
daemon.c 2105 slap_ssf_t ssf = 0; local
2255 ssf = local_ssf;
2362 peername, cflag, ssf,
syncrepl.c 1041 /* Set SSF to strongest of TLS, SASL SSFs */
1053 ber_len_t ssf; /* ITS#5403, 3864 LDAP_OPT_X_SASL_SSF probably ought local
1055 if ( ldap_get_option( si->si_ld, LDAP_OPT_X_SASL_SSF, &ssf )
1057 op->o_sasl_ssf = ssf;
  /src/sys/netinet/
sctputil.c 2061 struct sctp_send_failed *ssf; local
2076 ssf = mtod(m_notify, struct sctp_send_failed *);
2077 ssf->ssf_type = SCTP_SEND_FAILED;
2079 ssf->ssf_flags = SCTP_DATA_UNSENT;
2081 ssf->ssf_flags = SCTP_DATA_SENT;
2082 ssf->ssf_length = length;
2083 ssf->ssf_error = error;
2085 ssf->ssf_info.sinfo_stream = chk->rec.data.stream_number;
2086 ssf->ssf_info.sinfo_ssn = chk->rec.data.stream_seq;
2087 ssf->ssf_info.sinfo_flags = chk->rec.data.rcv_flags
    [all...]
  /src/external/bsd/openldap/dist/tests/data/regressions/its8427/
its8427-2 185 olcAccess: to attrs=userPassword by anonymous ssf=2 auth by users read

Completed in 28 milliseconds