Lines Matching defs:auth
3 #include "auth-common.h"
17 #include "auth-fields.h"
18 #include "auth-request-handler.h"
19 #include "auth-client-interface.h"
20 #include "auth-client-connection.h"
21 #include "auth-master-connection.h"
82 if (conn->auth->set->debug) {
84 conn->auth->set->debug_passwords ?
148 if (conn->auth->set->debug)
149 i_debug("auth client connected (pid=%u)", conn->pid);
178 if (conn->auth->set->debug_passwords)
191 if (conn->auth->set->debug_passwords)
219 if (conn->auth->set->debug) {
227 if (conn->auth->set->debug) {
235 if (conn->auth->set->debug)
327 void auth_client_connection_create(struct auth *auth, int fd,
336 conn->auth = auth;
356 mechanisms = str_c(auth->reg->handshake);
416 i_warning("auth client %u disconnected with %u "