]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[REORG] http: move the http-request rules to proto_http
authorWilly Tarreau <w@1wt.eu>
Thu, 6 Jan 2011 16:51:27 +0000 (17:51 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 13 Mar 2011 21:00:24 +0000 (22:00 +0100)
commitff011f26e996c802e69473f462ac13cca1e71656
tree9d2816c6e8d39ea49930cb853c1eacc0c3677f18
parentf68a15a9512bf90b1b3fbc3dcb8e121a5f010b31
[REORG] http: move the http-request rules to proto_http

And also rename "req_acl_rule" "http_req_rule". At the beginning that
was a bit confusing to me, especially the "req_acl" list which in fact
holds what we call rules. After some digging, it appeared that some
part of the code is 100% HTTP and not just related to authentication
anymore, so let's move that part to HTTP and keep the auth-only code
in auth.c.
include/common/uri_auth.h
include/proto/auth.h
include/proto/proto_http.h
include/types/auth.h
include/types/proto_http.h
include/types/proxy.h
src/auth.c
src/cfgparse.c
src/haproxy.c
src/proto_http.c
src/uri_auth.c