Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/lib/libsasl/lib/
H A Dseterror.c150 if (result != SASL_OK) in sasl_seterror()
201 if (result != SASL_OK) in sasl_seterror()
210 if (result != SASL_OK) in sasl_seterror()
241 if (result != SASL_OK) in sasl_seterror()
252 if (result != SASL_OK) in sasl_seterror()
267 if (result != SASL_OK) in sasl_seterror()
283 if (result != SASL_OK) in sasl_seterror()
298 if (result != SASL_OK) in sasl_seterror()
330 result = SASL_OK; in sasl_seterror()
333 if (result != SASL_OK) { in sasl_seterror()
[all …]
H A Dserver.c194 result = SASL_OK; in sasl_setpass()
411 return SASL_OK;
620 return SASL_OK;
877 r = SASL_OK;
1022 return SASL_OK;
1036 return SASL_OK;
1128 == SASL_OK) {
1393 if(result == SASL_OK) return SASL_OK;
1941 return SASL_OK;
2321 return 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()
249 return SASL_OK; in __sasl_add_string()
985 != SASL_OK) { in sasl_setprop()
1034 != SASL_OK) { in sasl_setprop()
1430 return SASL_OK; in _sasl_conn_getopt()
1454 return SASL_OK; in _sasl_syslog()
1505 return SASL_OK; in _sasl_getsimple()
1512 return SASL_OK; in _sasl_getsimple()
[all …]
H A Dexternal.c89 return SASL_OK; in external_server_mech_new()
140 if(result != SASL_OK) return result; in external_server_mech_step()
163 return SASL_OK; in external_server_mech_step()
173 return SASL_OK; in external_server_mech_avail()
220 return SASL_OK; in external_server_plug_init()
264 return SASL_OK; in external_client_mech_new()
279 int user_result = SASL_OK; in external_client_mech_step()
334 if (result != SASL_OK) return result; in external_client_mech_step()
353 if (result != SASL_OK) return result; in external_client_mech_step()
382 return SASL_OK; in external_client_mech_step()
[all …]
H A Dauxprop.c150 return SASL_OK; in prop_init()
217 if(result != SASL_OK) in prop_dup()
224 return SASL_OK; in prop_dup()
356 return SASL_OK; in prop_request()
545 return SASL_OK; in prop_format()
592 return SASL_OK; in prop_set()
635 return SASL_OK; in prop_set()
746 return SASL_OK; in prop_set()
808 return SASL_OK; in sasl_auxprop_request()
867 return SASL_OK; in _sasl_auxprop_add_plugin()
[all …]
H A Dcanonusr.c119 if(result == SASL_OK && cuser_cb) {
128 if (result != SASL_OK) return result;
138 if(result == SASL_OK && getopt) {
194 if(result != SASL_OK) return result;
228 return (SASL_OK);
230 RETURN(conn, SASL_OK);
296 return SASL_OK;
311 if(result != SASL_OK) {
369 return SASL_OK;
450 return SASL_OK;
[all …]
H A Dclient.c109 return SASL_OK;
183 return SASL_OK;
223 return SASL_OK;
315 return SASL_OK;
404 return SASL_OK;
423 if (ret!=SASL_OK) {
445 return SASL_OK;
459 if (ret!=SASL_OK) {
469 if (ret == SASL_OK)
661 if(result == SASL_OK) return SASL_OK;
[all …]
H A Ddlopen.c228 return SASL_OK; in _sasl_locate_entry()
252 if(result == SASL_OK) { in _sasl_plugin_load()
258 if(result != SASL_OK) in _sasl_plugin_load()
315 return SASL_OK; in _parse_la()
374 return SASL_OK; in _parse_la()
444 return SASL_OK; in _sasl_get_plugin()
685 if(result != SASL_OK) in _sasl_load_plugins()
711 if(result != SASL_OK) in _sasl_load_plugins()
742 if (result != SASL_OK) in _sasl_load_plugins()
746 return SASL_OK; in _sasl_load_plugins()
[all …]
H A Dconfig.c110 if (result != SASL_OK)
174 if (result!=SASL_OK)
180 if (result!=SASL_OK) return result;
187 if (result!=SASL_OK) {
196 if (result!=SASL_OK) return result;
206 result = SASL_OK;
221 return SASL_OK;
H A Dcheckpw.c144 return SASL_OK; in _sasl_make_plain_secret()
160 int result = SASL_OK; in auxprop_verify_password()
178 if(result != SASL_OK) return result; in auxprop_verify_password()
183 if(result != SASL_OK) return result; in auxprop_verify_password()
210 return SASL_OK; in auxprop_verify_password()
226 if (ret != SASL_OK) { in auxprop_verify_password()
232 ret = SASL_OK; in auxprop_verify_password()
321 ret = SASL_OK; in _sasl_auxprop_verify_apop()
455 return SASL_OK; in pwcheck_verify_password()
661 return 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) \
/illumos-gate/usr/src/lib/sasl_plugins/plain/
H A Dplain.c93 return SASL_OK; in plain_server_mech_new()
184 if (result != SASL_OK) { in plain_server_mech_step()
196 if (result != SASL_OK) { in plain_server_mech_step()
229 return SASL_OK; in plain_server_mech_step()
268 return SASL_OK; in plain_server_plug_init()
298 return SASL_OK; in plain_client_mech_new()
314 int user_result = SASL_OK; in plain_client_mech_step()
315 int auth_result = SASL_OK; in plain_client_mech_step()
316 int pass_result = SASL_OK; in plain_client_mech_step()
453 result = SASL_OK; in plain_client_mech_step()
[all …]
/illumos-gate/usr/src/lib/libsasl/plugin/
H A Dplugin_common.c233 return SASL_OK;
279 return SASL_OK;
318 return SASL_OK;
350 return SASL_OK;
424 return SASL_OK;
431 return SASL_OK;
485 return SASL_OK;
531 return SASL_OK;
577 return SASL_OK;
704 return SASL_OK;
[all …]
/illumos-gate/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()
434 if (result != SASL_OK) return result; in login_client_mech_step()
492 return SASL_OK; in login_client_mech_step()
[all …]
/illumos-gate/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c561 return SASL_OK; in add_to_challenge()
787 return SASL_OK;
821 return SASL_OK;
861 return SASL_OK;
1864 return SASL_OK;
1882 return SASL_OK;
2229 return SASL_OK;
3519 case SASL_OK:
3628 return SASL_OK;
5008 case SASL_OK:
[all …]
/illumos-gate/usr/src/lib/sasl_plugins/gssapi/
H A Dgssapi.c257 if(ret != SASL_OK) { in sasl_gss_seterror_()
319 if(ret != SASL_OK) {
442 return SASL_OK; in sasl_gss_encode()
519 return SASL_OK;
532 return SASL_OK;
600 return SASL_OK;
758 return SASL_OK;
816 return SASL_OK;
1367 return SASL_OK;
1499 return SASL_OK;
[all …]
/illumos-gate/usr/src/lib/sasl_plugins/cram/
H A Dcram.c133 return SASL_OK; in crammd5_server_mech_new()
291 if (result != SASL_OK) goto done; in crammd5_server_mech_step2()
297 if (result != SASL_OK) goto done; in crammd5_server_mech_step2()
402 result = SASL_OK; in crammd5_server_mech_step2()
520 return SASL_OK; in crammd5_server_plug_init()
550 return SASL_OK; in crammd5_client_mech_new()
598 int auth_result = SASL_OK; in crammd5_client_mech_step()
599 int pass_result = SASL_OK; in crammd5_client_mech_step()
681 if (result != SASL_OK) goto cleanup; in crammd5_client_mech_step()
733 result = SASL_OK; in crammd5_client_mech_step()
[all …]
/illumos-gate/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()
753 if( rc == LDAP_SUCCESS && saslrc == SASL_OK ) { in nsldapi_sasl_do_bind()
808 if ( saslrc != SASL_OK ) { in nsldapi_sasl_do_bind()
813 if ( (saslrc == SASL_OK) && sasl_username ) { in nsldapi_sasl_do_bind()
[all …]
H A Dgetoption.c300 if ( sc != SASL_OK ) { in ldap_get_option()
H A Dsetoption.c387 if (sc != SASL_OK) { in ldap_set_option()
/illumos-gate/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()
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;
1366 return SASL_OK;
1424 return SASL_OK;
[all …]
H A Dsrvrsmtp.c4625 if (result != SASL_OK)
4692 return SASL_OK;
4721 return SASL_OK;
5016 if (result != SASL_OK) in reset_saslconn()
5023 if (result != SASL_OK) in reset_saslconn()
5028 if (result != SASL_OK) in reset_saslconn()
5033 if (result != SASL_OK) in reset_saslconn()
5037 if (result != SASL_OK) in reset_saslconn()
5043 if (result != SASL_OK) in reset_saslconn()
5048 if (result != SASL_OK) in reset_saslconn()
[all …]
H A Dsfsasl.c225 if (result != SASL_OK)
312 if (result == SASL_OK && size > *maxencode && *maxencode > 0)
318 if (result != SASL_OK)
/illumos-gate/usr/src/lib/libsasl/include/
H A Dsasl.h186 #define SASL_OK 0 /* successful result */ macro

12