summaryrefslogtreecommitdiff
path: root/modules/metadata/mod_remoteip.c
Commit message (Expand)AuthorAgeFilesLines
* handle LOCAL ver_cmd proxy headersGiovanni Bechis2020-02-211-0/+3
* Fix a typoChristophe Jaillet2019-09-201-1/+1
* * modules/metadata/mod_remoteip.c (remoteip_process_v2_header,Joe Orton2019-08-061-9/+27
* mod_remoteip: Fix RemoteIP{Trusted,Internal}ProxyList loading broken by 2.4.30.Yann Ylavic2018-05-311-12/+0
* copy apr_sockaddr_is_wildcard to maintain 1.4.x support.Eric Covener2018-03-241-0/+35
* mod_remoteip: make proxy-protocol work on slave connections, e.g. in HTTP/2Stefan Eissing2018-03-191-1/+6
* APR-ize uint typesJim Jagielski2017-12-151-14/+14
* Fix format pattern (%lu => %APR_SIZE_T_FMT).Rainer Jung2017-10-161-2/+3
* PROXY protocol proposal correctionsMike Rumph2017-09-011-7/+5
* Fix directive name in Christophe Jaillet2017-04-061-2/+2
* Rename RemoteIPProxyProtocolDisableHosts to RemoteIPProxyProtocolExceptionsDaniel Ruggeri2017-04-051-1/+1
* Update PROXY handling by removing Optional processingDaniel Ruggeri2017-04-011-174/+98
* Finally include feedback from Ruediger Pluem. Add slave "backoff" verified by...Daniel Ruggeri2017-03-251-3/+39
* Change tactic for PROXY processing in Optional caseDaniel Ruggeri2017-02-041-54/+63
* * modules/metadata/mod_remoteip.c (register_hooks,Joe Orton2017-01-311-4/+5
* * modules/metadata/mod_remoteip.c: Fix GCC strict-aliasing warningJoe Orton2017-01-311-1/+8
* Set all read buckets aside in case we need to restore all during optional hea...Daniel Ruggeri2017-01-281-13/+18
* * Silence compiler warningRuediger Pluem2017-01-111-1/+1
* Reinsert attribution to mod_remoteip.c for PROXY protocolDaniel Ruggeri2016-12-311-0/+3
* On the trunk:Stefan Eissing2016-12-311-1/+1
* Move attribution for mod_remoteip RemoteIPProxyProtocol from file to CHANGESDaniel Ruggeri2016-12-311-3/+0
* Shorten RemoteIPProxyProtocolEnable to RemoteIPProxyProtocol and correct refe...Daniel Ruggeri2016-12-301-4/+4
* Merge new PROXY protocol code into mod_remoteipDaniel Ruggeri2016-12-301-2/+773
* mod_remoteip: Set useragent port to zero PR59931Eric Covener2016-12-291-0/+3
* mod_remoteip: Use r->useragent_addr as the root trusted address for verifying.Jan Kaluža2015-06-301-1/+1
* Prevent an external proxy from presenting an internal proxyMike Rumph2014-04-171-1/+20
* Use the correct IP addresses to populate the proxy_ips field Mike Rumph2014-02-041-2/+3
* Correct the trusted proxy match test in mod_remoteip. PR 54651.\n\nSubmitted ...Mike Rumph2014-02-031-2/+2
* s/equivalant/equivalent/ in commentsChristophe Jaillet2013-12-131-1/+1
* Remove redundant checkChristophe Jaillet2013-12-131-1/+1
* s/ip/IP/ in commentsChristophe Jaillet2013-12-131-6/+5
* Close file in error path.Christophe Jaillet2013-06-091-0/+1
* Use %pm available since apr 1.3 instead of an extra call to apr_strerrorStefan Fritsch2013-03-311-7/+5
* remove warning:Jim Jagielski2012-11-091-2/+3
* Downgrade log message about adjusted IP address to trace1Stefan Fritsch2012-03-241-1/+1
* Further clarify the naming of the entity that directly connects to us byGraham Leggett2011-12-141-6/+6
* Further clarify the naming of the entity that originates the request byGraham Leggett2011-12-141-7/+7
* Remove usage of APLOG_NOERRNO. It has been a no-op since at least 2.0.xStefan Fritsch2011-12-071-1/+1
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-021-2/+2
* Introduce a per connection "peer_ip" and a per request "client_ip" toGraham Leggett2011-11-251-13/+13
* Introduce a per request version of the remote IP address, which can beGraham Leggett2011-11-221-97/+33
* Style fixes, no functional change.Graham Leggett2011-11-181-22/+44
* Fix configuration of internal proxiesStefan Fritsch2011-10-181-5/+5
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-20/+20
* more temp pool usage and remove some useless apr_pstrdup()sStefan Fritsch2010-10-231-2/+2
* * - temp_sa is already the correct pointerRuediger Pluem2010-08-301-2/+2
* * temp_sa is already the correct pointer.Ruediger Pluem2010-08-301-1/+1
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-1/+1
* comment change, no functional changeJim Jagielski2009-05-051-1/+2
* * Don't assign pointers to int's. This is a nightmare when changeingRuediger Pluem2009-04-291-4/+4