Hi! Since I'm not proeminent in C++, I'm looking Squid 2 CVS HEAD code to implement filename extension ACL within it, by patching src/acl.c file. AFAIS (as far as I saw) it is just adding an 'squid_acl' ACL_FILEEXT value, and adding a 'aclMatchFileExt()' function that will be called by 'aclMatchAcl()'. Am I going to the right direction ?
Regards Lucas Brasilino 2007/7/16, Henrik Nordstrom <[EMAIL PROTECTED]>:
mån 2007-07-16 klockan 14:29 +0200 skrev Emilio Casbas: > To look and making new code which is the most appropiate version? > Pre-releases or daily auto-generated? Neither. CVS access is recommended. Instructions: http://devel.squid-cache.org/CVS.html section "Routine for adding a new branch" Tools you need: * SSH * CVS * The cvsmkbranch script from the page above, is used for creating your own work space in the CVS. Or you can ask here to have the branch created for you. * Editor of your choice * C/C++ compiler Suggested branch names for the two tasks is acl_fileext and acl_urllist Regards Henrik
