Searched refs:AuthRealm (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/contrib/sendmail/contrib/ |
| H A D | AuthRealm.p0 | 11 - result = reset_saslconn(&conn, AuthRealm, remoteip, \ 20 - if (AuthRealm == NULL) 21 - AuthRealm = hostname; 29 - result = sasl_server_new("smtp", AuthRealm, NULL, NULL, NULL, 31 + result = sasl_server_new("smtp", hostname, AuthRealm, NULL, 35 result = sasl_server_new("smtp", AuthRealm, "", NULL, 0, &conn); 41 + result = sasl_server_new("smtp", hostname, AuthRealm, NULL, NULL,
|
| /freebsd-13.1/contrib/sendmail/src/ |
| H A D | srvrsmtp.c | 119 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 D | readcf.c | 4240 if (AuthRealm != NULL) 4241 sm_free(AuthRealm); 4243 AuthRealm = newstr(val); 4245 AuthRealm = NULL;
|
| H A D | sendmail.h | 745 EXTERN char *AuthRealm; /* AUTH realm */ variable
|
| H A D | conf.c | 370 AuthRealm = NULL;
|
| /freebsd-13.1/contrib/sendmail/ |
| H A D | KNOWNBUGS | 105 * AuthRealm for Cyrus SASL may not work as expected. The man page 108 the description of the man page is in contrib/AuthRealm.p0.
|
| H A D | RELEASE_NOTES | 1420 New option AuthRealm to set the authentication realm that is
|
| /freebsd-13.1/contrib/sendmail/cf/cf/ |
| H A D | submit.cf | 496 #O AuthRealm
|
| /freebsd-13.1/contrib/sendmail/cf/m4/ |
| H A D | proto.m4 | 638 _OPTION(AuthRealm, `confAUTH_REALM', `')
|
| /freebsd-13.1/contrib/sendmail/cf/ |
| H A D | README | 4299 confAUTH_REALM AuthRealm [undefined] The authentication realm
|