commit | ed66c297c26a52bfe0814dbb60c179f42a927381 | [log] [tgz] |
---|---|---|
author | Thierry FOURNIER <tfournier@exceliance.fr> | Thu Nov 28 11:05:19 2013 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Dec 02 23:31:33 2013 +0100 |
tree | 77f26e7210d8f07420dded83719c1cc10b15f5f3 | |
parent | dd69a046662270353c6e8cc170cd53da6887af3a [diff] |
REORG: acl/pattern: extract pattern matching from the acl file and create pattern.c This patch just moves code without any change. The ACL are just the association between sample and pattern. The pattern contains the match method and the parse method. These two things are different. This patch cleans the code by splitting it.