]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MAJOR] new framework for generic ACL support
authorWilly Tarreau <w@1wt.eu>
Sun, 6 May 2007 22:36:48 +0000 (00:36 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 8 May 2007 21:24:50 +0000 (23:24 +0200)
commita84d3743673f719f0ad100b1cae92dac4a242ea5
treed5dfd2b536acaf92c972ada6747fc97fd7be2968
parent14c8aac63b782f6e8f63e590b1d3d80f04403ea6
[MAJOR] new framework for generic ACL support

This framework offers all other subsystems the ability to register
ACL matching criteria. Some generic matching functions are already
provided. Others will come soon and the framework shall evolve.
Makefile
Makefile.bsd
Makefile.osx
include/proto/acl.h [new file with mode: 0644]
include/types/acl.h [new file with mode: 0644]
src/acl.c [new file with mode: 0644]