2003-08-22 13:23  romanp

	* src/Makefile: Fix MANPATH

2003-08-22 13:03  romanp

	* src/Makefile: Some fixes for port build

2003-08-22 12:41  romanp

	* src/ipacctd.c: This is force commit to increase version number
	for ports build.

2003-08-22 12:17  romanp

	* src/Makefile: Hook English manpage to build

2003-08-22 12:13  romanp

	* src/ipacctd.8: Add English version of manpage.  Submitted by: 
	Sergey Skvortsov <skv@FreeBSD.org>

2003-08-22 11:47  romanp

	* man_ru/ipacctd.8: More manpage fixes from Sergey Skvortsov
	<skv@protey.ru>.

2003-08-22 11:16  romanp

	* man_ru/ipacctd.8: More manpage fixes from Sergey Skvortsov
	<skv@protey.ru>.

2003-08-21 20:35  romanp

	* man_ru/ipacctd.8: Remove 'The' from russia manpage Use .Fx
	instead of 'FreeBSD'.

2003-08-20 11:35  romanp

	* Makefile, man_ru/Makefile: Add top-level makefile Fix directory
	name in man_ru makefile

2003-08-20 10:47  romanp

	* man_ru/: Makefile, ipacctd.8: Add manual page Makefile.

2003-08-20 10:39  romanp

	* man_ru/ipacctd.8: Apply patches from Sergey Skvortsov.  Translate
	BUGS section.

2003-07-28 11:53  romanp

	* man_ru/ipacctd.8, src/Makefile: Change default BINDIR to
	/usr/local/bin Add man page!

2002-12-09 17:40  romanp

	* README.ipacctd: Add note about cat and UNIX sockets.

2002-10-08 15:14  romanp

	* README.ipacctd: Add notes about new behaivour with '-s' on system
	shutdown.

2002-10-08 15:14  romanp

	* src/ipacctd.c: Save accounting on TERM only if not listening on
	UNIX socket.

2002-10-08 14:58  romanp

	* src/ipacctd.c: Add error checking code to fd_printf(). Since
	fd_printf() called only in child, we simply exit if any error
	occurus.

2002-10-06 21:44  romanp

	* README.ipacctd, src/ipacctd.c, src/pathnames.h: Implement -s
	switch. Now you can get statistics in synchronous mode with simple
	'cat /tmp/ipacct/ipacct.<port>'

2002-09-30 11:13  romanp

	* README.ipacctd, src/ipacctd.c: When -b is specified, change both
	receive and send buffer size.

2001-08-16 18:17  romanp

	* README.ipacctd, src/ipacctd.c: Implement -b switch - allow to
	setup socket's receive buffer size.

2001-07-01 14:21  romanp

	* src/ipacctd.c: Add prototype for main()!

2001-07-01 14:18  romanp

	* README.ipacctd, src/ipacctd.c: - add -c to usage() - add notes
	about space before ip_src in CISCO-like format

2001-07-01 14:09  romanp

	* README.ipacctd: Document -c switch

2001-07-01 14:06  romanp

	* src/ipacctd.c: add -c switch - CISCO-like accounting (src dst pkt
	bytes)

2001-07-01 13:59  romanp

	* src/ipacctd.c: Add error checking when establish signal handlers

2001-07-01 13:50  romanp

	* src/ipacctd.c: - better organize FD_XXX code - add output to
	syslog about acounting threshold

2001-06-30 18:54  romanp

	* README.ipacctd: Bring README file in-sync with source code

2001-06-30 18:40  romanp

	* src/ipacctd.c: More style(9) changes...

2001-06-30 18:31  romanp

	* src/: Makefile, ipacctd.c: Fix threshold detection code

2001-06-30 17:58  romanp

	* src/: Makefile, ipacctd.c, ipacctd.h: Big rewrite.  - simpify
	signal handling code - add threshold to prevent DoS attacks.
	Default threshold set to   30,000 records, you can specify your own
	value with -m swittch - now you can include strftime(3) format
	chars in dump file name - modify code to follow style(9) - move
	some declarations from ipacctd.h to ipacctd.c - improve hash
	function. Now we use both local and remote ip address/ports - fix
	CFLAGS usage in Makefile

2001-06-28 13:37  romanp

	* src/: ipacctd.c, ipacctd.h: Replace hash function by #define. 
	Improve hash calculation.

2001-06-01 13:52  romanp

	* README.ipacctd: Fix sample usage. Pointed out by eagle@100.ktk.ru

2000-05-19 12:49  romanp

	* src/: ipacctd.c, ipacctd.h: Completly rewritten signal handling
	algorithm

2000-03-10 16:15  romanp

	* src/Makefile: Add commented debug CFLAGS

2000-03-10 16:14  romanp

	* src/: Makefile, ipacctd.c: Add number of used buckets to debug
	output

2000-03-10 16:00  romanp

	* README.ipacctd: Add description for sigusr2

2000-03-10 15:54  romanp

	* src/ipacctd.c: Calculate hash on dst not src address

2000-02-12 03:13  romanp

	* src/: ipacctd.c, pathnames.h: Add ip_hash_dump() debug code

2000-02-01 16:35  romanp

	* src/ipacctd.c: Add '@(#)' to rcs_id string

2000-01-31 16:07  romanp

	* README.ipacctd, src/ipacctd.c: Add -w (when) flag Move
	README.ipacctd under CVS control

2000-01-27 16:12  romanp

	* src/ipacctd.c: Add start time in verbose log

2000-01-27 01:05  romanp

	* src/ipacctd.c: Fix ICMP type/sub-code save code.  Cosmetic
	changes

2000-01-26 21:34  romanp

	* src/ipacctd.c: Hope that bug with SIGHUP handling fixed.

2000-01-26 19:10  romanp

	* src/ipacctd.c: Add -t option (assume 'tee' instead of 'divert')

2000-01-26 18:47  romanp

	* src/: Makefile, ipacctd.c: Convert from ip_acct[] to *ip_acct[]

2000-01-26 18:06  romanp

	* src/: .cvsignore, ipacctd.c: Fix copyright notice, some comments
	and other cosmetic changes Prepare for BIG re-write...

1999-06-23 16:49  romanp

	* src/: Makefile, ipacctd.c: Correct copyright notice, remove IP
	duplication check code.

1999-04-19 13:50  romanp

	* src/ipacctd.c: Once more...

1999-04-19 11:10  romanp

	* src/ipacctd.c: New attempt to control dup packets

1999-04-17 11:03  romanp

	* src/ipacctd.c: New check for duplicated packets

1999-04-16 14:18  romanp

	* src/ipacctd.c: Add check for already seen packets

1999-04-14 19:23  romanp

	* src/ipacctd.c: Fix stupid bug from previous commit

1999-04-14 18:53  romanp

	* src/.cvsignore: Hmm...

1999-04-14 18:30  romanp

	* src/: Makefile, ipacctd.c:	- remove DEBUG_DIVERT from Makefile
		- remove stupid sanity check in main()

1999-04-14 17:50  romanp

	* src/: Makefile, ipacctd.c: Re-arrange ip accounting save code

1999-04-14 11:08  romanp

	* src/: Makefile, ipacctd.c: Add more verbose statistic

1999-04-12 17:40  romanp

	* src/: Makefile, ipacctd.c: Add BINDIR to Makefile

1999-04-09 10:08  romanp

	* src/ipacctd.c: [no log message]

1999-04-09 10:06  romanp

	* src/ipacctd.c: Add rcs_id[]

1999-04-09 10:03  romanp

	* src/ipacctd.c: Use divert instead of tee :(

1999-04-07 08:55  romanp

	* src/ipacctd.c: Fix a stupid bug with ip_hash_clear()

1999-04-06 13:56  romanp

	* src/ipacctd.c: Change version number to 0.2alpha

1999-04-06 13:53  romanp

	* src/ipacctd.c: test remote commits

1999-04-06 13:00  romanp

	* src/ipacctd.c: add -r switch

1999-04-04 16:42  romanp

	* src/ipacctd.c: Now use select(2)

1999-04-04 16:23  romanp

	* src/: Makefile, ipacctd.c: Initial revision

1999-04-04 16:23  romanp

	* src/: Makefile, ipacctd.c: IP accounting daemon, based on 'tee'
	mechanism

