aboutsummaryrefslogtreecommitdiffstats
path: root/security/sguil-sensor
Commit message (Collapse)AuthorAgeFilesLines
* - Fixed some errors introduced during the upgrade from version 0.6.1 to 0.7.0.araujo2008-05-217-35/+171
| | | | | | | - Bump PORTREVISION. Reported by: pointyhat via erwin, pav Submitted by: Paul Schmehl <pauls@utdallas.edu> (maintainer)
* - Removed a wrong patch forgotten in last commit.araujo2008-05-182-23/+1
| | | | | | - Bump PORTREVISION. Reported by: pointyhat via erwin
* - Update to 0.7.0.araujo2008-05-037-37/+86
| | | | | PR: ports/122645, ports/122646, ports/122647 Submitted by: Paul Schmehl <pauls@utdallas.edu> (maintainer)
* Another round of the periodic sweep for removal of thedougb2007-02-271-3/+4
| | | | | | | | | KEYWORD: FreeBSD scourge. We have ignored this keyword for a long time now, so this is a non-functional change (therefore no PORTREVISION bumps). Insert a $FreeBSD tag where needed, and adjust a comment in mail/milter-regex to match reality.
* . correct init scripts, [1] [2]bsam2007-01-162-15/+3
| | | | | | | . bump PORTREVISIONs. PR: 107894 [1], 107895 [2] Submitted by: Paul Schmehl <pauls at utdallas.edu> (maintainer) [1], [2]
* - Fix typo in COMMENTpav2006-11-111-1/+1
| | | | | PR: ports/105388 Submitted by: Paul Schmehl <pauls@utdallas.edu> (maintainer)
* - Fix COMMENTpav2006-11-011-1/+1
| | | | | PR: ports/104987, ports/104991 Submitted by: Paul Schmehl <pauls@utdallas.edu> (maintainer)
* Sguil (pronounced "sgweel") is a graphical interface to snortbsam2006-10-109-0/+288
(www.snort.org), an open source intrusion detection system. The actual interface and GUI server are written in tcl/tk (www.tcl.tk). Sguil also relies on other open source software in order to function properly. The sensor list includes security/barnyard, security/snort, security/sancp, tcpdump (a part of the OS) and devel/tcltls as well as lang/tcl84 and lang/tclX. Care has been taken to ensure that everything you need to build a working sguil operation is in the FreeBSD ports system or part of the OS already. Sguil currently functions as an analysis interface and has no snort sensor or rule management capabilities. WWW: http://sguil.sourceforge.net/index.php pauls@utdallas.edu PR: ports/95018 Submitted by: Paul Schmehl <pauls at utdallas.edu>