aboutsummaryrefslogtreecommitdiff
path: root/security/barnyard2
Commit message (Collapse)AuthorAgeFilesLines
* - Fix support of status and restart for multi-config rc scriptGabor Kovesdan2011-10-121-1/+6
| | | | | | | | | PR: ports/161168 Submitted by: Michael Scheidell <scheidell@secnap.net> Approved by: Paul Schmehl <pauls@utdallas.edu> (maintainer) Notes: svn path=/head/; revision=283409
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+0
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* Add support for running multiple instancesRyan Steinmetz2011-08-192-44/+23
| | | | | | | | | | | Adjust whitespace in Makefile PR: ports/159892 Submitted by: Paul Schmehl <pauls@utdallas.edu> (maintainer) Approved by: tabthorpe (mentor) Notes: svn path=/head/; revision=280012
* - add patch to barnyard2 to allow build with postgresql and tclOlli Hauer2011-05-152-8/+200
| | | | | | | | | | | | | | | | (reported and fixed upstream) - display option TCL only for Master port, it makes no sense if the slave can de-select a required option - remove broken barnyard-sguil (master port was removed 2011-04-04) - add new port barnyard2-sguil [1] - add entry to MOVED PR: ports/156188 [1] Submitted by: me Approved by: maintainer timeout Notes: svn path=/head/; revision=274149
* - add OPTION tcl (default off) to allow sguil* ports build against barnyard2Olli Hauer2011-05-141-1/+8
| | | | | | | | | PR: ports/156341 Submitted by: Brandon <m37a11 _at_ gmail.com> Approved by: maintainer timeout Notes: svn path=/head/; revision=274123
* - make snort and suricata optionalOlli Hauer2011-04-041-5/+13
| | | | | | | | | | | - bump portrevision PR: ports/156172 Submitted by: Nikolay Denev <ndenev _at_ gmail.com> Approved by: Paul Schmehl <pauls _at_ utdallas.edu> (maintainer) Notes: svn path=/head/; revision=272224
* Bump PORTREVISION for ports linking to default libmysqlclient.Alex Dupre2011-03-191-0/+1
| | | | Notes: svn path=/head/; revision=271309
* - update barnyard2 to version 2.1.9Olli Hauer2011-01-312-6/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: 2010-12-27 - Barnyard 2.1.9 [*] Additions * spo_database. Support of encrypted connections to postgresql is now available. See README.database for the appropriate options. * spo_sguil. Fixed issue with duplication of alerts. [*] Improvements * spooler. Fixed issue with borking when reading unrecognised records. There is now sufficient information to skip and move on. * spooler. Fixed early termination of non-readable files, causing the dreaded SEGFAULT. * classifications. Tweaked output for classification identification if the appropriate node can't be found. PR: ports/154400 Submitted by: Paul Schmehl <pauls _at_ utdallas.edu> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=268465
* - Update to 1.8Sahil Tandon2010-07-053-5/+19
| | | | | | | | | | | | | - Do not overwrite pre-existing conf file - Replace '/etc' with '${LOCALBASE}/etc' in sample conf PR: ports/148240 Submitted by: Paul Schmehl <pauls@utdallas.edu> (maintainer) Approved by: wxs@ (mentor) Feature safe: yes Notes: svn path=/head/; revision=257422
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Fix of a previously pointyhat.Sylvio Cesar Teixeira2010-01-171-3/+2
| | | | | | | Approved by: itetcu (mentor) Notes: svn path=/head/; revision=248023
* - Update to 1.7Sylvio Cesar Teixeira2010-01-173-18/+8
| | | | | | | | | PR: ports/140393 Submitted by: maintainer (Paul Schmehl <pauls@utdallas.edu>) Approved by: itetcu (mentor) Notes: svn path=/head/; revision=248011
* - Update to pkg-messageMartin Wilke2009-11-041-0/+11
| | | | | | | | PR: 139880 Submitted by: maintainer Notes: svn path=/head/; revision=243736
* Barnyard is a critical tool for the parsing of Snort's unified binary files,Dmitry Marakasov2009-09-096-0/+173
processing and on-forwarding to a variety of output plugins. Unfortunately it has not seen an updated in over 4 years and is not going to be maintained by the original developers. With the new version of the unified format (ie. unified2) arriving we need something to bridge this gap. The SXL team love barnyard. So much so that we want it to stay and have been tinkering around with the code to give it a breath of new life. Here is what we have achieved to far for this reinvigorated code base: * Parsing of the new unified2 log files. * Maintaining majority of the command syntax of barnyard. * Addressed all associated bug reports and feature requests arising since barnyard-0.2.0. * Completely rewritten code based on the GPLv2 Snort making it entirely GPLv2. This is an effort to fuse the awesome work of Snort and the original concept of barnyard giving it a fresh update along the way. We've come a long way so far and have a very stable build that we've integrated into our NSMnow framework. If you have any feature requests, bugs or gripes then send them our way. WWW: http://www.securixlive.com/barnyard2/ PR: 138326 Submitted by: Paul Schmehl <pauls@utdallas.edu> Notes: svn path=/head/; revision=241069