haproxy/src
Willy Tarreau 7ac51f61f5 [MEDIUM] add the "except" keyword to the "forwardfor" option
Patch from Bryan Germann for 1.2.17.
In some circumstances, it is useful not to add the X-Forwarded-For
header, for instance when the client is another reverse-proxy or
stunnel running on the same machine and which already adds it. This
patch adds the "except" keyword to the "forwardfor" option, allowing
to specify an address or network which will not be added to this
header.
2007-03-25 16:00:04 +02:00
..
appsession.c [MAJOR] replace the wait-queue linked list with an rbtree. 2007-01-07 02:14:23 +01:00
backend.c [MINOR] move some flags from session.h to proto_http.h 2007-03-18 18:34:41 +01:00
base64.c [CLEANUP] included common/version.h everywhere 2006-06-29 18:54:54 +02:00
buffers.c [MINOR] HTTP: factorize all the header insertions 2007-03-18 22:36:26 +01:00
capture.c [CLEANUP] included common/version.h everywhere 2006-06-29 18:54:54 +02:00
cfgparse.c [MEDIUM] add the "except" keyword to the "forwardfor" option 2007-03-25 16:00:04 +02:00
checks.c [MINOR] move some flags from session.h to proto_http.h 2007-03-18 18:34:41 +01:00
chtbl.c [CLEANUP] included common/version.h everywhere 2006-06-29 18:54:54 +02:00
client.c [BUG] fix pointer initializations for TCP connections. 2007-03-19 16:20:06 +01:00
cttproxy.c [MEDIUM] check for cttproxy support when required 2007-03-24 17:24:39 +01:00
fd.c [CLEANUP] fd.c : regparm was hardcoded too. 2006-10-15 23:10:10 +02:00
haproxy.c [MEDIUM] check for cttproxy support when required 2007-03-24 17:24:39 +01:00
hashpjw.c [CLEANUP] included common/version.h everywhere 2006-06-29 18:54:54 +02:00
hdr_idx.c [MAJOR] huge rework of the HTTP request FSM 2007-01-21 19:16:41 +01:00
list.c [CLEANUP] included common/version.h everywhere 2006-06-29 18:54:54 +02:00
log.c [MINOR] move some flags from session.h to proto_http.h 2007-03-18 18:34:41 +01:00
proto_http.c [MEDIUM] add the "except" keyword to the "forwardfor" option 2007-03-25 16:00:04 +02:00
proxy.c [MINOR] indicate the proxy type in the logs after a loss of servers 2006-12-31 17:46:05 +01:00
queue.c [MEDIUM] split fe->maxconn into fe->maxconn and be->fullconn 2006-12-29 00:10:33 +01:00
rbtree.c [MINOR] imported the rbtree function from Linux kernel 2007-01-07 02:12:57 +01:00
regex.c [CLEANUP] add a few "const char *" where appropriate 2006-10-15 15:17:57 +02:00
server.c [CLEANUP] included common/version.h everywhere 2006-06-29 18:54:54 +02:00
session.c [CLEANUP] move http_txn out of session.h 2007-03-18 17:31:28 +01:00
standard.c [MINOR] added new str2i* functions 2007-03-04 18:06:08 +01:00
stream_sock.c [MINOR] read optimizations based on the MSS 2007-03-23 23:02:09 +01:00
task.c [MINOR] slightly optimize time calculation for rbtree 2007-02-12 00:59:08 +01:00
time.c [MINOR] slightly optimize time calculation for rbtree 2007-02-12 00:59:08 +01:00
uri_auth.c [CLEANUP] included common/version.h everywhere 2006-06-29 18:54:54 +02:00