aboutsummaryrefslogtreecommitdiff
path: root/security/portsentry
Commit message (Collapse)AuthorAgeFilesLines
* Clean up inefficient perl invocations; use multiple REs in the same call.Will Andrews2001-01-071-2/+2
| | | | Notes: svn path=/head/; revision=36897
* Detect of portsentry.conf hasn't changed and delete on uninstall if true.Will Andrews2000-12-211-0/+1
| | | | | | | | | PR: 23659 Submitted by: David W. Chapman, Jr. <dwcjr@inethouston.net> Approved by: Dan Langille <dan@langille.org> (MAINTAINER) Notes: svn path=/head/; revision=36206
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isSatoshi Asami2000-10-081-1/+1
| | | | | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear. Notes: svn path=/head/; revision=33576
* Mention that the stealth code in portsentry only works on Linux, andWill Andrews2000-08-263-1/+8
| | | | | | | | | | | install a file stating this. PR: 20859 Submitted by: MAINTAINER Suggested by: Brent Kearney <brent@kearneys.ca> (by way of MAINTAINER) Notes: svn path=/head/; revision=31996
* Correct whitespace introduced during PORTNAME conversion and portlintMichael Haro2000-04-211-1/+1
| | | | Notes: svn path=/head/; revision=27847
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-2/+2
| | | | Notes: svn path=/head/; revision=27426
* * Update portsentry to 1.0Chris D. Faulhaber1999-12-222-6/+6
| | | | | | | | | | | * Remove current MAINTAINER as email has been unreachable for weeks * Add dan@freebsddiary.com as MAINTAINER at his request PR: 15490 Submitted by: Dan Langille <dan@freebsddiary.com> Notes: svn path=/head/; revision=23809
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21143
* Make more package friendlyMichael Haro1999-05-171-0/+6
| | | | Notes: svn path=/head/; revision=18854
* Upgrade to 0.90Michael Haro1999-05-176-73/+50
| | | | | | | Noticed by: Jim Dutton <jimd@dutton3.it.siu.edu> Notes: svn path=/head/; revision=18853
* Add WWW: to DESCR filesMichael Haro1999-05-031-1/+1
| | | | Notes: svn path=/head/; revision=18397
* Update path/nameMichael Haro1999-04-193-9/+11
| | | | | | | | PR: 11040 Submitted by: me Notes: svn path=/head/; revision=18013
* Respect CC and CFLAGSKris Kennaway1999-04-161-5/+12
| | | | Notes: svn path=/head/; revision=17922
* Respect the value of ${PREFIX}.Masafumi Max NAKANE1999-01-201-4/+9
| | | | Notes: svn path=/head/; revision=16214
* Oops, double-quotes need to be escaped in Makefiles.Masafumi Max NAKANE1999-01-201-1/+1
| | | | Notes: svn path=/head/; revision=16213
* Modify this patch to change the distributed Makefile to:Masafumi Max NAKANE1999-01-201-5/+9
| | | | | | | | | * Let the install target print correct location of the conf file. * Use CFLAGS+= instead of commenting it out. * Add -DPREFIX="${PREFIX}" to the CFLAGS. Notes: svn path=/head/; revision=16212
* Install README.{install,methods} to share/doc/sentry.Masafumi Max NAKANE1999-01-201-0/+3
| | | | Notes: svn path=/head/; revision=16211
* Standardize thecomment at the beginning.Masafumi Max NAKANE1999-01-201-2/+9
| | | | | | | Install README.{install,methods} to share/doc/sentry. Notes: svn path=/head/; revision=16210
* Import of abacus sentry v 0.61Justin M. Seger1998-12-198-0/+99
Sentry is part of the Abacus Project suite of security tools. It is a program designed to detect and respond to port scans against a target host in real-time. There are other port scan detectors that peform similar detection of scans,but the Sentry has some unique features that may make it worth looking into. PR: ports/5475 Submitted by: chris@still.whet.org Notes: svn path=/head/; revision=15433