Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dsrvrsmtp.c5131 char *auth_param; /* the value of the AUTH=x */ local
5150 auth_param = xalloc(len);
5151 (void) sm_strlcpy(auth_param, vp, len);
5152 if (!xtextok(auth_param))
5161 auth_param);
5172 if (strcmp(auth_param, "<>") != 0 &&
5173 (rscheck("trust_auth", auth_param, NULL, e, RSF_RMCOMM, 9,
5180 auth_param, (q == NULL) ? "" : q);
5193 sm_dprintf("auth=\"%.100s\" trusted\n", auth_param);
5195 auth_param);
[all …]