Lines Matching defs:auth
3 #include "auth-common.h"
16 #include "auth-cache.h"
17 #include "auth-request.h"
18 #include "auth-request-handler.h"
19 #include "auth-request-stats.h"
20 #include "auth-client-connection.h"
21 #include "auth-master-connection.h"
22 #include "auth-policy.h"
140 struct auth *auth;
142 auth = auth_request_get_auth(request);
143 request->set = auth->set;
147 request->passdb = auth->passdbs;
148 request->userdb = auth->userdbs;
151 struct auth *auth_request_get_auth(struct auth_request *request)
443 /* auth client may set these */
459 the username given by the auth mechanism. */
495 /* for communication between auth master and worker processes */
510 auth-worker as it does in auth-master. the worker shouldn't
2011 a) auth cache is used, b) if we're a worker and we'll need to send
2012 this to the main auth process that can store it in the cache,