Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dusersmtp.c888 r = SASL_AUTHID;
960 (*sai)[SASL_AUTHID] = (char *) sm_rpool_malloc(mci->mci_rpool,
962 if ((*sai)[SASL_AUTHID] == NULL)
964 (void) sm_strlcpy((*sai)[SASL_AUTHID], (*sai)[SASL_USER], l);
970 l = strlen((*sai)[SASL_AUTHID]) + 1;
975 (void) sm_strlcpy((*sai)[SASL_USER], (*sai)[SASL_AUTHID], l);
1032 *result = (*sai)[SASL_AUTHID];
1168 h = (*sai)[SASL_AUTHID];
1908 if (result == EX_OK && mci->mci_sai[SASL_AUTHID] == NULL)
1927 if ((mci->mci_sai[SASL_AUTHID] == NULL ||
[all …]
H A Dsendmail.h569 # define SASL_AUTHID 1 /* authentication id */ macro
585 # define SASL_AUTHID_BIT (1 << SASL_AUTHID)