Lines Matching defs:auth
15 #include "auth-client-interface.h"
16 #include "auth-connection.h"
34 struct auth_connection *auth;
73 output = auth_connection_get_output(conn->auth);
194 /* auth connection died -> kill also this login connection */
226 i_error("auth sent invalid lip field: %s", (*args) + 6);
229 i_error("auth sent invalid lport field: %s", (*args) + 6);
232 i_error("auth sent invalid port field: %s", (*args) + 6);
270 struct auth_connection *auth,
282 i_assert(auth != NULL);
283 conn->auth = auth;
286 auth_connection_set_callback(conn->auth, auth_input_line, conn);
288 i_assert(auth == NULL);
321 if (conn->auth != NULL)
322 auth_connection_deinit(&conn->auth);