aboutsummaryrefslogtreecommitdiff
path: root/www/ffproxy
Commit message (Collapse)AuthorAgeFilesLines
* Fix access control and logging of IPv6 addresses.John Hay2007-03-141-0/+35
| | | | Notes: svn path=/head/; revision=187393
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149462
* Drop maintership.Kirill Ponomarev2005-04-211-1/+1
| | | | Notes: svn path=/head/; revision=133879
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Update to 1.6Kirill Ponomarev2005-01-164-55/+56
| | | | Notes: svn path=/head/; revision=126620
* - Remove USE_SIZE knobKirill Ponomarev2004-04-161-1/+0
| | | | Notes: svn path=/head/; revision=107235
* - SIZEifyKirill Ponomarev2004-01-302-0/+2
| | | | Notes: svn path=/head/; revision=99518
* - Update to 1.5.1Kirill Ponomarev2003-08-182-3/+2
| | | | Notes: svn path=/head/; revision=87203
* Add 2 new manpagesKirill Ponomarev2003-08-101-1/+9
| | | | | | | | | Bump PORTREVISION Pointed by: Niklas Olmes <niklas@noxa.de> Notes: svn path=/head/; revision=86729
* Update to 1.5Kirill Ponomarev2003-08-093-3/+2
| | | | Notes: svn path=/head/; revision=86666
* Honor CFLAGSKirill Ponomarev2003-08-021-0/+1
| | | | | | | | Submitted by: Jolan Luff Approved by: fjoe (mentor) (implicit) Notes: svn path=/head/; revision=86199
* Update to 1.4.1Kirill Ponomarev2003-08-024-17/+16
| | | | | | | Approved by: fjoe (mentor) (implicit) Notes: svn path=/head/; revision=86188
* ffproxy is a filtering HTTP proxy server. It is ableKirill Ponomarev2003-07-216-0/+87
to filter by host, URL, and header. Custom header entries can be filtered and added. It can even drop its privileges and optionally chroot() to some directory. Logging to syslog() is supported, as is using another auxiliary proxy server. Contacting IPv6 servers is supported and allows transparent IPv6 over IPv4 browsing. PR: 54669 Approved by: fjoe (mentor) Notes: svn path=/head/; revision=85302