HomeSort by: relevance | last modified time | path
    Searched refs:sasl_reply (Results 1 - 4 of 4) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/smtp/
smtp_sasl_glue.c 290 session->sasl_reply = 0;
310 session->sasl_reply = vstring_alloc(20);
361 &mechanism, session->sasl_reply);
364 DSB_DTYPE_SASL, STR(session->sasl_reply),
367 session->namaddr, STR(session->sasl_reply));
385 if (LEN(session->sasl_reply) > 0
386 && strlen(mechanism) + LEN(session->sasl_reply) + 8 <= 512) {
388 STR(session->sasl_reply));
389 VSTRING_RESET(session->sasl_reply); /* no deferred initial reply */
396 * that we are done. If session->sasl_reply is non-empty we have
    [all...]
smtp.h 456 VSTRING *sasl_reply; /* client response */ member in struct:SMTP_SESSION
  /src/external/ibm-public/postfix/dist/src/smtpd/
smtpd_sasl_glue.c 224 state->sasl_reply = vstring_alloc(20);
284 if (state->sasl_reply) {
285 vstring_free(state->sasl_reply);
286 state->sasl_reply = 0;
324 init_response, state->sasl_reply);
327 state->sasl_reply)) {
332 smtpd_chat_reply(state, "334 %s", STR(state->sasl_reply));
349 const char *reason = (*STR(state->sasl_reply) ? STR(state->sasl_reply) :
smtpd.h 126 VSTRING *sasl_reply; member in struct:__anon69

Completed in 20 milliseconds