aboutsummaryrefslogtreecommitdiffstats
path: root/security/hunch
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.1.7.linimon2004-10-122-3/+3
| | | | | PR: ports/71353 Submitted by: Dan Pelleg <daniel+hunch dot pelleg dot org> (maintainer)
* Update to 1.1.6sem2004-08-202-3/+3
| | | | | PR: ports/70706 Submitted by: maintainer
* - Update to version 1.1.5krion2004-04-292-3/+3
| | | | | PR: ports/65823 Submitted by: maintainer
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* - Update to 1.1.4sergei2004-01-252-2/+2
| | | | | PR: 61842 Submitted by: maintainer
* - Update to 1.1.3sergei2003-12-042-6/+7
| | | | | | | | | | | | - Add MASTER_SITES While I'm here: - Re-arrange Makefile variables - Shorten COMMENT to fit the limit - Remove unnecessary WRKSRC (default value) PR: 59798 Submitted by: maintainer
* update security/hunch: 1.1 -> 1.1.1daichi2003-10-143-2/+4
| | | | | PR: 57917 Submitted by: Dan Pelleg <daniel+hunch@pelleg.org> (maintainer)
* - Update to version 1.1krion2003-10-052-2/+2
| | | | | PR: 57575 Submitted by: maintainer
* New port: hunch - Scan httpd log files, find vulnerability probes,edwin2003-08-287-0/+377
mail admins Scan Apache log files for CodeRed, Nimda, FormMail, proxy scanners and other malicious probes. For each one found, track down the contact email from WHOIS data and send a notice. Built-in rate controls prevent flooding an admin even when his machines are scanning at high rates. Runs as a non-privileged cron job to not interfere with the HTTP daemon's operation. Notes to committer: 1. This port installs a user and a group "hunch". It doesn't meet the conditions listed in the handbook for a "reserved" uid/gid. 2. portlint will complain about the port. A lot. To the best of my judgment all of the warnings can be ignored with the exception of the one about BATCH which I could find no documentation for. Therefore it is setting IS_INTERACTIVE. PR: ports/44836 Submitted by: Dan Pelleg <daniel+hunch@pelleg.org>