aboutsummaryrefslogtreecommitdiffstats
path: root/security/sguil-server
Commit message (Collapse)AuthorAgeFilesLines
* - Fix database updatesamdmi32009-07-073-1/+23
| | | | | PR: 136391 Submitted by: Paul Schmehl <pauls@utdallas.edu> (maintainer)
* - From PRrafan2008-06-012-8/+8
| | | | | | | | | | | | | | | If a user opts out of the first part of the pkg-install script, but elects to interact with the second part of the script and decides to create new certs, the creation of the certs will fail silently if the certs directory does not exist. This is because the certs directory is created (if necessary) in the pre-install portion of the pkg-install script, but the certs are created in the post-install part of the script. This PR corrects this problem by moving the creation of the certs directory to the same subroutine that the certs are created in. PR: ports/123883 Submitted by: Paul Schmehl <pauls at utdallas.edu> (maintainer)
* - Fixed some errors introduced during the upgrade from version 0.6.1 to 0.7.0.araujo2008-05-214-14/+508
| | | | | | | | | - Bump PORTREVISION. PR: ports/123613 Reported by: pointyhat via pav Submitted by: Pauls Schmehl <pauls@utdallas.edu> (maintainer) Reviewed by: araujo (myself)
* - Update to 0.7.0.araujo2008-05-038-86/+109
| | | | | 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-1/+3
| | | | | | | | | 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 COMMENTitetcu2006-11-111-1/+1
| | | | | PR: 105391 Submitted by: Paul Schmehl (maintainer)
* - Fix COMMENTpav2006-11-011-1/+1
| | | | | PR: ports/104987, ports/104991 Submitted by: Paul Schmehl <pauls@utdallas.edu> (maintainer)
* Sguil is an open source tool to implement Networkalepulver2006-10-319-0/+382
Security Monitoring (NSM). NSM is the collection, analysis, and escalation of indications and warnings to detect and respond to intrusions. NSM tools are used more for network audit and specialized applications than traditional alert-centric "intrusion detection" systems. Want to learn more about Network Security Monitoring (NSM)? Then check out Richard Bejtlich's recently released book, The Tao of Network Security Monitoring: Beyond Intrusion Detection. An excerpt reads: "Network security monitoring (NSM) equips security staff to deal with the inevitable consequences of too few resources and too many responsibilities. NSM collects the data needed to generate better assessment, detection, and response processes--resulting in decreased impact from unauthorized activities." WWW: http://sguil.sourceforge.net/index.php pauls@utdallas.edu PR: ports/104227 Submitted by: Paul Schmehl <pauls at utdallas.edu>