aboutsummaryrefslogtreecommitdiffstats
path: root/security/ipguard/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Reset inactive maintainer who has not responded to email.linimon2006-09-051-1/+1
| | | | Hat: portmgr
* libnet update:sem2005-11-151-1/+2
| | | | | | | | | | | | | | - move 1.0 obsoleted version to net/libnet10 net/libnet is latest Stable Version net/libnet is latest Beta Version - Fix all depended ports with a new DEPENDS scheme - While I'm here fix security/yersinia build on 4.x (getopt_long and ncurses issues) PR: ports/85519 (based on) Submitted by: Stas Yakovlev <stas.yakovlev_at_gmail.com>
* ipguard listens network for ARP packets. All permitted MAC/IP pairssem2005-09-041-0/+36
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>