]> git.ipfire.org Git - thirdparty/squid.git/commit
ftp_epsv ACLs
authorChristos Tsantilas <chtsanti@users.sourceforge.net>
Fri, 4 Apr 2014 16:36:47 +0000 (19:36 +0300)
committerChristos Tsantilas <chtsanti@users.sourceforge.net>
Fri, 4 Apr 2014 16:36:47 +0000 (19:36 +0300)
commitddf5aa2bbc5550e64e9cbd5b5814a0f4eba41882
tree3b4e00115837b140b12671263d181d740fe891e1
parent3633974207ffbd8edd214c08dea9be0966334068
ftp_epsv ACLs

This patch add support for ftp_epsv ACLs. The following syntax is supported:
  ftp_epsv on
  ftp_epsv off
  ftp_epsv deny acl1
  ftp_epsv allow acl2 acl3

The action of the first matching line wins. The "ftp_epsv on|off" syntax is
supported for backward compatibility.

This is a Measurement Factory project
src/SquidConfig.h
src/cache_cf.cc
src/cf.data.depend
src/cf.data.pre
src/ftp.cc