Home
last modified time | relevance | path

Searched refs:ssf (Results 1 – 23 of 23) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dcyrus.c450 sasl_ssf_t *ssf; in ldap_int_sasl_bind() local
742 ssf = NULL; in ldap_int_sasl_bind()
743 saslrc = sasl_getprop( ctx, SASL_SSF, (SASL_CONST void **)(char *) &ssf ); in ldap_int_sasl_bind()
747 (unsigned long) *ssf ); in ldap_int_sasl_bind()
750 if( ssf && *ssf ) { in ldap_int_sasl_bind()
775 ber_len_t ssf ) in ldap_int_sasl_external() argument
782 sasl_ssf_t sasl_ssf = ssf; in ldap_int_sasl_external()
797 extprops.ssf = ssf; in ldap_int_sasl_external()
1041 sasl_ssf_t *ssf; in ldap_int_sasl_get_option() local
1055 (SASL_CONST void **)(char *) &ssf ); in ldap_int_sasl_get_option()
[all …]
H A Dldap-int.h887 const char* authid, ber_len_t ssf ));
/netbsd-src/external/bsd/openldap/dist/servers/lloadd/
H A Dupstream.c310 ber_len_t ssf; in sasl_bind_step() local
312 ssf = ldap_pvt_tls_get_strength( ssl ); in sasl_bind_step()
315 sasl_setprop( ctx, SASL_SSF_EXTERNAL, &ssf ); in sasl_bind_step()
344 int ssf = LDAP_PVT_SASL_LOCAL_SSF; in sasl_bind_step() local
350 sasl_setprop( ctx, SASL_SSF_EXTERNAL, &ssf ); in sasl_bind_step()
390 sasl_ssf_t *ssf; in sasl_bind_step() local
391 rc = sasl_getprop( ctx, SASL_SSF, (const void **)(char *)&ssf ); in sasl_bind_step()
392 if ( rc == SASL_OK && ssf && *ssf ) { in sasl_bind_step()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dbackend.c1109 slap_ssf_set_t ssfs, *ssf; in backend_check_restrictions() local
1117 ssf = &ssfs; in backend_check_restrictions()
1223 if( op->o_transport_ssf < ssf->sss_transport ) { in backend_check_restrictions()
1230 if( op->o_tls_ssf < ssf->sss_tls ) { in backend_check_restrictions()
1240 if( op->o_ssf < ssf->sss_simple_bind ) { in backend_check_restrictions()
1251 if( op->o_sasl_ssf < ssf->sss_sasl ) { in backend_check_restrictions()
1258 if( op->o_ssf < ssf->sss_ssf ) { in backend_check_restrictions()
1267 if( op->o_transport_ssf < ssf->sss_update_transport ) { in backend_check_restrictions()
1274 if( op->o_tls_ssf < ssf->sss_update_tls ) { in backend_check_restrictions()
1281 if( op->o_sasl_ssf < ssf->sss_update_sasl ) { in backend_check_restrictions()
[all …]
H A Dsasl.c1475 slap_ssf_t ssf, in slap_sasl_external() argument
1481 sasl_ssf_t sasl_ssf = ssf; in slap_sasl_external()
1504 ctx->sc_external_ssf = ssf; in slap_sasl_external()
1650 sasl_ssf_t ssf = 0; in slap_sasl_bind() local
1655 if ( ssfp ) ssf = *ssfp; in slap_sasl_bind()
1667 sasl_setprop( ctx, SASL_SSF_EXTERNAL, &ssf ); in slap_sasl_bind()
1687 sasl_ssf_t *ssf = NULL; in slap_sasl_bind() local
1695 (void) sasl_getprop( ctx, SASL_SSF, (void *)&ssf ); in slap_sasl_bind()
1696 op->orb_ssf = ssf ? *ssf : 0; in slap_sasl_bind()
H A Dslapcommon.h87 #define ssf tool_globals.tv_ssf macro
H A Dslapd.ldif23 #olcSecurity: ssf=1 update_ssf=112 simple_bind=64
H A Dslapacl.c115 op->o_ssf = ssf; in slapacl()
H A Dconnection.c318 slap_ssf_t ssf, in connection_init() argument
525 c->c_ssf = c->c_transport_ssf = ssf; in connection_init()
539 slap_sasl_external( c, ssf, authid ); in connection_init()
H A Dslapcommon.c158 if ( lutil_atou( &ssf, p ) ) { in parse_slapopt()
H A Ddaemon.c2106 slap_ssf_t ssf = 0; in slap_listener() local
2257 ssf = local_ssf; in slap_listener()
2364 peername, cflag, ssf, in slap_listener()
H A Dproto-slap.h801 slap_ssf_t ssf,
1696 slap_ssf_t ssf, /* relative strength of external security */
H A Dsyncrepl.c956 ber_len_t ssf; /* ITS#5403, 3864 LDAP_OPT_X_SASL_SSF probably ought in do_syncrep1() local
958 if ( ldap_get_option( si->si_ld, LDAP_OPT_X_SASL_SSF, &ssf ) in do_syncrep1()
960 op->o_sasl_ssf = ssf; in do_syncrep1()
/netbsd-src/sys/netinet/
H A Dsctputil.c2061 struct sctp_send_failed *ssf; in sctp_notify_send_failed() local
2076 ssf = mtod(m_notify, struct sctp_send_failed *); in sctp_notify_send_failed()
2077 ssf->ssf_type = SCTP_SEND_FAILED; in sctp_notify_send_failed()
2079 ssf->ssf_flags = SCTP_DATA_UNSENT; in sctp_notify_send_failed()
2081 ssf->ssf_flags = SCTP_DATA_SENT; in sctp_notify_send_failed()
2082 ssf->ssf_length = length; in sctp_notify_send_failed()
2083 ssf->ssf_error = error; in sctp_notify_send_failed()
2085 ssf->ssf_info.sinfo_stream = chk->rec.data.stream_number; in sctp_notify_send_failed()
2086 ssf->ssf_info.sinfo_ssn = chk->rec.data.stream_seq; in sctp_notify_send_failed()
2087 ssf->ssf_info.sinfo_flags = chk->rec.data.rcv_flags; in sctp_notify_send_failed()
[all …]
/netbsd-src/external/bsd/openldap/dist/tests/data/regressions/its8427/
H A Dits8427-2185 olcAccess: to attrs=userPassword by anonymous ssf=2 auth by users read
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/passwd/sha2/
H A DREADME118 conn=0 op=0 BIND dn="cn=admin,dc=example,dc=com" mech=SIMPLE ssf=0
/netbsd-src/external/bsd/openldap/dist/doc/guide/admin/
H A Daccess-control.sdf285 > by ssf=128 self write
286 > by ssf=64 anonymous auth
287 > by ssf=64 users read
625 > by ssf=128 self write
626 > by ssf=64 anonymous auth
627 > by ssf=64 users read
1105 H3: Granting and Denying access based on security strength factors (ssf)
1110 > by * ssf=256 read
1127 See {{slapd.conf}}(5) for information on {{ssf}}.
H A Daspell.en.pws368 ssf
H A Dsecurity.sdf103 > security ssf=1 update_ssf=112
H A Doverlays.sdf292 > Sep 6 09:27:25 replica1 slapd[29274]: conn=11 fd=31 TLS established tls_ssf=256 ssf=256
294 …plica1 slapd[29274]: conn=11 op=1 BIND dn="uid=user1,ou=People,dc=example,dc=com" mech=SIMPLE ssf=0
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/
H A Dsetup.texi1118 not possible to require security layer quality (ssf in cyrus-sasl lingo).
/netbsd-src/external/public-domain/tz/dist/
H A Dnorthamerica308 # http://www.al.com/news/huntsvilletimes/index.ssf?/base/news/1125047783228320.xml&coll=1
323 # http://www.al.com/living/index.ssf/2017/02/do_you_know_which_alabama_town.html
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.td2265 ".insn ssf,$enc,$BD1,$BD2,$R3", []>;