haproxy/include
Willy Tarreau 0320934f7e MEDIUM: ssl: remote the proxy argument from most functions
Most of the SSL functions used to have a proxy argument which was mostly
used to be able to emit clean errors using Alert(). First, many of them
were converted to memprintf() and don't require this pointer anymore.
Second, the rare which still need it also have either a bind_conf argument
or a server argument, both of which carry a pointer to the relevant proxy.

So let's now get rid of it, it needlessly complicates the API and certain
functions already have many arguments.
2016-12-22 23:26:38 +01:00
..
common MINOR: cfgparse: add two new functions to check arguments count 2016-12-21 23:39:26 +01:00
import CLEANUP: da: move global settings out of the global section 2016-12-21 21:30:54 +01:00
proto MEDIUM: ssl: remote the proxy argument from most functions 2016-12-22 23:26:38 +01:00
types MEDIUM: move listener->frontend to bind_conf->frontend 2016-12-22 23:26:38 +01:00