OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sasl_secprops
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/openldap/dist/servers/slapd/
sasl.c
58
static sasl_security_properties_t
sasl_secprops
;
variable
1305
memset( &
sasl_secprops
, '\0', sizeof(
sasl_secprops
) );
1306
sasl_secprops
.max_ssf = INT_MAX;
1307
sasl_secprops
.maxbufsize = 65536;
1308
sasl_secprops
.security_flags = SASL_SEC_NOPLAINTEXT|SASL_SEC_NOANONYMOUS;
1446
SASL_SEC_PROPS, &
sasl_secprops
);
1785
int rc = ldap_pvt_sasl_secprops( in, &
sasl_secprops
);
1796
ldap_pvt_sasl_secprops_unparse( &
sasl_secprops
, bv );
sasl.c
58
static sasl_security_properties_t
sasl_secprops
;
variable
1305
memset( &
sasl_secprops
, '\0', sizeof(
sasl_secprops
) );
1306
sasl_secprops
.max_ssf = INT_MAX;
1307
sasl_secprops
.maxbufsize = 65536;
1308
sasl_secprops
.security_flags = SASL_SEC_NOPLAINTEXT|SASL_SEC_NOANONYMOUS;
1446
SASL_SEC_PROPS, &
sasl_secprops
);
1785
int rc = ldap_pvt_sasl_secprops( in, &
sasl_secprops
);
1796
ldap_pvt_sasl_secprops_unparse( &
sasl_secprops
, bv );
/src/external/bsd/openldap/dist/clients/tools/
common.c
95
char *
sasl_secprops
= NULL;
variable
882
if(
sasl_secprops
!= NULL ) {
892
sasl_secprops
= optarg;
1509
if(
sasl_secprops
!= NULL ) {
1511
(void *)
sasl_secprops
);
1516
sasl_secprops
);
common.c
95
char *
sasl_secprops
= NULL;
variable
882
if(
sasl_secprops
!= NULL ) {
892
sasl_secprops
= optarg;
1509
if(
sasl_secprops
!= NULL ) {
1511
(void *)
sasl_secprops
);
1516
sasl_secprops
);
Completed in 34 milliseconds
Indexes created Fri Jun 12 00:25:51 UTC 2026