Home
last modified time | relevance | path

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

/trueos/contrib/sendmail/src/
HDsrvrsmtp.c4300 char *auth_param; /* the value of the AUTH=x */ local
4319 auth_param = xalloc(len);
4320 (void) sm_strlcpy(auth_param, vp, len);
4321 if (!xtextok(auth_param))
4330 auth_param);
4341 if (strcmp(auth_param, "<>") != 0 &&
4342 (rscheck("trust_auth", auth_param, NULL, e, RSF_RMCOMM,
4349 auth_param, (q == NULL) ? "" : q);
4362 sm_dprintf("auth=\"%.100s\" trusted\n", auth_param);
4364 auth_param);
[all …]