aboutsummaryrefslogtreecommitdiffstats
path: root/packages/p3scan-pf
Commit message (Collapse)AuthorAgeFilesLines
* * added copyright header to each fileDaniel Stefan Haischt2007-09-016-24/+30
| | | | | | * added XSL stylesheet to each file * added DTD to some files (TODO: Add DTD to the remaining files and validate them against the DTD) * added a Document Type Definition which allows to validate package files
* * added copyright header to each fileDaniel Stefan Haischt2007-09-016-0/+264
| | | | | | * added XSL stylesheet to each file * added DTD to some files (TODO: Add DTD to the remaining files and validate them against the DTD) * added a Document Type Definition which allows to validate package files
* file_notice() requires require_once("notices.inc");Scott Ullrich2006-10-051-0/+1
|
* - fix: wrong HTML entity usageDaniel Stefan Haischt2006-08-051-1/+1
|
* - fix: including /usr/local/etc/rc.d/ for the rcfile is wrong.Daniel Stefan Haischt2006-08-051-1/+1
|
* - stop the service before deleting the package.Daniel Stefan Haischt2006-08-051-2/+5
|
* - fix: only remove the PID file if the service is _not_ runningDaniel Stefan Haischt2006-08-051-1/+2
|
* - fix: test whether /var/run/p3scan/p3scan.pid exists before starting the ↵Daniel Stefan Haischt2006-08-051-0/+2
| | | | service and remove it if necessary.
* - delete files that were copied in place by pkg_addDaniel Stefan Haischt2006-08-051-0/+13
|
* - return if theres no IP or port. doesnt make sense to setup NAT rules ↵Daniel Stefan Haischt2006-08-051-1/+6
| | | | without an IP and/or port.
* - fix: wrong HTML entity usageDaniel Stefan Haischt2006-08-051-1/+1
|
* - check whether rc file already existsDaniel Stefan Haischt2006-08-051-12/+9
| | | | - removed config_lock, that already hapens in sync_package_p3scan()
* - fix: added missing function callDaniel Stefan Haischt2006-08-051-0/+1
|
* - various bugfixesDaniel Stefan Haischt2006-08-057-2/+129
| | | | - added a exclusion list that lists IPs excluded from beeing served via transparent proxying
* changed address 0.0.0.0 to 127.0.0.1 as a bind addressDaniel Stefan Haischt2006-08-051-1/+1
|
* - fix: various typos.Daniel Stefan Haischt2006-08-051-1/+2
|
* removed absolute include pathDaniel Stefan Haischt2006-08-055-5/+5
|
* grr missing directoryDaniel Stefan Haischt2006-08-051-5/+5
|
* This is a more up to date p3scan package (stable version), that utilizes the ↵Daniel Stefan Haischt2006-08-056-0/+937
OpenBSD packet filter for transparant proxying. Also includes a GUI.