[dovecot-cvs] dovecot/src/auth auth-request.c,1.61,1.62

cras at dovecot.org cras at dovecot.org
Sun Jun 18 00:03:35 EEST 2006


Update of /var/lib/cvs/dovecot/src/auth
In directory talvi:/tmp/cvs-serv23086

Modified Files:
	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.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- auth-request.c	17 Jun 2006 15:23:00 -0000	1.61
+++ auth-request.c	17 Jun 2006 21:03:31 -0000	1.62
@@ -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