]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: include: move auth.h to haproxy/auth{,-t}.h
authorWilly Tarreau <w@1wt.eu>
Thu, 4 Jun 2020 08:36:03 +0000 (10:36 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 11 Jun 2020 08:18:57 +0000 (10:18 +0200)
commitac13aeaa891a8f2a4cbe8319118ccb0e214a74db
tree830244a1045e4e9893a62287af5a863f7b3c4679
parentaa74c4e1b37d7b6dbb53840dbb6a45d1b9aa6fb1
REORG: include: move auth.h to haproxy/auth{,-t}.h

The STATS_DEFAULT_REALM and STATS_DEFAULT_URI were moved to defaults.h.
It was required to include types/pattern.h and types/sample.h since they
are mentioned in function prototypes.

It would be wise to merge this with uri_auth.h later.
12 files changed:
include/common/uri_auth.h
include/haproxy/auth-t.h [moved from include/types/auth.h with 84% similarity]
include/haproxy/auth.h [moved from include/proto/auth.h with 78% similarity]
include/haproxy/defaults.h
include/types/acl.h
src/acl.c
src/auth.c
src/cfgparse.c
src/haproxy.c
src/http_acl.c
src/http_fetch.c
src/sample.c