]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
auth: Extract auth_request_verify_plain_passdb() helper
authorFred Morcos <fred.morcos@open-xchange.com>
Thu, 30 Apr 2026 15:34:55 +0000 (17:34 +0200)
committerTimo Sirainen <timo.sirainen@open-xchange.com>
Tue, 5 May 2026 14:44:22 +0000 (17:44 +0300)
commit595eb3f06ead0493b984aa1a7aee261603dec6ee
treedc19e46c2dcbff784457e2e5430f1721c2bd386d
parent4a7cfec5ca1c464791d53d1f5752acd49697d692
auth: Extract auth_request_verify_plain_passdb() helper

Move the post-cache-check passdb dispatch (state transition,
wanted_credentials_scheme reset, blocking/direct iface call) out of
auth_request_default_verify_plain_continue() into a static helper. Pure
refactoring with no behavior change.
src/auth/auth-request.c