[dovecot-cvs] dovecot acconfig.h,1.12,1.13 configure.in,1.41,1.42

cras at procontrol.fi cras at procontrol.fi
Tue Oct 29 08:29:19 EET 2002


Update of /home/cvs/dovecot
In directory danu:/tmp/cvs-serv14547

Modified Files:
	acconfig.h configure.in 
Log Message:
--with-rawlog: Build support for logging traffic of user sessions. If
user's home directory contains "rawlog" directory, the input and output
traffic is written to YYYYMMDD-hhmmss-pid.in and .out files. This was made
for debugging purposes.



Index: acconfig.h
===================================================================
RCS file: /home/cvs/dovecot/acconfig.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- acconfig.h	29 Oct 2002 05:07:19 -0000	1.12
+++ acconfig.h	29 Oct 2002 06:29:17 -0000	1.13
@@ -4,6 +4,9 @@
 /* Disable asserts */
 #undef DISABLE_ASSERTS
 
+/* Build with rawlogging feature */
+#undef BUILD_RAWLOG
+
 /* Build with SSL/TLS support */
 #undef HAVE_SSL
 

Index: configure.in
===================================================================
RCS file: /home/cvs/dovecot/configure.in,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- configure.in	29 Oct 2002 05:07:19 -0000	1.41
+++ configure.in	29 Oct 2002 06:29:17 -0000	1.42
@@ -96,6 +96,12 @@
 	fi,
 	want_vpopmail=yes)
 
+AC_ARG_WITH(rawlog,
+[  --with-rawlog           Build support for logging user traffic],
+	if test x$withval = xyes; then
+		AC_DEFINE(BUILD_RAWLOG)
+	fi)
+
 AC_ARG_WITH(gnutls,
 [  --with-gnutls           Build with GNUTLS (default)],
 	if test x$withval = xno; then




More information about the dovecot-cvs mailing list