]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
auth: Support inheritance for master auth_requests' events
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Wed, 5 Aug 2020 19:45:30 +0000 (22:45 +0300)
committeraki.tuomi <aki.tuomi@open-xchange.com>
Thu, 27 Aug 2020 06:20:18 +0000 (06:20 +0000)
commite53e98204dbd3daa75ef0be0ede330b692830e27
treea346310a883734ecc68c3aad7753e97fb8424f9c
parent95f89e9048cda67bcd9fb2aed6a945c0b2031801
auth: Support inheritance for master auth_requests' events

Requests created by auth worker will inherit from the command's event, while
other events inherit from the global auth_event for now (since
auth-master-connection doesn't have its own event yet).
src/auth/auth-master-connection.c
src/auth/auth-request.c
src/auth/auth-request.h
src/auth/auth-worker-client.c
src/auth/test-lua.c