[dovecot-cvs] dovecot/src/master login-process.c,1.58,1.59
cras at dovecot.org
cras at dovecot.org
Tue Oct 5 19:00:21 EEST 2004
- Previous message: [dovecot-cvs] dovecot/src/login-common common.h, 1.4, 1.5 main.c,
1.21, 1.22
- Next message: [dovecot-cvs] dovecot/src/pop3-login client-authenticate.c, 1.28,
1.29 client.c, 1.27, 1.28 client.h, 1.10, 1.11
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/lib/cvs/dovecot/src/master
In directory talvi:/tmp/cvs-serv755/master
Modified Files:
login-process.c
Log Message:
auth_verbose now affects imap/pop3 login processes too. Every authentication
attempt by client is logged. Also fixed replies in AUTHENTICATE/AUTH
commands when it was aborted by client.
Index: login-process.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/master/login-process.c,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- login-process.c 27 Sep 2004 15:58:56 -0000 1.58
+++ login-process.c 5 Oct 2004 16:00:18 -0000 1.59
@@ -419,6 +419,8 @@
env_put("VERBOSE_PROCTITLE=1");
if (set->verbose_ssl)
env_put("VERBOSE_SSL=1");
+ if (set->server->auths->verbose)
+ env_put("VERBOSE_AUTH=1");
if (set->login_process_per_connection) {
env_put("PROCESS_PER_CONNECTION=1");
- Previous message: [dovecot-cvs] dovecot/src/login-common common.h, 1.4, 1.5 main.c,
1.21, 1.22
- Next message: [dovecot-cvs] dovecot/src/pop3-login client-authenticate.c, 1.28,
1.29 client.c, 1.27, 1.28 client.h, 1.10, 1.11
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dovecot-cvs
mailing list