haproxy/src
Willy Tarreau dd64f8d394 [MEDIUM] acl: when possible, report the name and requirements of ACLs in warnings
When an ACL is referenced at a wrong place (eg: response during request, layer7
during layer4), try to indicate precisely the name and requirements of this ACL.

Only the first faulty ACL is returned. A small change consisting in iterating
that way may improve reports :
   cap = ACL_USE_any_unexpected
   while ((acl=cond_find_require(cond, cap))) {
     warning()
     cap &= ~acl->requires;
   }

This will report the first ACL of each unsupported type. But doing so will
mangle the error reporting a lot, so we need to rework error reports first.
2008-08-03 09:41:05 +02:00
..
acl.c [MEDIUM] acl: when possible, report the name and requirements of ACLs in warnings 2008-08-03 09:41:05 +02:00
appsession.c [CLEANUP] remove many #include <types/xxx> from C files 2008-07-16 10:30:42 +02:00
backend.c [MEDIUM] acl: set types on all currently known ACL verbs 2008-07-25 19:31:03 +02:00
base64.c [BUILD] change declaration of base64tab to fix build with Intel C++ 2008-06-29 17:17:38 +02:00
buffers.c [BUG] Flush buffers also where there are exactly 0 bytes left 2008-04-21 07:22:33 +02:00
cfgparse.c [MEDIUM] acl: when possible, report the name and requirements of ACLs in warnings 2008-08-03 09:41:05 +02:00
checks.c [CLEANUP] remove many #include <types/xxx> from C files 2008-07-16 10:30:42 +02:00
client.c [MEDIUM] acl: set types on all currently known ACL verbs 2008-07-25 19:31:03 +02:00
cttproxy.c [CLEANUP] remove many #include <types/xxx> from C files 2008-07-16 10:30:42 +02:00
dumpstats.c [CLEANUP] remove many #include <types/xxx> from C files 2008-07-16 10:30:42 +02:00
eb32tree.c [MINOR] merge ebtree version 3.0 2007-11-28 14:20:44 +01:00
eb64tree.c [MINOR] merge ebtree version 3.0 2007-11-28 14:20:44 +01:00
ebpttree.c [MINOR] merge ebtree version 3.0 2007-11-28 14:20:44 +01:00
ebtree.c [MINOR] merge ebtree version 3.0 2007-11-28 14:20:44 +01:00
ev_epoll.c [CLEANUP] remove many #include <types/xxx> from C files 2008-07-16 10:30:42 +02:00
ev_kqueue.c [CLEANUP] remove many #include <types/xxx> from C files 2008-07-16 10:30:42 +02:00
ev_poll.c [CLEANUP] remove dependency on obsolete INTBITS macro 2008-07-16 10:30:44 +02:00
ev_select.c [CLEANUP] remove dependency on obsolete INTBITS macro 2008-07-16 10:30:44 +02:00
ev_sepoll.c [CLEANUP] remove many #include <types/xxx> from C files 2008-07-16 10:30:42 +02:00
fd.c [CLEANUP] remove many #include <types/xxx> from C files 2008-07-16 10:30:42 +02:00
haproxy.c [CLEANUP] remove dependency on obsolete INTBITS macro 2008-07-16 10:30:44 +02:00
hdr_idx.c [CLEANUP] remove many #include <types/xxx> from C files 2008-07-16 10:30:42 +02:00
log.c [CLEANUP] remove many #include <types/xxx> from C files 2008-07-16 10:30:42 +02:00
memory.c [MEDIUM] Fix memory freeing at exit 2008-05-30 07:07:19 +02:00
proto_http.c [MEDIUM] acl: set types on all currently known ACL verbs 2008-07-25 19:31:03 +02:00
proto_tcp.c [MEDIUM] acl: when possible, report the name and requirements of ACLs in warnings 2008-08-03 09:41:05 +02:00
proto_uxst.c [CLEANUP] remove many #include <types/xxx> from C files 2008-07-16 10:30:42 +02:00
protocols.c [CLEANUP] remove many #include <types/xxx> from C files 2008-07-16 10:30:42 +02:00
proxy.c [CLEANUP] remove many #include <types/xxx> from C files 2008-07-16 10:30:42 +02:00
queue.c [CLEANUP] remove many #include <types/xxx> from C files 2008-07-16 10:30:42 +02:00
rbtree.c [MINOR] imported the rbtree function from Linux kernel 2007-01-07 02:12:57 +01:00
regex.c [CLEANUP] shut warnings 'is*' macros from ctype.h on solaris 2007-06-17 21:51:38 +02:00
senddata.c [CLEANUP] remove many #include <types/xxx> from C files 2008-07-16 10:30:42 +02:00
server.c [CLEANUP] remove many #include <types/xxx> from C files 2008-07-16 10:30:42 +02:00
session.c [CLEANUP] remove many #include <types/xxx> from C files 2008-07-16 10:30:42 +02:00
sessionhash.c [BUG] fix segfault on exit in new appsession code 2007-10-15 20:08:16 +02:00
standard.c [MINOR] Allow to specify a domain for a cookie 2008-05-25 10:09:02 +02:00
stream_sock.c [CLEANUP] remove many #include <types/xxx> from C files 2008-07-16 10:30:42 +02:00
task.c [CLEANUP] remove many #include <types/xxx> from C files 2008-07-16 10:30:42 +02:00
time.c [MINOR] introduce now_ms, the current date in milliseconds 2008-06-29 13:47:25 +02:00
uri_auth.c [MINOR] report haproxy's version by default on the stats page 2007-10-15 10:05:11 +02:00