[dovecot/core] de6c36: auth: Added auth_request_log_login_failure()
GitHub
noreply at github.com
Tue Aug 15 12:00:10 EEST 2017
Branch: refs/heads/master
Home: https://github.com/dovecot/core
Commit: de6c3680d9a3b53749154aafbb6f7b49eb5f5abf
https://github.com/dovecot/core/commit/de6c3680d9a3b53749154aafbb6f7b49eb5f5abf
Author: Sergey Kitov <sergey.kitov at open-xchange.com>
Date: 2017-08-15 (Tue, 15 Aug 2017)
Changed paths:
M src/auth/auth-request.c
M src/auth/auth-request.h
Log Message:
-----------
auth: Added auth_request_log_login_failure()
New function implementing functionality of auth_request_log_unknown_user() and auth_request_log_password_mismatch()
Commit: 1beabc460e7611fa8da5113bb7eea99f88475a73
https://github.com/dovecot/core/commit/1beabc460e7611fa8da5113bb7eea99f88475a73
Author: Sergey Kitov <sergey.kitov at open-xchange.com>
Date: 2017-08-15 (Tue, 15 Aug 2017)
Changed paths:
M src/auth/passdb-ldap.c
Log Message:
-----------
auth: ldap auth bind password mismatch logging is changed
All unknown user and password mismatch logging is performed in the
same way in both auth_bind = yes and auth_bind = no cases.
Commit: 3742e38a171fdb4f3de0907523214873545bf63a
https://github.com/dovecot/core/commit/3742e38a171fdb4f3de0907523214873545bf63a
Author: Sergey Kitov <sergey.kitov at open-xchange.com>
Date: 2017-08-15 (Tue, 15 Aug 2017)
Changed paths:
M src/auth/auth-request.c
Log Message:
-----------
auth: auth_request_log_password_mismatch() to call common auth_request_log_login_failure()
Separate implementation of auth_request_log_password_mismatch() is
replaced with call to auth_request_log_login_failure()
Commit: bd18d17a3da7c96a027d784183e9a98b1b666bad
https://github.com/dovecot/core/commit/bd18d17a3da7c96a027d784183e9a98b1b666bad
Author: Sergey Kitov <sergey.kitov at open-xchange.com>
Date: 2017-08-15 (Tue, 15 Aug 2017)
Changed paths:
M src/auth/auth-request.c
Log Message:
-----------
auth: auth_request_log_unknown_user() to call common auth_request_log_login_failure()
Separate implementation of auth_request_log_unknown_user() is
replaced with call to auth_request_log_login_failure()
NOTE: behavior of the auth_request_log_unknown_user() is changed and
is in line with auth_request_log_password_mismatch()
Compare: https://github.com/dovecot/core/compare/b07a3abc4cc6...bd18d17a3da7
More information about the dovecot-cvs
mailing list