head	1.2;
access;
symbols
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2008.10.05.10.19.53;	author miwi;	state dead;
branches;
next	1.1;

1.1
date	2005.09.03.18.51.19;	author sem;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Update to 1.00

PR:		127873
Submitted by:	Wen heping <wenheping@@gmail.com> (maintainer)
@
text
@--- Makefile.orig	Mon Aug 22 17:34:48 2005
+++ Makefile	Sat Sep  3 19:27:19 2005
@@@@ -3,18 +3,19 @@@@
 ##  copyright (c) 2005 SeaD
 ##
 
-PREFIX=/usr/local
-ETHERS=/etc/ethers
+PREFIX?=/usr/local
+LOCALBASE?=/usr/local
+ETHERS?=/etc/ethers
 
 NAME=ipguard
 VERSION=0.04
-INCLUDES=-I/usr/local/include
-LIBS=-lpcap `libnet-config --libs` -L/usr/local/lib
+INCLUDES=-I${LOCALBASE}/include
+LIBS=-lpcap `libnet-config --libs` -L${LOCALBASE}/lib
 DEFINES=`libnet-config --defines`
 STATIC=
 CC=gcc
 
-CFLAGS+=-g -Wall -O2 -DETHERS='"$(ETHERS)"'
+CFLAGS+=-g -Wall -DETHERS='"$(ETHERS)"'
 
 OBJS=ethers.o ipguard.o packet.o system.o
 DOCS=ethers.sample ipguard.sh.sample NEWS README TODO
@


1.1
log
@ipguard listens network for ARP packets. All permitted MAC/IP pairs
listed in 'ethers' file. If it recieves one with MAC/IP pair, which is
not listed in 'ethers' file, it will send ARP reply with configured
fake address. This will prevent not permitted host to work properly
in this ethernet segment. Especially Windows(TM) hosts.

PR:		ports/84627, ports/85671
Submitted by:	SeaD <sead@@mail.ru>
@
text
@@

