]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[CLEANUP] tcp: move some non tcp-specific layer6 processing out of proto_tcp
authorWilly Tarreau <w@1wt.eu>
Mon, 24 May 2010 18:27:29 +0000 (20:27 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 14 Jun 2010 08:53:09 +0000 (10:53 +0200)
commit44b90cc4d8136ae4c3748629491af39d97ea549a
treefdc8ebc1826d42b83d7dc6a2cd3a7e50c897f9be
parenta93c4bbdb7e029bdd245712dac175d094142eeb5
[CLEANUP] tcp: move some non tcp-specific layer6 processing out of proto_tcp

Some functions which act on generic buffer contents without being
tcp-specific were historically in proto_tcp.c. This concerns ACLs
and RDP cookies. Those have been moved away to more appropriate
locations. Ideally we should create some new files for each layer6
protocol parser. Let's do that later.
include/proto/acl.h
include/proto/proto_tcp.h
src/acl.c
src/backend.c
src/proto_tcp.c