41ff6e6a4a085786d4c15a58c7c50a28e2110c3f |
|
07-Feb-2018 |
Aki Tuomi <aki.tuomi@dovecot.fi> |
auth: Add policy check configuration options
Allows disabling before/after auth checks, or reporting. |
e42b74025f8d02ee7aa476897a3f44e25bb8fc10 |
|
18-Jan-2018 |
Aki Tuomi <aki.tuomi@dovecot.fi> |
auth: passdb-cache - Verify credentials with worker when enabled |
268a76700330d159c805c70d1e3eae2e21f1cb9e |
|
27-Apr-2017 |
Aki Tuomi <aki.tuomi@dovecot.fi> |
auth: Add username_filter for passdb block
username_filter lets you specify one or more pattern(s) for
including or excluding users. exclusion patterns are denoted
with ! prefix.
if any exclude matches the username, passdb will be skipped.
if any inclusions is specified, and the username does not match
one of them, passdb will be skipped. |
10f6f2224c897fc543973efd2f46b86a3ab1148d |
|
16-Feb-2017 |
Aki Tuomi <aki.tuomi@dovecot.fi> |
auth: Add mechanism filter for passdbs |
317689976ad393ab9eb78e7d9399fe3d899912ad |
|
09-Jan-2017 |
Aki Tuomi <aki.tuomi@dovecot.fi> |
auth-policy: Add missing settings |
ca5b3ec5331545b46ec1f1c4ecfa1302ddb10653 |
|
29-Jun-2016 |
Timo Sirainen <timo.sirainen@dovecot.fi> |
auth: userdb passwd iteration now skips users not in first/last_valid_gid range
Patch by Michal Hlavinka / Red Hat |
203bb272804e4394ae07103cdc8ce67041ba21a1 |
|
28-Jun-2016 |
Aki Tuomi <aki.tuomi@dovecot.fi> |
auth-policy: Add policy implementation |
b484ab4b55b0d5341f2f4dd98a655a75f0bf1275 |
|
19-Apr-2016 |
Timo Sirainen <timo.sirainen@dovecot.fi> |
auth: Added passdb/userdb { auth_verbose } setting.
If this is explicitly set to yes or no, it overrides the global auth_verbose
setting. However, auth_debug=yes overrides all of the auth_verbose settings. |
44cf91b7a701a9b4d9f59a990552eab4f7f64fbc |
|
08-Feb-2016 |
Timo Sirainen <timo.sirainen@dovecot.fi> |
auth: If auth_stats=yes, send statistics to stats process. |
544a727de8ab0e6c55cab18a7ee475fffdf5eff3 |
|
17-Apr-2014 |
Timo Sirainen <tss@iki.fi> |
auth: If passdb/userdb has a name, use it for the log prefix instead of the driver name. |
cd75c360f244c96b9ee10e01ee3a66fad13183c8 |
|
08-Dec-2013 |
Timo Sirainen <tss@iki.fi> |
auth: Added userdb result_success/failure/tempfail and skip settings, similar to passdb's. |
f01eb1f51d618633c0189be9ab60a774f47fb7df |
|
01-Feb-2013 |
Timo Sirainen <tss@iki.fi> |
auth: first/last_valid_uid settings shouldn't have had auth_ prefix. |
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. |
4ee00532a265bdfb38539d811fcd12d51210ac35 |
|
19-Aug-2012 |
Timo Sirainen <tss@iki.fi> |
Array API changed: ARRAY_DEFINE(name, type) -> ARRAY(type) name
Easy way to update your existing code:
perl -i -pe 's:ARRAY_DEFINE\(([^,]+), *([^)]+)\);:ARRAY($2) $1;:' **/*.[ch] |
a10ed8c47534b4c6b6bf2711ccfe577e720a47b4 |
|
23-Jun-2012 |
Timo Sirainen <tss@iki.fi> |
Marked functions parameters that are allowed to be NULL. Some APIs were also changed.
The non-obvious APIs where NULL parameter was changed to "" are
master_service_init() and auth_master_user_list_init().
These checks can currently be enabled only on a patched clang:
http://llvm.org/bugs/show_bug.cgi?id=6786 |
738cfeb96c4b9cd92aa3c791d77734c2745cdd1a |
|
25-Feb-2012 |
Timo Sirainen <tss@iki.fi> |
auth: Added auth_proxy_self setting to specify IPs that are considered as "self" for proxy_maybe. |
170bdf32c6ee11841978228c81ce867f8f00f189 |
|
25-Feb-2012 |
Timo Sirainen <tss@iki.fi> |
auth: Added auth_proxy_self setting to specify IPs that are considered as "self" for proxy_maybe. |
1da01eaa962be13cee75771064e2256b1a82d90a |
|
26-Sep-2011 |
Timo Sirainen <tss@iki.fi> |
auth: Added passdb imap plugin. |
04052d7cacaa866a3f00afb4e104fa46c04c1dd7 |
|
30-Aug-2011 |
Timo Sirainen <tss@iki.fi> |
auth: Added default_fields and override_fields settings to all passdbs and userdbs. |
a7f5035eebbd138a5436a2eb2ce1fa5fd3d269fb |
|
21-Oct-2010 |
Timo Sirainen <tss@iki.fi> |
auth: userdb passwd iteration now lists only users within first_valid_uid..last_valid_uid range. |
401b0787fff2dc986a5321ddb32acb1947ff66b0 |
|
03-May-2010 |
Timo Sirainen <tss@iki.fi> |
auth: If verbose_proctitle=yes, show auth request counts in ps.
- wait: waiting for auth client to do something (either continue multistep
auth mechanism or issue master request for a finished auth)
- passdb: waiting for passdb lookup to finish
- userdb: waiting for userdb lookup to finish
--HG--
branch : HEAD |
5d60e31c7b701b606067a20bc88dcc8a6de7bbd6 |
|
19-Mar-2010 |
Timo Sirainen <tss@iki.fi> |
auth: Fixed support for per-service auth settings.
--HG--
branch : HEAD |
9ed2951bd0bb1878a27437d7c00611b2baadd614 |
|
13-Mar-2010 |
Timo Sirainen <tss@iki.fi> |
auth: Initial support for per-protocol auth settings.
Currently the list of services is hard-coded. This should be changed so that
config lookup returns the service names.
--HG--
branch : HEAD |
1d22eaac93de41319918a1fc6de42bb302e25c1a |
|
13-Mar-2010 |
Timo Sirainen <tss@iki.fi> |
auth: auth_userdb and auth_passdb no longer has pointer to struct auth.
--HG--
branch : HEAD |
7289c5600711b45f30fe289ab5b0293b51d87041 |
|
13-Mar-2010 |
Timo Sirainen <tss@iki.fi> |
auth: Moved some variables generated from settings to struct auth_settings.
--HG--
branch : HEAD |
c6f894e1522f7b0b6068c228900914073c145175 |
|
26-Jan-2010 |
Timo Sirainen <tss@iki.fi> |
Added auth_verbose_passwords = no|plain|sha1.
--HG--
branch : HEAD |
61618d4c58080570f689614fec204ae14e90cef2 |
|
10-Nov-2009 |
Timo Sirainen <tss@iki.fi> |
Added "size" setting type, which supports B/k/M/G/T suffixes.
--HG--
branch : HEAD |
2024157e8de36edd31f5fd72f5ea7364a0955fa7 |
|
31-Aug-2009 |
Timo Sirainen <tss@iki.fi> |
config: Removed auth sections completely for now.
They might come back in some other more generic form.
--HG--
branch : HEAD |
d176f84ce5ca2073f4dfbafb457b9c74f6bf0d76 |
|
24-Apr-2009 |
Timo Sirainen <tss@iki.fi> |
Initial commit for v2.0 master rewrite. Several features are still missing.
--HG--
branch : HEAD |
a64adf62fa33f2463a86f990217b0c9078531a40 |
|
28-Jan-2009 |
Timo Sirainen <tss@iki.fi> |
Initial commit for config rewrite.
--HG--
branch : HEAD |