[dovecot-cvs] dovecot/src/auth auth-request.c,1.58.2.4,1.58.2.5
cras at dovecot.org
cras at dovecot.org
Sun Jun 18 00:03:32 EEST 2006
Update of /var/lib/cvs/dovecot/src/auth
In directory talvi:/tmp/cvs-serv15679
Modified Files:
Tag: branch_1_0
auth-request.c
Log Message:
auth_debug: If allow_nets is given, print debug messages when matching
Index: auth-request.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/auth/auth-request.c,v
retrieving revision 1.58.2.4
retrieving revision 1.58.2.5
diff -u -d -r1.58.2.4 -r1.58.2.5
--- auth-request.c 17 Jun 2006 15:22:58 -0000 1.58.2.4
+++ auth-request.c 17 Jun 2006 21:03:30 -0000 1.58.2.5
@@ -727,6 +727,8 @@
t_push();
for (net = t_strsplit_spaces(networks, ", "); *net != NULL; net++) {
+ auth_request_log_debug(request, "auth",
+ "allow_nets: Matching for network %s", *net);
switch (is_ip_in_network(*net, &request->remote_ip)) {
case 1:
found = TRUE;
More information about the dovecot-cvs
mailing list