Searched defs:mech_name (Results 1 - 10 of 10) sorted by relevance
| /dovecot/src/pop3-login/ |
| H A D | client-authenticate.c | 83 const char *mech_name, *init_resp, *p; local 102 mech_name = args; 106 mech_name = t_strdup_until(args, p); 117 (void)client_auth_begin(client, mech_name, init_resp);
|
| H A D | pop3-proxy.c | 34 const char *mech_name, *error; local 85 mech_name = dsasl_client_mech_get_name(client->common.proxy_mech); 87 str_printfa(str, "AUTH %s ", mech_name); 92 mech_name, error));
|
| /dovecot/src/auth/ |
| H A D | mech.h | 31 const char *mech_name; member in struct:mech_module
|
| H A D | auth-request.h | 84 const char *service, *mech_name, *session_id, *local_name, *client_id; member in struct:auth_request
|
| /dovecot/src/imap-login/ |
| H A D | client-authenticate.c | 119 imap_client_auth_begin(struct imap_client *imap_client, const char *mech_name, argument 136 return client_auth_begin(&imap_client->common, mech_name, init_resp);
|
| H A D | imap-proxy.c | 99 const char *mech_name, *error; local 146 mech_name = dsasl_client_mech_get_name(client->common.proxy_mech); 149 str_append(str, mech_name); 155 mech_name, error));
|
| /dovecot/src/submission-login/ |
| H A D | submission-proxy.c | 83 const char *mech_name, *error; local 110 mech_name = dsasl_client_mech_get_name(client->common.proxy_mech); 112 str_printfa(str, "AUTH %s ", mech_name); 117 mech_name, error));
|
| /dovecot/src/login-common/ |
| H A D | sasl-server.c | 342 const char *service, const char *mech_name, 356 client->auth_mech_name = str_ucase(i_strdup(mech_name)); 359 mech = auth_client_find_mech(auth_client, mech_name); 341 sasl_server_auth_begin(struct client *client, const char *service, const char *mech_name, const char *initial_resp_base64, sasl_server_callback_t *callback) argument
|
| H A D | client-common-auth.c | 769 int client_auth_begin(struct client *client, const char *mech_name, argument 786 sasl_server_auth_begin(client, login_binary->protocol, mech_name,
|
| /dovecot/src/lib-imap-client/ |
| H A D | imapc-connection.c | 947 const char *mech_name) 953 strcasecmp((*capa)+5, mech_name) == 0) 946 imapc_connection_have_auth(struct imapc_connection *conn, const char *mech_name) argument
|
Completed in 768 milliseconds