Home
last modified time | relevance | path

Searched refs:SASL_OK (Results 1 – 25 of 27) sorted by relevance

12

/titanic_50/usr/src/lib/libsasl/lib/
H A Dseterror.c150 if (result == SASL_OK && ! log_cb) in sasl_seterror()
152 if (result != SASL_OK) in sasl_seterror()
180 if (ret == SASL_OK && simple_cb) in sasl_seterror()
203 if (result != SASL_OK) in sasl_seterror()
212 if (result != SASL_OK) in sasl_seterror()
235 if (result != SASL_OK) /* add the string */ in sasl_seterror()
243 if (result != SASL_OK) in sasl_seterror()
254 if (result != SASL_OK) in sasl_seterror()
269 if (result != SASL_OK) in sasl_seterror()
285 if (result != SASL_OK) in sasl_seterror()
[all …]
H A Dserver.c155 int result=SASL_OK, tmpresult; in sasl_setpass()
182 if(result == SASL_OK && setpass_cb) { in sasl_setpass()
185 if(tmpresult != SASL_OK) { in sasl_setpass()
194 result = SASL_OK; in sasl_setpass()
214 if (tmpresult == SASL_OK) { in sasl_setpass()
218 m->condition = SASL_OK; /* if we previously thought the in sasl_setpass()
331 return SASL_OK;
345 if (_sasl_getcallback(NULL, SASL_CB_GETOPT, &getopt, &context) == SASL_OK)
411 return SASL_OK;
416 if (result != SASL_OK)
[all …]
H A Dcommon.c171 return SASL_OK; in sasl_mutex_lock()
176 return SASL_OK; in sasl_mutex_unlock()
225 return SASL_OK; in __sasl_strdup()
243 if (_buf_alloc(out, alloclen, (*outlen)+addlen)!=SASL_OK) in __sasl_add_string()
249 return SASL_OK; in __sasl_add_string()
343 if(result != SASL_OK) INTERROR(conn, result); in sasl_encodev()
418 return SASL_OK; in sasl_decode()
469 if (_sasl_server_cleanup_hook && _sasl_server_cleanup_hook() == SASL_OK) { in sasl_done()
474 if (_sasl_client_cleanup_hook && _sasl_client_cleanup_hook() == SASL_OK) { in sasl_done()
511 int result = SASL_OK; in _sasl_conn_init()
[all …]
H A Dexternal.c90 return SASL_OK; in external_server_mech_new()
141 if(result != SASL_OK) return result; in external_server_mech_step()
152 if (result != SASL_OK) return result; in external_server_mech_step()
164 return SASL_OK; in external_server_mech_step()
174 return SASL_OK; in external_server_mech_avail()
221 return SASL_OK; in external_server_plug_init()
265 return SASL_OK; in external_client_mech_new()
280 int user_result = SASL_OK; in external_client_mech_step()
305 if ((user_result != SASL_OK) && (user_result != SASL_INTERACT)) in external_client_mech_step()
335 if (result != SASL_OK) return result; in external_client_mech_step()
[all …]
H A Dauxprop.c151 return SASL_OK; in prop_init()
172 if(prop_init(new_ctx, estimate) != SASL_OK) { in prop_new()
218 if(result != SASL_OK) in prop_dup()
225 return SASL_OK; in prop_dup()
280 if(!new_values) return SASL_OK; in prop_request()
357 return SASL_OK; in prop_request()
535 if(needed == 0) return SASL_OK; in prop_format()
546 return SASL_OK; in prop_format()
593 return SASL_OK; in prop_set()
636 return SASL_OK; in prop_set()
[all …]
H A Dcanonusr.c120 if(result == SASL_OK && cuser_cb) {
129 if (result != SASL_OK) return result;
139 if(result == SASL_OK && getopt) {
195 if(result != SASL_OK) return result;
229 return (SASL_OK);
231 RETURN(conn, SASL_OK);
297 return SASL_OK;
312 if(result != SASL_OK) {
353 if(_sasl_strdup(plugname, &new_item->name, NULL) != SASL_OK) {
370 return SASL_OK;
[all …]
H A Dclient.c109 return SASL_OK;
183 return SASL_OK;
223 return SASL_OK;
229 if (result != SASL_OK)
240 if (result != SASL_OK)
296 if(_sasl_strdup(plugname, &mech->plugname, NULL) != SASL_OK) {
315 return SASL_OK;
404 return SASL_OK;
423 if (ret!=SASL_OK) {
445 return SASL_OK;
[all …]
H A Ddlopen.c229 return SASL_OK; in _sasl_locate_entry()
253 if(result == SASL_OK) { in _sasl_plugin_load()
259 if(result != SASL_OK) in _sasl_plugin_load()
316 return SASL_OK; in _parse_la()
375 return SASL_OK; in _parse_la()
400 if (r != SASL_OK) return r; in _sasl_get_plugin()
445 return SASL_OK; in _sasl_get_plugin()
593 if (result != SASL_OK) return result; in _sasl_load_plugins()
629 if(_sasl_strdup(prefix, &p_info->path, NULL) != SASL_OK) { in _sasl_load_plugins()
686 if(result != SASL_OK) in _sasl_load_plugins()
[all …]
H A Dconfig.c111 if (result != SASL_OK)
175 if (result!=SASL_OK)
181 if (result!=SASL_OK) return result;
188 if (result!=SASL_OK) {
197 if (result!=SASL_OK) return result;
207 result = SASL_OK;
222 return SASL_OK;
H A Dcheckpw.c145 return SASL_OK; in _sasl_make_plain_secret()
161 int result = SASL_OK; in auxprop_verify_password()
179 if(result != SASL_OK) return result; in auxprop_verify_password()
184 if(result != SASL_OK) return result; in auxprop_verify_password()
211 return SASL_OK; in auxprop_verify_password()
227 if (ret != SASL_OK) { in auxprop_verify_password()
233 ret = SASL_OK; in auxprop_verify_password()
322 ret = SASL_OK; in _sasl_auxprop_verify_apop()
456 return SASL_OK; in pwcheck_verify_password()
517 if (_sasl_getcallback(conn, SASL_CB_GETOPT, &getopt, &context) == SASL_OK) { in saslauthd_verify_password()
[all …]
H A Dsaslutil.c172 return SASL_OK; in sasl_encode64()
233 return SASL_OK; in sasl_decode64()
281 if(ret != SASL_OK) return 0; /* xxx sasl return code? */ in sasl_mkchal()
305 return len == 0 ? SASL_OK : SASL_BADPARAM; in sasl_utf8verify()
331 return SASL_OK; in sasl_utf8verify()
419 return SASL_OK; in sasl_randcreate()
H A Dsaslint.h73 #define RETURN(conn, val) { if(conn && (val) < SASL_OK) \
/titanic_50/usr/src/lib/sasl_plugins/plain/
H A Dplain.c94 return SASL_OK; in plain_server_mech_new()
185 if (result != SASL_OK) { in plain_server_mech_step()
197 if (result != SASL_OK) { in plain_server_mech_step()
213 if (result != SASL_OK) return result; in plain_server_mech_step()
230 return SASL_OK; in plain_server_mech_step()
269 return SASL_OK; in plain_server_plug_init()
299 return SASL_OK; in plain_client_mech_new()
315 int user_result = SASL_OK; in plain_client_mech_step()
316 int auth_result = SASL_OK; in plain_client_mech_step()
317 int pass_result = SASL_OK; in plain_client_mech_step()
[all …]
/titanic_50/usr/src/lib/libsasl/plugin/
H A Dplugin_common.c234 return SASL_OK;
267 if(ret != SASL_OK) {
280 return SASL_OK;
319 return SASL_OK;
351 return SASL_OK;
425 return SASL_OK;
432 return SASL_OK;
434 if (ret == SASL_OK && simple_cb) {
436 if (ret != SASL_OK)
486 return SASL_OK;
[all …]
/titanic_50/usr/src/lib/sasl_plugins/login/
H A Dlogin.c104 return SASL_OK; in login_server_mech_new()
206 if (result != SASL_OK) { in login_server_mech_step()
216 if (result != SASL_OK) { in login_server_mech_step()
240 return SASL_OK; in login_server_mech_step()
300 return SASL_OK; in login_server_plug_init()
334 return SASL_OK; in login_client_mech_new()
355 int auth_result = SASL_OK; in login_client_mech_step()
356 int pass_result = SASL_OK; in login_client_mech_step()
378 if ((auth_result != SASL_OK) && (auth_result != SASL_INTERACT)) in login_client_mech_step()
387 if ((pass_result != SASL_OK) && (pass_result != SASL_INTERACT)) in login_client_mech_step()
[all …]
/titanic_50/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c523 (char *) base64buf, base64len, NULL) != SASL_OK) { in create_nonce()
544 if(ret != SASL_OK) return ret; in add_to_challenge()
560 return SASL_OK; in add_to_challenge()
786 return SASL_OK;
820 return SASL_OK;
860 return SASL_OK;
910 return SASL_OK;
947 return SASL_OK;
978 return SASL_OK;
1138 return SASL_OK;
[all …]
/titanic_50/usr/src/lib/sasl_plugins/gssapi/
H A Dgssapi.c215 if(ret != SASL_OK) return; in sasl_gss_seterror_()
257 if(ret != SASL_OK) { in sasl_gss_seterror_()
274 if(ret != SASL_OK) {
319 if(ret != SASL_OK) {
334 if(ret != SASL_OK) {
368 if(ret != SASL_OK) return ret; in sasl_gss_encode()
416 if (ret != SASL_OK) { in sasl_gss_encode()
442 return SASL_OK; in sasl_gss_encode()
511 if(result != SASL_OK) return result;
519 return SASL_OK;
[all …]
/titanic_50/usr/src/lib/sasl_plugins/cram/
H A Dcram.c134 return SASL_OK; in crammd5_server_mech_new()
292 if (result != SASL_OK) goto done; in crammd5_server_mech_step2()
298 if (result != SASL_OK) goto done; in crammd5_server_mech_step2()
403 result = SASL_OK; in crammd5_server_mech_step2()
521 return SASL_OK; in crammd5_server_plug_init()
551 return SASL_OK; in crammd5_client_mech_new()
599 int auth_result = SASL_OK; in crammd5_client_mech_step()
600 int pass_result = SASL_OK; in crammd5_client_mech_step()
635 if ((auth_result != SASL_OK) && (auth_result != SASL_INTERACT)) in crammd5_client_mech_step()
644 if ((pass_result != SASL_OK) && (pass_result != SASL_INTERACT)) in crammd5_client_mech_step()
[all …]
/titanic_50/usr/src/lib/libldap5/sources/ldap/common/
H A Dsasl.c107 if (saslrc == SASL_OK ) { in nsldapi_sasl_init()
237 if ( ret != SASL_OK ) { in nsldapi_sasl_read()
278 if ( ret != SASL_OK ) { in nsldapi_sasl_write()
287 if ( ret != SASL_OK ) { in nsldapi_sasl_write()
432 if (rc != SASL_OK) in nsldapi_sasl_install()
526 case SASL_OK: in nsldapi_sasl_cvterrno()
609 if ( saslrc != SASL_OK ) { in nsldapi_sasl_open()
724 if ( (saslrc != SASL_OK) && (saslrc != SASL_CONTINUE) ) { in nsldapi_sasl_do_bind()
753 if( rc == LDAP_SUCCESS && saslrc == SASL_OK ) { in nsldapi_sasl_do_bind()
799 if ( (saslrc != SASL_OK) && (saslrc != SASL_CONTINUE) ) { in nsldapi_sasl_do_bind()
[all …]
H A Dgetoption.c302 if ( sc != SASL_OK ) { in ldap_get_option()
H A Dsetoption.c389 if (sc != SASL_OK) { in ldap_set_option()
/titanic_50/usr/src/cmd/sendmail/src/
H A Dusersmtp.c558 return SASL_OK; in init_sasl_client()
562 if (result == SASL_OK) in init_sasl_client()
649 if (result != SASL_OK)
657 if (result != SASL_OK)
938 if (ret != SASL_OK)
1049 return SASL_OK;
1094 return SASL_OK;
1247 return SASL_OK;
1285 return SASL_OK;
1332 return SASL_OK;
[all …]
H A Dsrvrsmtp.c88 if (result != SASL_OK) \
102 if (result != SASL_OK) \
773 sasl_ok = result == SASL_OK;
883 sasl_ok = sasl_setprop(conn, SASL_SEC_PROPS, &ssp) == SASL_OK;
896 &ext_ssf) == SASL_OK) &&
898 auth_id) == SASL_OK));
903 &ext_ssf) == SASL_OK;
1327 if (result != SASL_OK)
1351 if (result == SASL_OK)
1368 if (result != SASL_OK)
[all …]
H A Dsfsasl.c225 if (result != SASL_OK)
312 if (result == SASL_OK && size > *maxencode && *maxencode > 0)
318 if (result != SASL_OK)
/titanic_50/usr/src/lib/libsasl/include/
H A Dsasl.h188 #define SASL_OK 0 /* successful result */ macro

12