aboutsummaryrefslogtreecommitdiff
path: root/security/sniff
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Typos, whitespace and capitalization fixes (S-X).Jimmy Olgeni2015-09-201-2/+2
| | | | Notes: svn path=/head/; revision=397463
* - Respect CC/CFLAGSPawel Pekala2013-12-201-12/+19
| | | | | | | | | | | - Add LICENSE - Support staging PR: ports/184882 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=337082
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | security) Notes: svn path=/head/; revision=327769
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276991
* - Fix build with custom PREFIXPhilip M. Gollucci2009-07-141-5/+5
| | | | | | | | | while here some minor cleanups Reported by: QATty Notes: svn path=/head/; revision=237761
* Fix with custom LOCALBASE / PREFIXSteven Kreuzer2009-07-071-0/+4
| | | | | | | | Reported by: QAT Approved by: wxs (mentor) Notes: svn path=/head/; revision=237339
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149451
* Reset undeliverable maintainer address (past 1 month):Kris Kennaway2005-11-141-2/+2
| | | | | | | | | | <veraldi@cs.unibo.it>: cannot access mailbox /var/mail/veraldi for user veraldi. error writing message: Disk quota exceeded Reindent COMMENT Notes: svn path=/head/; revision=148187
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Use PLIST_FILES (bento-tested, marcus-reviewed).Trevor Johnson2004-02-062-1/+1
| | | | Notes: svn path=/head/; revision=100139
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76041
* Move local distfiles to ${MASTER_SITE_LOCAL}/fenner .Bill Fenner2000-06-221-1/+2
| | | | Notes: svn path=/head/; revision=29788
* Correct whitespace introduced during PORTNAME conversion and portlintMichael Haro2000-04-211-8/+8
| | | | Notes: svn path=/head/; revision=27847
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-2/+2
| | | | Notes: svn path=/head/; revision=27426
* Move a couple of orphaned distfiles to ~fennerBill Fenner2000-03-221-1/+1
| | | | Notes: svn path=/head/; revision=26956
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21143
* Import of sniff v1.0Justin M. Seger1998-12-245-0/+25
This program filters the tcpump raw packet data looking for logins and passwords on the most commonly used tcp ports (ftp telnet pop3 ...). It dumps sniffed data to a file named sniff.log PR: 9039 Submitted by: admin@righi.ml.org Notes: svn path=/head/; revision=15603