summaryrefslogtreecommitdiff
path: root/security/portscanner (follow)
Commit message (Collapse)AuthorAgeFilesLines
* printf() was missing some arguments. -Wall is such a nice thing.David E. O'Brien1998-12-031-4/+16
| | | | Notes: svn path=/head/; revision=15097
* Add `security' to categories.David E. O'Brien1998-12-031-2/+2
| | | | Notes: svn path=/head/; revision=15096
* Use NO_WRKSUBDIR.Satoshi Asami1998-11-231-2/+2
| | | | Notes: svn path=/head/; revision=14802
* Fix ports/net/portscanner for 3.0-* people.Bill Fumerola1998-11-182-4/+16
| | | | | | | | | PR: ports/8737 Reviewed by: Bill Fumerola <billf@FreeBSD.org> Submitted by: Osokin Sergey <osa@freebsd.org.ru> Notes: svn path=/head/; revision=14656
* Initial import of portscanner, a quick and dirty way to scan portsBill Fumerola1998-11-176-0/+48
similar to strobe, but much quicker, and good for use in scripts and CGI. PR: ports/7582 Notes: svn path=/head/; revision=14616