]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: pattern: rename "acl" prefix to "pat"
authorThierry FOURNIER <tfournier@exceliance.fr>
Thu, 28 Nov 2013 17:22:00 +0000 (18:22 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 2 Dec 2013 22:31:33 +0000 (23:31 +0100)
commita65b343eee64d699b95864237bb3b9d0946066e4
tree5181acf673ea3a1ed1b499d409421a227968034c
parentd163e1ce306e59a1505df2f6b5f8e69db54850fa
MEDIUM: pattern: rename "acl" prefix to "pat"

This patch just renames functions, types and enums. No code was changed.
A significant number of files were touched, especially the ACL arrays,
so it is likely that some external patches will not apply anymore.

One important thing is that we had to split ACL_PAT_* into two groups :
  - ACL_TEST_{PASS|MISS|FAIL}
  - PAT_{MATCH|UNMATCH}

A future patch will enforce enums on all these places to avoid confusion.
12 files changed:
include/proto/acl.h
include/proto/auth.h
include/proto/pattern.h
include/types/acl.h
include/types/pattern.h
src/acl.c
src/auth.c
src/pattern.c
src/payload.c
src/proto_http.c
src/proto_tcp.c
src/ssl_sock.c