Home
last modified time | relevance | path

Searched refs:c_is_tls (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dstarttls.c51 if (op->o_conn->c_is_tls != 0) { in starttls_extop()
100 op->o_conn->c_is_tls = 1; in starttls_extop()
H A Dconnection.c530 c->c_is_tls = 1; in connection_init()
533 c->c_is_tls = 0; in connection_init()
1340 if ( c->c_is_tls && c->c_needs_tls_accept ) { in connection_read()
1924 if ( c->c_is_tls && c->c_needs_tls_accept ) { in connection_write()
H A Dslap.h2946 char c_is_tls; /* true if this LDAP over raw TLS */ member
/netbsd-src/external/bsd/openldap/dist/servers/lloadd/
H A Dupstream.c741 c->c_is_tls = LLOAD_TLS_ESTABLISHED; in upstream_tls_handshake_cb()
829 (c->c_is_tls == LLOAD_STARTTLS_OPTIONAL) ? ", ignored" : "" ); in upstream_starttls()
830 if ( c->c_is_tls != LLOAD_STARTTLS_OPTIONAL ) { in upstream_starttls()
833 c->c_is_tls = LLOAD_CLEARTEXT; in upstream_starttls()
906 c->c_is_tls = b->b_tls; in upstream_init()
939 if ( c->c_is_tls == LLOAD_CLEARTEXT ) { in upstream_init()
945 } else if ( c->c_is_tls == LLOAD_LDAPS ) { in upstream_init()
952 } else if ( c->c_is_tls == LLOAD_STARTTLS || in upstream_init()
953 c->c_is_tls == LLOAD_STARTTLS_OPTIONAL ) { in upstream_init()
H A Dclient.c369 c->c_is_tls = LLOAD_TLS_ESTABLISHED; in client_tls_handshake_cb()
423 c->c_is_tls = LLOAD_LDAPS; in client_init()
H A Dextended.c53 if ( c->c_is_tls == LLOAD_TLS_ESTABLISHED ) { in handle_starttls()
H A Dlload.h400 enum lload_tls_type c_is_tls; /* true if this LDAP over raw TLS */ member
H A Ddaemon.c1429 c->c_is_tls == LLOAD_TLS_ESTABLISHED ) { in client_tls_cb()
1674 if ( c->c_is_tls ) { in lload_handle_global_invalidation()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ldap/
H A Dback-ldap.h77 …((lc)->lc_conn = (void *)((op)->o_conn->c_is_tls ? (void *) LDAP_BACK_PCONN_ROOTDN_TLS : (void *) …
79 …((lc)->lc_conn = (void *)((op)->o_conn->c_is_tls ? (void *) LDAP_BACK_PCONN_ANON_TLS : (void *) LD…
81 …((lc)->lc_conn = (void *)((op)->o_conn->c_is_tls ? (void *) LDAP_BACK_PCONN_BIND_TLS : (void *) LD…
H A Dbind.c664 int is_tls = op->o_conn->c_is_tls; in ldap_back_prepare_conn()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
H A Dconn.c241 || ( op->o_conn->c_is_tls && META_BACK_TGT_PROPAGATE_TLS( mt ) ) ) in asyncmeta_init_one_conn()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/slapi/
H A Dslapi_pblock.c572 pb->pb_conn->c_is_tls in pblock_get()
H A Dslapi_utils.c2046 *isSSL = pb->pb_conn->c_is_tls; in slapi_is_connection_ssl()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-meta/
H A Dconn.c447 || ( op->o_conn->c_is_tls && META_BACK_TGT_PROPAGATE_TLS( mt ) ) ) in meta_back_init_one_conn()