aboutsummaryrefslogtreecommitdiff
path: root/security/ipguard
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.02Beech Rintoul2008-12-114-21/+10
| | | | | | | | | | - Change to PORTDOCS and remove pkg-plist PR: ports/129545 Submitted by: SeaD <sead@deep.perm.ru> (maintainer) Notes: svn path=/head/; revision=224120
* - File was rerolled to fix some spellingMartin Wilke2008-10-166-44/+61
| | | | | | | | | | | - Add rc script - Pass maintainership to submitter PR: 127940 Submitted by: SeaD <sead@deep.perm.ru> Notes: svn path=/head/; revision=221659
* - Update to 1.00Martin Wilke2008-10-053-34/+6
| | | | | | | | PR: 127873 Submitted by: Wen heping <wenheping@gmail.com> (maintainer) Notes: svn path=/head/; revision=221228
* - Patch net/libnet* to versioned libraries and header files, so they canPav Lucistnik2007-01-311-3/+10
| | | | | | | | | | | | coexist PR: ports/103861 Submitted by: alepulver Tested by: pointyhat With hat: portmgr Notes: svn path=/head/; revision=183770
* Reset inactive maintainer who has not responded to email.Mark Linimon2006-09-051-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=172304
* SHA256ifyEdwin Groothuis2006-01-241-0/+2
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154303
* libnet update:Sergey Matveychuk2005-11-141-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> Notes: svn path=/head/; revision=148262
* ipguard listens network for ARP packets. All permitted MAC/IP pairsSergey Matveychuk2005-09-036-0/+82
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> Notes: svn path=/head/; revision=141851