Searched refs:AuthRealm (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/sendmail/src/
H A Dsrvrsmtp.c119 result = reset_saslconn(&conn, AuthRealm, remoteip, \
134 result = reset_saslconn(&conn, AuthRealm, &saddr_r, \
1021 if (AuthRealm == NULL)
1022 AuthRealm = hostname;
1031 result = sasl_server_new("smtp", AuthRealm, NULL, NULL, NULL,
1035 result = sasl_server_new("smtp", AuthRealm, "", NULL, 0, &conn);
1038 result = sasl_server_new("smtp", AuthRealm, NULL, NULL, 0,
H A Dreadcf.c2870 { "AuthRealm", O_SASLREALM, OI_NONE },
4240 if (AuthRealm != NULL)
4241 sm_free(AuthRealm);
4243 AuthRealm = newstr(val);
4245 AuthRealm = NULL;
H A Dsendmail.h745 EXTERN char *AuthRealm; /* AUTH realm */ variable
H A Dconf.c370 AuthRealm = NULL;

Completed in 183 milliseconds