Searched refs:c_sasl_bind_mech (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/
H A Dbind.c269 if( !bvmatch( &op->o_conn->c_sasl_bind_mech, &op->orb_mech ) ) {
274 ber_dupbv(&op->o_conn->c_sasl_bind_mech, &op->orb_mech);
290 if ( !BER_BVISNULL( &op->o_conn->c_sasl_bind_mech ) ) {
291 free( op->o_conn->c_sasl_bind_mech.bv_val );
292 BER_BVZERO( &op->o_conn->c_sasl_bind_mech );
H A Dslapauth.c99 conn.c_sasl_bind_mech = mech;
H A Dconnection.c378 BER_BVZERO( &c->c_sasl_bind_mech );
423 assert( BER_BVISNULL( &c->c_sasl_bind_mech ) );
638 if(c->c_sasl_bind_mech.bv_val != NULL) {
639 free(c->c_sasl_bind_mech.bv_val);
641 BER_BVZERO( &c->c_sasl_bind_mech );
1748 op->o_conn->c_authmech = op->o_conn->c_sasl_bind_mech;
1749 BER_BVZERO( &op->o_conn->c_sasl_bind_mech );
1777 if ( !BER_BVISNULL( &op->o_conn->c_sasl_bind_mech ) ) {
1778 free( op->o_conn->c_sasl_bind_mech.bv_val );
1779 BER_BVZERO( &op->o_conn->c_sasl_bind_mech );
[all...]
H A Dsasl.c1474 op->o_conn->c_sasl_bind_mech.bv_val,
1510 op->o_conn->c_sasl_bind_mech.bv_val,
1591 } else if ( bvmatch( &ext_bv, &op->o_conn->c_sasl_bind_mech ) ) {
1749 if ( !BER_BVISEMPTY( &conn->c_sasl_bind_mech ) ) {
1750 mech = &conn->c_sasl_bind_mech;
H A Dsaslauthz.c1066 c.c_sasl_bind_mech = mech;
1068 BER_BVSTR( &c.c_sasl_bind_mech, "AUTHZ" );
H A Dslap.h2837 struct berval c_sasl_bind_mech; /* mech in progress */ member in struct:Connection
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/slapi/
H A Dslapi_ops.c216 BER_BVZERO( &conn->c_sasl_bind_mech );

Completed in 191 milliseconds