Home
last modified time | relevance | path

Searched refs:AuthRealm (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/sendmail/contrib/
H A DAuthRealm.p010 - result = reset_saslconn(&conn, AuthRealm, remoteip, \
19 - if (AuthRealm == NULL)
20 - AuthRealm = hostname;
28 - result = sasl_server_new("smtp", AuthRealm, NULL, NULL, NULL,
30 + result = sasl_server_new("smtp", hostname, AuthRealm, NULL,
34 result = sasl_server_new("smtp", AuthRealm, "", NULL, 0, &conn);
40 + result = sasl_server_new("smtp", hostname, AuthRealm, NULL, NULL,
/freebsd/contrib/sendmail/src/
H A Dsrvrsmtp.c130 result = reset_saslconn(&conn, AuthRealm, remoteip, \
145 result = reset_saslconn(&conn, AuthRealm, &saddr_r, \
1170 if (AuthRealm == NULL)
1171 AuthRealm = hostname;
1180 result = sasl_server_new("smtp", AuthRealm, NULL, NULL, NULL,
1184 result = sasl_server_new("smtp", AuthRealm, "", NULL, 0, &conn);
1187 result = sasl_server_new("smtp", AuthRealm, NULL, NULL, 0,
H A Dreadcf.c4471 if (AuthRealm != NULL)
4472 sm_free(AuthRealm);
4474 AuthRealm = newstr(val);
4476 AuthRealm = NULL;
H A Dsendmail.h840 EXTERN char *AuthRealm; /* AUTH realm */ variable
H A Dconf.c375 AuthRealm = NULL;
/freebsd/contrib/sendmail/
H A DKNOWNBUGS108 * AuthRealm for Cyrus SASL may not work as expected. The man page
111 the description of the man page is in contrib/AuthRealm.p0.
H A DRELEASE_NOTES263 CONTRIB: AuthRealm.p0 has been modified for 8.16.1 by Anne Bennett.
1718 New option AuthRealm to set the authentication realm that is
/freebsd/contrib/sendmail/cf/cf/
H A Dsubmit.cf499 #O AuthRealm
/freebsd/contrib/sendmail/cf/m4/
H A Dproto.m4651 _OPTION(AuthRealm, `confAUTH_REALM', `')
/freebsd/contrib/sendmail/cf/
H A DREADME4326 confAUTH_REALM AuthRealm [undefined] The authentication realm