ipfm-0.11.5/0040755000175100017510000000000007572004150011517 5ustar tibobtibobipfm-0.11.5/Makefile.in0100644000175100017510000000256107550063516013574 0ustar tibobtibob# # Makefile for ipfm # Copyright (c) 1999-2002 Robert CHERAMY # Copyright (c) 2001 Loïc Tortay & IN2P3 Computing Center # include ./Makefile.common all: binary docs binary: Makefile source/Makefile @cd source && $(MAKE) && cd .. docs: Makefile doc/Makefile @cd doc && $(MAKE) && cd .. install: all $(INSTALL) -d -m 755 $(SBINDIR) $(INSTALL) -m 555 source/ipfm $(SBINDIR)/ipfm $(INSTALL) -d -m 755 $(ETCDIR) [ -f $(CONFIGFILE) ] || \ $(INSTALL) -m 644 ipfm.conf.sample $(CONFIGFILE) $(INSTALL) -d -m 755 $(MANDIR)/man5 $(INSTALL) -d -m 755 $(MANDIR)/man8 $(INSTALL) -m 444 doc/ipfm.conf.5 $(MANDIR)/man5/ipfm.conf.5 $(INSTALL) -m 444 doc/ipfm.8 $(MANDIR)/man8/ipfm.8 $(INSTALL) -d -m 755 $(LOGDIR)/ipfm $(INSTALL) -d -m 755 $(VARRUNDIR) clean: @cd source && $(MAKE) clean && cd .. && \ cd doc && $(MAKE) clean && cd .. distclean: clean $(RM) config.cache config.log config.status \ Makefile Makefile.common *~ core \ source/Makefile source/*~ source/core source/config.h \ source/missing/Makefile doc/Makefile doc/*~ configdump: @echo "Configuration:" && \ echo " ipfm is in @sbindir@" && \ echo " man pages are in @mandir@" && \ echo " configuration file is $(CONFIGFILE)" && \ echo " pid file is $(PIDFILE)" && \ echo " log files are $(LOGFILE)" ipfm-0.11.5/HISTORY0100644000175100017510000001617607572003256012621 0ustar tibobtibob0.11.5 - 30 november 2002 ------ - FreeBSD compilation fix 0.11.5rc2 - 16 november 2002 --------- - added pcap filtering (patch from Brieuc Jeunhomme ) Version 0.11.5rc1 - 18 october 2002 ----------------- - fixed -c option broken while adding command line configuration for pid [RC] Version 0.11.5pre3 - 6 october 2002 ------------------ - typos in ipfm.conf.sample (Fixes Debian Bug #146409) - pid configurable through command line [RC, looking at Loic Tortay's patch for pid configurable through configfile] - various minor fixes [LT, RC] - should work under solaris now Version 0.11.5pre2 - 21 april 2002 ------------------ - IPFM uses now only UTC (it was an awful mix between local time an UTC before) [RC] Version 0.11.5pre1 - 13 february 2002 ------------------ - a forked child exits with _exit(), so we can let pcap library set and unset promisc mode for us under linux. Thanks to Igor Podlesny for the hint. - manfile update (RC & LT) Changes by Loïc Tortay : - moved /var/ to @localstatedir@ - changed permission of ipfm executable and manfiles - various changes in configure.in (OS, program and function checks) - added xmalloc, xfree, xstrdup for memory allocation control Version 0.11.4 - 07 January 2001 - Robert CHERAMY ---------------------------------------------------------------------- - fixed wrong clear date : the computed date used to clear the buffers was false, resulting in a possible data loss when using the CLEAR EVERY