aboutsummaryrefslogtreecommitdiff
path: root/security/bsmtrace/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Update PCRE to 8.32Martin Matuska2012-12-101-2/+2
| | | | | | | | Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports Notes: svn path=/head/; revision=308630
* Set MAKE_JOBS_UNSAFE-- does not build with FORCE_MAKE_JOBSChris Rees2012-05-251-5/+2
| | | | | | | | | | | | | | | | PR: ports/167599 Submitted by: Bryan Drewery <bryan@shatow.net> Reviewed by: Approved by: alm (maintainer) Remove compatibility for FreeBSD <7; obsolete versions PR: ports/168280 Submitted by: crees Approved by: alm (maintainer) Notes: svn path=/head/; revision=297451
* Bump pcre library dependency due to 8.30 updateMartin Matuska2012-02-141-1/+2
| | | | Notes: svn path=/head/; revision=291338
* Update bsmtrace port to version 1.3Christian S.J. Peron2011-06-061-1/+1
| | | | | | | | | | | | | | | | | | | -Add support for larger set sizes (for group/user specifications) -Add the ability to pass the effective uid to a trigger -Fixed bug which resulted in "status" being ignored for single state sequences -Added support for logging channels. -Added support for state triggers. -Fixed bug where alerts were being produced for state machines that have been expired. (Alerts have already been generated). -Fixed two memory leaks which could really impact systems with high volumes audit records. Approved by: wxs Reviewed by: alm (maintainer) Notes: svn path=/head/; revision=275142
* Update bsmtrace to 1.1.0.Christian S.J. Peron2007-10-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 1.1.0 fixes a pretty serious bug which resulted in BSM records without pathname tokens being processed in some cases. Additionally, timeout-window and timeout-probability features were added to allow people defining sequences with timeouts to add an element of randomness to the timeout, in theory making it more difficult for people to attack. timeout 60; timeout-window 10; timeout-probability 65; Basically equates to: "This sequence should timeout in a random amount of time, where the probability of the timeout being from 60-70 is 65%" It should be noted that there is a probability of 35% that the value will be completely random. So naturally, the lower the timeout-probability, the more random the timeout will be. Approved by: tmclaugh Notes: svn path=/head/; revision=201873
* Add the bsmtrace port.Christian S.J. Peron2007-07-151-0/+46
bsmtrace is a audit driven host based intrusion detection system which operates on finite state machine principles. Since it's audit driven, it requires that operating system security auditing be enabled. This requires FreeBSD 6.2 at a minimum. By default it provides real-time analysis through the use of an audit pipe, however it can operate on regular audit trail files as well. Approved by: Pav Reviewed by: Pav (and others) Notes: svn path=/head/; revision=195670