Changes since version 1.5-dev24 : Emeric Brun (6): MINOR: ssl: clean unused ACLs declarations MINOR: ssl: adds fetchs and ACLs for ssl back connection. MINOR: ssl: merge client's and frontend's certificate functions. MINOR: ssl: adds ssl_f_sha1 fetch to return frontend's certificate fingerprint MINOR: ssl: adds sample converter base64 for binary type. MINOR: ssl: convert to binary ssl_fc_unique_id and ssl_bc_unique_id. Thierry FOURNIER (1): BUG/MEDIUM: patterns: last fix was still not enough William Lallemand (1): MINOR: http: export the smp_fetch_cookie function Willy Tarreau (25): BUG/MEDIUM: pattern: a typo breaks automatic acl/map numbering BUG/MAJOR: patterns: -i and -n are ignored for inlined patterns BUG/MINOR: proxy: unsafe initialization of HTTP transaction when switching from TCP frontend BUG/MINOR: http: log 407 in case of proxy auth MINOR: http: rely on the message body parser to send 100-continue MEDIUM: http: move reqadd after execution of http_request redirect MEDIUM: http: jump to dedicated labels after http-request processing BUG/MINOR: http: block rules forgot to increment the denied_req counter BUG/MINOR: http: block rules forgot to increment the session's request counter MEDIUM: http: move Connection header processing earlier MEDIUM: http: remove even more of the spaghetti in the request path MINOR: http: silently support the "block" action for http-request CLEANUP: proxy: rename "block_cond" to "block_rules" MEDIUM: http: emulate "block" rules using "http-request" rules MINOR: http: remove the now unused loop over "block" rules MEDIUM: http: factorize the "auth" action of http-request and stats MEDIUM: http: make http-request rules processing return a verdict instead of a rule MINOR: config: add minimum support for emitting warnings only once MEDIUM: config: inform the user about the deprecatedness of "block" rules MEDIUM: config: inform the user that "reqsetbe" is deprecated MEDIUM: config: inform the user only once that "redispatch" is deprecated MEDIUM: config: warn that '{cli,con,srv}timeout' are deprecated BUG/MINOR: auth: fix wrong return type in pat_match_auth() BUILD: config: remove a warning with clang BUG/MAJOR: http: connection setup may stall on balance url_param