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

/osnet-11/usr/src/lib/libsip/common/
H A Dsip_msg.h190 #define auth_param hdr_value.auth.param macro
/osnet-11/usr/src/cmd/sendmail/src/
H A Dsrvrsmtp.c4292 char *auth_param; /* the value of the AUTH=x */ local
4311 auth_param = xalloc(len);
4312 (void) sm_strlcpy(auth_param, vp, len);
4313 if (!xtextok(auth_param))
4322 auth_param);
4326 ** auth_param is acceptable (trusted)
4333 if (strcmp(auth_param, "<>") != 0 &&
4334 (rscheck("trust_auth", auth_param, NULL, e, RSF_RMCOMM,
4341 auth_param, (q == NULL) ? "" : q);
4354 sm_dprintf("auth=\"%.100s\" trusted\n", auth_param);
[all...]

Completed in 35 milliseconds