OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:c_sasl_authctx
(Results
1 - 11
of
11
) sorted by relevancy
/src/external/bsd/openldap/dist/servers/slapd/
sasl.c
1378
assert( conn->
c_sasl_authctx
== NULL );
1442
conn->
c_sasl_authctx
= ctx;
1467
conn->
c_sasl_authctx
= ctx;
1480
sasl_conn_t *ctx = conn->
c_sasl_authctx
;
1501
SASL_CTX *ctx = conn->
c_sasl_authctx
;
1531
sasl_setprop( conn->
c_sasl_authctx
, SASL_CHANNEL_BINDING, cb );
1548
sasl_conn_t *ctx = conn->
c_sasl_authctx
;
1571
SASL_CTX *ctx = conn->
c_sasl_authctx
;
1584
sasl_conn_t *ctx = conn->
c_sasl_authctx
;
1590
conn->
c_sasl_authctx
!= conn->c_sasl_sockctx
[
all
...]
passwd.c
528
op->o_conn->
c_sasl_authctx
, 0, &old_authctx, NULL );
connection.c
372
c->
c_sasl_authctx
= NULL;
407
assert( c->
c_sasl_authctx
== NULL );
backend.c
861
op->o_conn->
c_sasl_authctx
, 0, &old_authctx, NULL );
slap.h
2969
void *
c_sasl_authctx
; /* SASL authentication context */
member in struct:Connection
/src/external/bsd/openldap/dist/servers/lloadd/
connection.c
422
if ( c->
c_sasl_authctx
) {
428
sasl_dispose( &c->
c_sasl_authctx
);
lload.h
463
sasl_conn_t *
c_sasl_authctx
;
member in struct:LloadConnection
upstream.c
322
sasl_conn_t *ctx = c->
c_sasl_authctx
;
337
c->
c_sasl_authctx
= ctx;
/src/external/bsd/openldap/dist/contrib/slapd-modules/acl/
gssacl.c
151
sasl_conn_t *sasl_ctx = op->o_conn->
c_sasl_authctx
;
/src/external/bsd/openldap/dist/servers/slapd/slapi/
slapi_pblock.c
552
if ( pb->pb_conn->
c_sasl_authctx
!= NULL )
553
*value = pb->pb_conn->
c_sasl_authctx
;
953
pb->pb_conn->
c_sasl_authctx
= value;
slapi_ops.c
220
conn->
c_sasl_authctx
= NULL;
Completed in 91 milliseconds
Indexes created Thu Sep 24 00:25:51 UTC 2026