]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MAJOR: acl: make use of the new sample struct and get rid of acl_test
authorWilly Tarreau <w@1wt.eu>
Mon, 23 Apr 2012 14:16:37 +0000 (16:16 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 8 May 2012 18:57:14 +0000 (20:57 +0200)
commit3740635b88b257efa204a854750a931825271092
treeae04671182acb299def39ac0630fcb40241d4054
parent422aa0792d8a214e4d67806a5e2d66ebe7091bc1
MAJOR: acl: make use of the new sample struct and get rid of acl_test

This change is invasive in lines of code but not much in terms of
functionalities as it's mainly a replacement of struct acl_test
with struct sample.
include/proto/acl.h
include/proto/auth.h
include/types/acl.h
src/acl.c
src/auth.c
src/backend.c
src/frontend.c
src/proto_http.c
src/proto_tcp.c
src/protocols.c
src/session.c