Date: Sat, 3 Sep 2005 18:51:19 +0000 (UTC) From: Sergey Matveychuk <sem@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security Makefile ports/security/ipguard Makefile distinfo pkg-descr pkg-plist ports/security/ipguard/files patch-Makefile pkg-message.in Message-ID: <200509031851.j83IpJOb076060@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sem 2005-09-03 18:51:19 UTC
FreeBSD ports repository
Modified files:
security Makefile
Added files:
security/ipguard Makefile distinfo pkg-descr pkg-plist
security/ipguard/files patch-Makefile pkg-message.in
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>
Revision Changes Path
1.634 +1 -0 ports/security/Makefile
1.1 +36 -0 ports/security/ipguard/Makefile (new)
1.1 +1 -0 ports/security/ipguard/distinfo (new)
1.1 +27 -0 ports/security/ipguard/files/patch-Makefile (new)
1.1 +8 -0 ports/security/ipguard/files/pkg-message.in (new)
1.1 +8 -0 ports/security/ipguard/pkg-descr (new)
1.1 +2 -0 ports/security/ipguard/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509031851.j83IpJOb076060>
