./wip/ftpsesame, Automatic packet filter configurator for FTP

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.95, Package name: ftpsesame-0.95, Maintainer: peter

ftpsesame helps the FTP protocol get through your pf(4) firewall. It does
this by passively analysing FTP control connections and adding rules into a
pf(4) anchor when an FTP data connection is about to commence.

You might want to try ftpsesame instead of ftp-proxy(8) for the
following reasons:

* it runs on "transparent" (no IP address) bridges
* you need packetfilter performance on all data connections
* you have to handle lots of simultaneous sessions
* you do not want to redirect any traffic to the firewall itself:
for IP accounting or other reasons

In general, ftpsesame is a good choice to run on a firewall in front of
multiple FTP servers, where no NAT is involved. ftp-proxy(8) is usually the
best choice when users behind NAT need to access FTP servers on the Internet.
In other situations it depends, sometimes they are useful together.


Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: d350f94da0080731523b72d346603240a6dfb73a
Filesize: 10.717 KB

Version history: (Expand)


CVS history: (Expand)


   2012-09-29 00:58:05 by Aleksej Saushev | Files touched by this commit (1)
Log message:
Support staged installation.
   2008-07-21 14:01:30 by Tobias Nygren | Files touched by this commit (2)
Log message:
security/pflkm is gone
   2006-10-29 09:32:37 by Sergey Svishchev | Files touched by this commit (192)
Log message:
Delint:
- convert spaces to tabs (pkglint --autofix)
- set, not append to USE_LANGUAGES
   2006-08-16 14:50:23 by Jörg Sonnenberger | Files touched by this commit (5)
Log message:
Fix build on DragonFly. Use INSTALLATION_DIRS.
   2006-04-20 15:36:35 by Aleksey Cheusov | Files touched by this commit (67)
Log message:

man is replaced with ${PKGMANDIR}
   2006-03-14 02:27:57 by Johnny C. Lam | Files touched by this commit (82)
Log message:
Catch up to modern pkginstall framework: USE_PKGINSTALL has been dead
for a while now, and *_EXTRA_TMPL are generally not needed anymore.
   2005-04-11 23:12:19 by Todd Vierling | Files touched by this commit (1)
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

   2005-03-28 16:18:57 by Peter Postma | Files touched by this commit (1)
Log message:
Set NO_CONFIGURE to "yes", not "no".