cvs commit: ports/security Makefile ports/security/ipguard
 Makefile distinfo pkg-descr pkg-plist ports/security/ipguard/files
 patch-Makefile pkg-message.in
    Sergey Matveychuk 
    sem at FreeBSD.org
       
    Sat Sep  3 11:51:20 PDT 2005
    
    
  
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 at 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)
    
    
More information about the cvs-ports
mailing list