Searched defs:auth_param (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_msg.h190 #define auth_param hdr_value.auth.param macro
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsrvrsmtp.c4288 char *auth_param; /* the value of the AUTH=x */ local
4307 auth_param = xalloc(len);
4308 (void) sm_strlcpy(auth_param, vp, len);
4309 if (!xtextok(auth_param))
4318 auth_param);
4322 ** auth_param is acceptable (trusted)
4329 if (strcmp(auth_param, "<>") != 0 &&
4330 (rscheck("trust_auth", auth_param, NULL, e, RSF_RMCOMM,
4337 auth_param, (q == NULL) ? "" : q);
4350 sm_dprintf("auth=\"%.100s\" trusted\n", auth_param);
[all...]

Completed in 67 milliseconds