4f0358189bfa57b8e75bd6b94db264302a8f336a 1588330 |
|
17-Apr-2014 |
mrumph |
Prevent an external proxy from presenting an internal proxy
in mod_remoteip.c. PR 55962. |
e376bf3218f6c09106a849c142aa68e999db0ff4 1564475 |
|
04-Feb-2014 |
mrumph |
Use the correct IP addresses to populate the proxy_ips field
in mod_remoteip.c. PR 55972. |
f09f2c08cbc0f542308ca1b001a36a0caf05dfc5 1564052 |
|
03-Feb-2014 |
mrumph |
Correct the trusted proxy match test in mod_remoteip. PR 54651.\n\nSubmitted By: Yoshinori Ehara <yoshinori ehara gmail com>\nEndorsed By: Eugene L <eugenel amazon com>\nCommited By: mrumph |
ae8370651a727a185a38b05a7f4f4f2579668d1b 1550828 |
|
13-Dec-2013 |
jailletc36 |
s/equivalant/equivalent/ in comments |
bcc304ca1f2d861689e696bf0b2b99ce6ead8cdc 1550651 |
|
13-Dec-2013 |
jailletc36 |
Remove redundant check |
a05afc9e8144b978275e5fadf356717de6f93039 1550650 |
|
13-Dec-2013 |
jailletc36 |
s/ip/IP/ in comments |
2bafcd84ce024c056b75729a56b48bc05b0e62a1 1491234 |
|
09-Jun-2013 |
jailletc36 |
Close file in error path. |
dfa7a2996e64469379184e08a1246557ddeb2783 1463056 |
|
31-Mar-2013 |
sf |
Use %pm available since apr 1.3 instead of an extra call to apr_strerror |
f6eb986cac412f060cf03b3e00fb6df298f3ddf1 1407459 |
|
09-Nov-2012 |
jim |
remove warning:
mod_remoteip.c:404:38: warning: data argument not used by format string [-Wformat-extra-args]
It's a hack, but maintain the orig hack ;) |
14eee7f07cb718db6ea912d1e2df33fac28ab783 1304855 |
|
24-Mar-2012 |
sf |
Downgrade log message about adjusted IP address to trace1 |
c41be3600a58bd39a76d1215abcdbbd8e9b1c356 1214015 |
|
14-Dec-2011 |
minfrin |
Further clarify the naming of the entity that directly connects to us by
calling that entity a client instead of a peer. |
a221184be5b40f8349982d94cda02b98068ce0d8 1214003 |
|
14-Dec-2011 |
minfrin |
Further clarify the naming of the entity that originates the request by
calling that entity a useragent instead of a client. |
5a493ffe535de283863dcaa6756b00e5324e5f61 1211663 |
|
07-Dec-2011 |
sf |
Remove usage of APLOG_NOERRNO. It has been a no-op since at least 2.0.x |
185aa71728867671e105178b4c66fbc22b65ae26 1209766 |
|
03-Dec-2011 |
sf |
Add lots of unique tags to error log messages |
8269892c0023355f51a3f67be442662aefdc6f92 1206291 |
|
25-Nov-2011 |
minfrin |
Introduce a per connection "peer_ip" and a per request "client_ip" to
distinguish between the raw IP address of the connection and the effective
IP address of the request. |
49fd87ed00b95bdd7a4cfc874e5c5fe4a04faf5a 1204968 |
|
22-Nov-2011 |
minfrin |
Introduce a per request version of the remote IP address, which can be
optionally modified by a module when the effective IP of the client
is not the same as the real IP of the client (such as a load balancer). |
58c443b12c1154d1ab01d0a61f33625a51645bb9 1203875 |
|
18-Nov-2011 |
minfrin |
Style fixes, no functional change. |
b80324fbe463460d1c847b88ffe2132f92ce5587 1185828 |
|
18-Oct-2011 |
sf |
Fix configuration of internal proxies
PR: 49272
Submitted by: Jim Riggs <jim riggs me> |
5bfaaf573bacb45c1cf290ce85ecc676587e8a64 1174751 |
|
23-Sep-2011 |
jim |
Cleanup effort in prep for GA push:
Trim trailing whitespace... no func change |
05a5d2147e0dadae69d00691f814049dc9999efd 1026660 |
|
23-Oct-2010 |
sf |
more temp pool usage and remove some useless apr_pstrdup()s |
c12961e4e4662715543eb70a9cd30893c817d807 990746 |
|
30-Aug-2010 |
rpluem |
* - temp_sa is already the correct pointer
- use temp_sa instead of temp_sa_buff which is not a pointer
Pointed by: Andrew Skalski <voltara gmail.com> |
b7a2f855b5e31abc24dab2eef28e9e2f985ae25b 990745 |
|
30-Aug-2010 |
rpluem |
* temp_sa is already the correct pointer.
PR: 49838
Submitted by: Andrew Skalski <voltara gmail.com>
Reviewed by: rpluem |
36ef8f77bffe75d1aa327882be1b5bdbe2ff567a 951895 |
|
06-Jun-2010 |
sf |
Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take
advantage of per-module loglevels |
28a2fcdeefd8d4fd7c9e258ff61d156edbb01cac 771966 |
|
05-May-2009 |
jim |
comment change, no functional change |
72664754b0b490b91f9debd16ecb172fb9475721 769818 |
|
29-Apr-2009 |
rpluem |
* Don't assign pointers to int's. This is a nightmare when changeing
between 32 and 64 bit and waiting for an accident to happen.
Also: It produces compiler warnings (at least 64 bit) :-). |
88328f1b6dc66803c905a3fb857e04d97facc3d2 767786 |
|
23-Apr-2009 |
wrowe |
Introduce mod_remoteip to trunk from httpd/sandbox/mod_remoteip |