Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dusersmtp.c944 r = SASL_AUTHID;
1016 (*sai)[SASL_AUTHID] = (char *) sm_rpool_malloc(mci->mci_rpool,
1018 if ((*sai)[SASL_AUTHID] == NULL)
1020 (void) sm_strlcpy((*sai)[SASL_AUTHID], (*sai)[SASL_USER], l);
1026 l = strlen((*sai)[SASL_AUTHID]) + 1;
1031 (void) sm_strlcpy((*sai)[SASL_USER], (*sai)[SASL_AUTHID], l);
1088 *result = (*sai)[SASL_AUTHID];
1224 h = (*sai)[SASL_AUTHID];
1964 if (result == EX_OK && mci->mci_sai[SASL_AUTHID] == NULL)
1983 if ((mci->mci_sai[SASL_AUTHID] == NULL ||
[all …]
H A Dsendmail.h774 # define SASL_AUTHID 1 /* authentication id */ macro
790 # define SASL_AUTHID_BIT (1 << SASL_AUTHID)