aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-06-16 23:23:54 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-06-16 23:23:54 +0000
commit973def37370216af9e5437bd309b23312664c362 (patch)
tree49e2fe67187b270d3ce2879cf2620db804b4dfb8
parente7059f468f6e55968c36071c6badb97bddb350b5 (diff)
downloadipacct-973def37370216af9e5437bd309b23312664c362.tar.gz
ipacct-973def37370216af9e5437bd309b23312664c362.tar.bz2
Finally, started to work on it again...
-rw-r--r--ChangeLog52
1 files changed, 52 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 32cbdec..6b636a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,17 +1,69 @@
+2002-06-17 Sergey Poznyakoff
+
+ Switched to autoconf 2.53/Automake 1.6
+
+ * configure.in: Renamed to ..
+ * configure.ac: .. this
+ * Makefile.am: Updated
+ * autogen.sh: Updated
+ * src/Makefile.am: Updated
+ * .cvsignore: Updated
+ * libpcap/.cvsignore: Updated
+ * src/.cvsignore: Updated
+
+ * src/account.c: Lots of fixes.
+ * src/config.y: Likewise.
+ * src/ipacct.h: Likewise.
+ * src/main.c: Likewise.
+
+ * m4: New dir
+ * m4/Makefile.am: Added to repository
+ * m4/getopt.m4: Likewise.
+ * m4/.cvsignore: Likewise.
+
+ * lib: New dir
+ * lib/Makefile.am: Added to repository
+ * lib/argcv.c: Likewise.
+ * lib/argcv.h: Likewise.
+ * lib/getopt.h: Likewise.
+ * lib/getopt.c: Likewise.
+ * lib/getopt1.c: Likewise.
+ * lib/.cvsignore: Likewise.
+
+ * aclocal.m4: Removed
+ * config.guess: Removed
+ * config.h.in: Removed
+ * config.sub: Removed
+ * configure: Removed
+ * install-sh: Removed
+ * missing: Removed
+ * mkinstalldirs: Removed
+ * src/config.c: Removed.
+
+2001-12-07 Sergey Poznyakoff
+
+ * src/config.y: Bugfix in register_address: did not initialize
+ 'except'.
+
2001-06-14 Sergey Poznyakoff <gray@farlep.net>
+
Changed accounting algorythm: the packet destination address
is taken into account as well as source. Configuration file
allows to specify packet matching criteria of arbitrary
complexity. The stuff compiles but has not been tested.
2001-05-31 Sergey Poznyakoff <gray@farlep.net>
+
Integrated libpcap, provided configure. Put the stuff under CVS.
2000-10-30 Sergey Poznyakoff <gray@farlep.net>
+
Added syslog channel.
2000-10-23 Sergey Poznyakoff <gray@farlep.net>
+
If any of the counters is 0, clear the other as well.
Somewhere about 1999-06-12 Sergey Poznyakoff <gray@farlep.net>
+
Initial revision.

Return to:

Send suggestions and report system problems to the System administrator.