]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: include: split common/uri_auth.h into haproxy/uri_auth{,-t}.h
authorWilly Tarreau <w@1wt.eu>
Thu, 4 Jun 2020 17:27:34 +0000 (19:27 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 11 Jun 2020 08:18:58 +0000 (10:18 +0200)
commit8c42b8a147fa2967a8dced8bb487a76de9d5ce89
tree7993d2fbe341c1a0100f5a865513d1c3cc35e613
parentdcc048a14a361260fe588ee24650370065feb73a
REORG: include: split common/uri_auth.h into haproxy/uri_auth{,-t}.h

Initially it looked like this could have been placed into auth.h or
stats.h but it's not the case as it's what makes the link between them
and the HTTP layer. However the file needed to be split in two. Quite
a number of call places were dropped because these were mostly leftovers
from the early days where the stats and cli were packed together.
13 files changed:
include/haproxy/uri_auth-t.h [moved from include/common/uri_auth.h with 58% similarity]
include/haproxy/uri_auth.h [new file with mode: 0644]
src/acl.c
src/cfgparse-listen.c
src/cfgparse.c
src/cli.c
src/haproxy.c
src/hlua_fcn.c
src/http_act.c
src/http_ana.c
src/sample.c
src/stats.c
src/uri_auth.c