[MINOR] acl: add http_auth and http_auth_group
authorKrzysztof Piotr Oledzki <ole@ans.pl>
Fri, 29 Jan 2010 18:26:18 +0000 (19:26 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 31 Jan 2010 18:14:09 +0000 (19:14 +0100)
commitf9423ae43a42d8ae485af70159f4a536b8730a25
tree4ef5e979f1173b5098090b7b3f2f49981702ddee
parent59bb218b86239d880adb69f5ecec671302a9a0de
[MINOR] acl: add http_auth and http_auth_group

Add two acls to match http auth data:
 acl <name> http_auth(userlist)
 acl <name> http_auth_hroup(userlist) group1 group2 (...)
include/proto/acl.h
include/types/acl.h
include/types/proto_http.h
src/acl.c
src/auth.c
src/cfgparse.c
src/proto_http.c
src/session.c