Wed Mar  1 17:00:56 1995  Ulrich Callmeier  <uc@brian>

	* main.c:
	Feature added: a pid file (in /var/run) is created on startup and deleted
	on exit. On startup we check for the existence of such a file. If one
	exists and contains the pid of a process still running we quit

	* daemon.c: unlink pid-file on exit

	* capture.c: Made dumppid and writepid volatile.

	Added some debugging output.
	Messages about corrected clock only if difference >5 seconds.

	* main.c: Using SA_RESTART was a bad idea. Removed it again.

Mon Feb 27 16:07:17 1995  Ulrich Callmeier  <uc@brian>

	* capture.c:
	Fixed a bug in SIGCHLD handling. We have to loop until waitpid return 0, not just check
	once.

	Removed silly reinstallation of signal handlers. This is 1995...

	* main.c:
	We use sigaction instead of signal to set up our signal handlers. Interrupted
	systemcalls are to be restarted.

Tue Feb 21 16:21:49 1995  Ulrich Callmeier  <uc@brian>

	* README: Bumped up to version 0.1.

Tue Feb 21 16:18:58 1995  Ulrich Callmeier  <uc@brian>

	* capture.c:
	Added three missing unlink(tmpn). This caused a lot of empty
	lockfiles to be left in /tmp. Arghhhh.

	* capture.c:
	Added some if(debug_level > x) to prevent unnecessary syslog output.

Mon Feb 20 23:35:57 1995  Ulrich Callmeier  <uc@brian>

	* capture.c: Support for delayed write of data:
	 Added dump process
	 Added data timestamping

	Seperated out do_write_list from write_list.
	do_write_list is used by write_list and dump_curr_list.

	Cleaned up alarm signal handler, now in an own routine alarm_handler
	This maintains an internal clock (in variable now)

	Removed unneccessary globals flush and fname now that cfg is global

	* main.c: Cleaned up signal handling:
	 New handler alarm_handler for SIGALRM
	 Added comments

	Save old dumpfiles on startup (save_dumpfile)

	Added check if caller is superuser on startup.
	Exit with appropriate message otherwise. Thanks to Randolf Skerka
	<Skerka@Heim2.TU-Clausthal.DE> for the hint.

	* config.c: Support for dumpname and fdelay.

	Added check if filename and dumpname are given.

	* daemon.c: Changed call to write_log to force a complete flush.

	* netacct.h:
	Support for holding entries in memory at least a certain time:
	 Added fdelay to struct config. Added default define for fdelay.
	 Added dumpname to struct config.
	 Added field when to struct ipdata (to record last use of entry).

	Cleaned up alarm handler. Changed prototype of write_log accordingly.
	Added prototype for new alarm_handler.

	* daemon.c: Adapted call to write_log to new declaration.

Mon Feb 20 16:00:20 1995  Ulrich Callmeier  <uc@brian>

	* config.c: Added support for parsing "line" statements.

	* main.c: Added dev2line global.

	* netacct.h:
	Added (preliminary) support to associate slip/ppp packets with users.

	* capture.c:
	Added (preliminary) support for associating slip/ppp packets with users.

	* README: Updated to newest release.

	* README: Initial revision

Sun Feb 19 22:11:47 1995  Ulrich Callmeier  <uc@brian>

	* capture.c:
	Adapted init_capture and exit_capture to new handling of devices to set into
	promiscous mode.

	Minor cleanups.

	* main.c: Moved signal setups to function signal_setup.

	Removed struct capture.

	* config.c:
	Adapted read_config to deal with new linked list of promisc devices.

	Provided sensible defaults for all of the values. These are imported from
	netacct.h.

	* netacct.h: Cleaned up promiscious device handling.
	Got rid of struct capture. This is now in struct promisc_device.
	There is now a linked list of devices to put into promiscous mode. This
	can be empty.

	Provided sensible defaults for some of the naccttab settings (DEFAULT_* defines)

	Removed define for version. This is now done with RCS.

	Configuration information is now a global.

	* daemon.c:
	Removed check for capture -> reset. This is now done in exit_capture.

Wed Feb  8 15:18:05 1995  Ulrich Callmeier  <uc@brian>

	* capture.c:
	Ifdeffed ignoring of unencapsulated packets. A better system has to be
	devised.

Mon Jan 30 21:10:26 1995  Ulrich Callmeier  <uc@brian>

	* netacct.h, utils.c, main.c, daemon.c, config.c, capture.c:
	Initial revision under RCS

