aboutsummaryrefslogtreecommitdiff
path: root/dns/dns_mre
Commit message (Collapse)AuthorAgeFilesLines
* - Use single space after WWW:Sunpoet Po-Chuan Hsieh2013-08-291-1/+1
| | | | Notes: svn path=/head/; revision=325559
* - Convert to new perl frameworkMathieu Arnold2013-08-021-5/+1
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Reset cherry@trombik.org due to maintainer-timeouts and no responseMark Linimon2009-11-031-1/+1
| | | | | | | | | to email. Hat: portmgr Notes: svn path=/head/; revision=243688
* - do not connect before sendto()Martin Wilke2008-08-292-2/+17
| | | | | | | | | | | fixes "Socket is already connected" error - Bump PORTREVISION PR: 126886 Submitted by: maintainer Notes: svn path=/head/; revision=219423
* DNS Multiple Race Exploiter is a tool that exploits an inherent flaw in theMartin Wilke2008-08-075-0/+73
DNS Server Cache. By sending many queries to a DNS server along with fake replies, an attacker can successfuly writes a fake new entry in the DNS cache. WWW: http://www.securebits.org/dnsmre.html PR: ports/126189 Submitted by: Tomoyuki Sakurai <cherry at trombik.org> Notes: svn path=/head/; revision=218211