Searched refs:auth_id (Results 1 - 2 of 2) sorted by relevance

/sendmail/sendmail/
H A Dsrvrsmtp.c88 localip, auth_id, &ext_ssf); \
598 char *auth_id = NULL; local
893 auth_id = NULL;
897 auth_id) == SASL_OK));
900 ext_ssf.auth_id = NULL;
1995 auth_id = verified ? c : NULL;
2001 auth_id) == SASL_OK));
2004 ext_ssf.auth_id = verified ? c : NULL;
5020 char *auth_id, sasl_ssf_t * ext_ssf)
5060 result = sasl_setprop(*conn, SASL_AUTH_EXTERNAL, auth_id);
5017 reset_saslconn(sasl_conn_t **conn, char *hostname, char *remoteip, char *localip, char *auth_id, sasl_ssf_t * ext_ssf) argument
[all...]
H A Dusersmtp.c1569 const char *auth_id; local
1629 auth_id = NULL;
1633 auth_id = out;
1641 saslresult = sasl_setprop(mci->mci_conn, SASL_AUTH_EXTERNAL, auth_id);
1702 ssf.auth_id = NULL;
1706 ssf.auth_id = out;

Completed in 63 milliseconds