]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
auth: Cleaned up flags in auth request. Removed those that already exist in extra_fields.
authorTimo Sirainen <tss@iki.fi>
Wed, 30 Jan 2013 19:08:58 +0000 (21:08 +0200)
committerTimo Sirainen <tss@iki.fi>
Wed, 30 Jan 2013 19:08:58 +0000 (21:08 +0200)
commit31633d676642b83305b8d46da495d9bb4e2d1ff8
treee9f988a67e422714f4fd3610c8e03c3822945067
parent32e0da4449754351bcff1e7c3fd1262fc26d4973
auth: Cleaned up flags in auth request. Removed those that already exist in extra_fields.
It's now slightly slower to check for those flags in extra_fields, but it's
going to be easier to make commit/rollback feature to extra_fields.
src/auth/auth-request-handler.c
src/auth/auth-request.c
src/auth/auth-request.h
src/auth/auth-worker-client.c
src/auth/db-checkpassword.c
src/auth/mech-gssapi.c
src/auth/passdb-dict.c
src/auth/passdb-ldap.c
src/auth/passdb-sql.c