Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/sendmail/src/
Dsrvrsmtp.c4674 char *auth_param; /* the value of the AUTH=x */ local
4693 auth_param = xalloc(len);
4694 (void) sm_strlcpy(auth_param, vp, len);
4695 if (!xtextok(auth_param))
4704 auth_param);
4715 if (strcmp(auth_param, "<>") != 0 &&
4716 (rscheck("trust_auth", auth_param, NULL, e, RSF_RMCOMM, 9,
4723 auth_param, (q == NULL) ? "" : q);
4736 sm_dprintf("auth=\"%.100s\" trusted\n", auth_param);
4738 auth_param);
[all …]