]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
auth: Move all final SASL response handling to login-common
authorStephan Bosch <stephan.bosch@open-xchange.com>
Mon, 2 Oct 2023 23:29:25 +0000 (01:29 +0200)
committerstephan.bosch <stephan.bosch@open-xchange.com>
Mon, 23 Oct 2023 15:50:54 +0000 (15:50 +0000)
commit73ea09d00148edd2db2a59a71ec91f7bab06697b
treeecfc0717f53a015532da8e9bb34485f7b2b1be4a
parent61e4b4a577c0cdd0b776cb881a0ff6ffba080eca
auth: Move all final SASL response handling to login-common

Success response was still handled in auth service, which makes little sense.
src/auth/auth-request-fields.c
src/auth/auth-request.c
src/auth/auth-request.h
src/lib-auth-client/auth-client-request.c
src/lib-auth-client/auth-client.h
src/login-common/sasl-server.c