aboutsummaryrefslogtreecommitdiff
path: root/security/scanlogd
Commit message (Collapse)AuthorAgeFilesLines
* Support stagingEmanuel Haupt2014-02-251-9/+5
| | | | Notes: svn path=/head/; revision=345977
* Update to 2.2.7.Roman Bogorodskiy2013-10-302-4/+3
| | | | Notes: svn path=/head/; revision=332124
* 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
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276991
* 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
* Even more rc script improvements.Roman Bogorodskiy2009-08-311-5/+4
| | | | | | | Suggested by: dougb Notes: svn path=/head/; revision=240621
* Improve USE_RC_SUBR usage.Roman Bogorodskiy2009-08-212-9/+3
| | | | | | | | PR: 136849 Submitted by: pgollucci Notes: svn path=/head/; revision=240051
* Fix a few "bad example" problems in the rc.d scripts that have beenDoug Barton2009-07-151-5/+4
| | | | | | | | | | | | | | | | | | | | | | | propogated by copy and paste. 1. Primarily the "empty variable" default assignment, which is mostly ${name}_flags="", but fix a few others as well. 2. Where they are not already documented, add the existence of the _flags (or other deleted empties) option to the comments, and in some cases add comments from scratch. 3. Replace things that look like: prefix=%%PREFIX%% command=${prefix}/sbin/foo to just use %%PREFIX%%. In many cases the $prefix variable is only used once, and in some cases it is not used at all. 4. In a few cases remove ${name}_flags from command_args 5. Remove a long-stale comment about putting the port's rc.d script in /etc/rc.d (which is no longer necessary). No PORTREVISION bumps because all of these changes are noops. Notes: svn path=/head/; revision=237892
* Update to 2.2.6.Roman Bogorodskiy2006-04-032-5/+4
| | | | Notes: svn path=/head/; revision=158736
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-201-1/+1
| | | | | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts. Notes: svn path=/head/; revision=156534
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154303
* Use @freebsd.org address for my ports.Roman Bogorodskiy2005-03-081-1/+1
| | | | | | | Approved by: krion (mentor) Notes: svn path=/head/; revision=130591
* Fix path to scanlogd in rc-script (bump PORTREV)Volker Stolz2004-12-152-3/+3
| | | | | | | | | PR: ports/75034 Submitted by: Hilko Meyer Approved by: maintainer Notes: svn path=/head/; revision=124082
* Use RC_SUBR.Kirill Ponomarev2004-12-132-5/+38
| | | | | | | | | | Cleanups for net/libnids dependency. PR: ports/75009 Submitted by: maintainer Notes: svn path=/head/; revision=123907
* Fix CC, CFLAGSTilman Keskinoz2004-08-221-0/+1
| | | | | | | | PR: 70824 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> Notes: svn path=/head/; revision=117045
* Update to 2.2.5Volker Stolz2004-07-092-3/+3
| | | | | | | | PR: ports/68842 Submitted by: Roman Bogorodskiy (maintainer) Notes: svn path=/head/; revision=113253
* - Update to 2.2.4Pav Lucistnik2004-06-053-13/+3
| | | | | | | | PR: ports/67611 Submitted by: maintainer Notes: svn path=/head/; revision=110902
* Add scanlogd, a TCP port scan detection tool, originally designed to illustratePav Lucistnik2004-05-145-0/+68
various attacks an IDS developer has to deal with. Unlike some of the other port scan detection tools out there, scanlogd is designed to be totally safe to use. PR: ports/66449 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> Notes: svn path=/head/; revision=109155