]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
auth: Rename auth-worker-server -> auth-worker-connection
authorKarl Fleischmann <karl.fleischmann@open-xchange.com>
Tue, 1 Mar 2022 10:10:08 +0000 (11:10 +0100)
committerKarl Fleischmann <karl.fleischmann@open-xchange.com>
Wed, 23 Mar 2022 15:02:05 +0000 (16:02 +0100)
commiteaad81b3e821697b7de6b745d17f5966ead4af34
treec225c604c2ac88700b4cb47cc2b6abc0e2de9881
parenta12dca9047fe9c0578202abc9451c84944fcc9ae
auth: Rename auth-worker-server -> auth-worker-connection

The previous naming convention of auth-worker-server and
auth-worker-client was confusing enough to justify a rename.
src/auth/Makefile.am
src/auth/auth-worker-connection.c [moved from src/auth/auth-worker-server.c with 96% similarity]
src/auth/auth-worker-connection.h [moved from src/auth/auth-worker-server.h with 58% similarity]
src/auth/main.c
src/auth/passdb-blocking.c
src/auth/passdb-cache.c
src/auth/passdb.c
src/auth/userdb-blocking.c
src/auth/userdb.c