History log of /dovecot/src/auth/auth-fields.h
Revision Date Author Comments Expand
6e76be05e480dc717f4d48483029ac1cbd8d237b 19-Mar-2017 Aki Tuomi <aki.tuomi@dovecot.fi>

auth: Add auth_fields_import_prefixed

068ac108503f9b3c81bbdac3b95db545d479188a 18-Mar-2013 Timo Sirainen <tss@iki.fi>

auth: Return "nologin" and "proxy" fields to login process without "=value".

559f278a4c54d9fa7e0f2e96ebceda30562f9009 30-Jan-2013 Timo Sirainen <tss@iki.fi>

auth: Added passdb { result_* and skip } settings. passdb { skip = never | authenticated | unauthenticated } can be used to skip over a passdb lookup based on previous passdb lookups. passdb { result_success, result_failure, result_internalfail } can be used to specify what to do on those conditions. Choices as continue, continue-ok, continue-fail, return, return-ok, return-fail. The -ok and -fail variants update the current "success" flag, while continue/return uses the current flag. The authentication succeeds only if the success flag is set after the last lookup. The continue variants continue to the next passdb, while return variants finish the lookup immediately.

32e0da4449754351bcff1e7c3fd1262fc26d4973 30-Jan-2013 Timo Sirainen <tss@iki.fi>

auth: Allocate auth-fields array lazily. Also some naming cleanups.

ee6df9526e9716b3f1734d85b566e00fc41208bc 30-Jan-2013 Timo Sirainen <tss@iki.fi>

auth: Code cleanup: Renamed auth-stream to auth-fields.