Searched defs:auth_response (Results 1 - 4 of 4) sorted by relevance

/dovecot/src/lib-smtp/
H A Dsmtp-server-cmd-auth.c69 const char *auth_response, *error; local
74 &auth_response, &error_code, &error)) <= 0) {
122 "Received AUTH response: %s", auth_response);
131 cmd, auth_response)) <= 0) {
H A Dtest-smtp-command-parser.c184 const char *auth_response; member in struct:smtp_auth_response_parse_valid_test
194 .auth_response = "U3R1cGlkIEJhc2U2NCB0ZXN0\r\n",
197 .auth_response = "U3R1cGlkIEJhc2U2NCB0ZXN0 \r\n",
200 .auth_response =
225 input = i_stream_create_from_data(test->auth_response,
226 strlen(test->auth_response));
230 test_begin(t_strdup_printf("smtp auth_response valid [%d]", i));
253 const char *auth_response; member in struct:smtp_auth_response_parse_invalid_test
263 .auth_response = "\x01\x02\x03\r\n",
266 .auth_response
[all...]
H A Dsmtp-command-parser.c49 bool auth_response:1; member in struct:smtp_command_parser
168 uoff_t max_size = (parser->auth_response ?
182 (parser->auth_response ?
203 if (!parser->auth_response && mp > parser->cur && *parser->cur == ' ') {
233 if (parser->auth_response) {
243 if (parser->auth_response)
290 (parser->auth_response ?
305 (parser->auth_response ?
355 (parser->auth_response ?
436 i_assert(!parser->auth_response ||
[all...]
/dovecot/src/login-common/
H A Dclient-common.h179 string_t *auth_response; member in struct:client

Completed in 514 milliseconds