CONTRIB: move modsecurity out of the tree
authorWilly Tarreau <w@1wt.eu>
Wed, 21 Apr 2021 09:29:47 +0000 (11:29 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 21 Apr 2021 09:30:43 +0000 (11:30 +0200)
commitb77cd7f5623381cc8d7b00977e5b784b9f814a38
tree0de2f1b030972fcce01a9a3252aff4c76404d175
parentda72723189ea43872626d539b2085a58346909e0
CONTRIB: move modsecurity out of the tree

As previously mentioned SPOA code has nothing to do in the haproxy core
since they're not dependent on haproxy's version. This one was moved to
its own repository here with complete history:

    https://github.com/haproxy/spoa-modsecurity
20 files changed:
.gitignore
contrib/modsecurity/Makefile [deleted file]
contrib/modsecurity/README [deleted file]
contrib/modsecurity/include/haproxy/api-t.h [deleted file]
contrib/modsecurity/include/haproxy/api.h [deleted file]
contrib/modsecurity/include/haproxy/buf-t.h [deleted file]
contrib/modsecurity/include/haproxy/compat.h [deleted file]
contrib/modsecurity/include/haproxy/compiler.h [deleted file]
contrib/modsecurity/include/haproxy/http-t.h [deleted file]
contrib/modsecurity/include/haproxy/intops.h [deleted file]
contrib/modsecurity/include/haproxy/list-t.h [deleted file]
contrib/modsecurity/include/haproxy/list.h [deleted file]
contrib/modsecurity/include/haproxy/sample-t.h [deleted file]
contrib/modsecurity/include/haproxy/sample_data-t.h [deleted file]
contrib/modsecurity/include/haproxy/spoe-t.h [deleted file]
contrib/modsecurity/include/haproxy/spoe.h [deleted file]
contrib/modsecurity/modsec_wrapper.c [deleted file]
contrib/modsecurity/modsec_wrapper.h [deleted file]
contrib/modsecurity/spoa.c [deleted file]
contrib/modsecurity/spoa.h [deleted file]