]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MAJOR: acl: make use of the new argument parsing framework
authorWilly Tarreau <w@1wt.eu>
Thu, 19 Apr 2012 15:16:54 +0000 (17:16 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 8 May 2012 18:57:11 +0000 (20:57 +0200)
commit34db10842367dd7f9cebd6821bd4d3a59c1f19eb
treeb5d2d0021a5a25b4f850b5f192f2a6a0e90347bd
parent2ac5718dbd4ec722ece228e9f613d2be74eee9da
MAJOR: acl: make use of the new argument parsing framework

The ACL parser now uses the argument parser to build a typed argument list.
Right now arguments are all strings and only one argument is supported since
this is what ACLs currently support.
include/types/acl.h
src/acl.c
src/backend.c
src/frontend.c
src/proto_http.c
src/proto_tcp.c
src/session.c