summaryrefslogtreecommitdiffstats
path: root/modules/proxy/mod_proxy_ftp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mod_proxy: Handle backend address renewal with address_ttl= parameter.Yann Ylavic2023-09-211-67/+32
* * Whitespace fixes. No functional change.Ruediger Pluem2023-03-221-1/+1
* Do not double encode encoded slashesRuediger Pluem2023-03-131-1/+4
* check apr_sockaddr_info_get() return valueGiovanni Bechis2022-06-281-2/+12
* Remove some APR 0.x stuff.Christophe Jaillet2022-02-201-5/+0
* core: Add ap_create_connection() to create a server or client/proxy connection.Yann Ylavic2021-09-091-3/+3
* Revert r1480058, -1'ed on dev@ and STATUS.Yann Ylavic2020-12-101-116/+48
* Fix spelling errors found by codespell. [skip ci]Mike Rumph2020-02-131-1/+1
* trap bad FTP responsesEric Covener2020-02-071-5/+15
* PR62989: DOCTYPE tags in server-generated HTML. Eric Covener2020-01-311-1/+1
* Fix pool concurrency problemsRuediger Pluem2019-10-111-2/+2
* * Lock the worker, not the balancer. We even do not know if we have a balancerRuediger Pluem2019-08-291-2/+2
* lognosEric Covener2019-08-081-1/+1
* remove request details from error documents (CVE-2019-10092).Eric Covener2019-08-021-2/+3
* Follow up to r1859371: extend to other ap_proxy_connection_create[_ex]() users.Yann Ylavic2019-05-171-6/+4
* Make proxy modules compile if APR_HAS_THREADS is not defined.Stefan Sperling2019-01-291-0/+6
* revert of r808895 somehow missed mod_proxy_ftpEric Covener2019-01-231-1/+1
* Save some cycle.Christophe Jaillet2018-08-181-9/+11
* Delay some memory allocation.Christophe Jaillet2018-04-201-1/+2
* Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygenWilliam A. Rowe Jr2016-06-091-5/+5
* mod_proxy, mod_ssl: Handle SSLProxy* directives in <Proxy> sections,Yann Ylavic2016-04-261-2/+2
* Added many log numbers to log statements thatRainer Jung2016-01-191-1/+1
* Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive).Yann Ylavic2015-11-231-5/+5
* Revert r1715789: will re-commit without spurious functional changes.Yann Ylavic2015-11-231-5/+5
* Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive).Yann Ylavic2015-11-231-5/+5
* Fix some spurious ident spotted by sparseChristophe Jaillet2015-08-311-1/+1
* Fix indent.Christophe Jaillet2014-10-221-26/+26
* Turn some APR_BUCKET_REMOVE(e)+apr_bucket_destroy(e) into the equivalent apr_...Christophe Jaillet2014-08-011-4/+2
* Remove some 'register' in variable declaration.Christophe Jaillet2014-07-141-1/+1
* Strip useless apr_brigade_cleanup() calls.Yann Ylavic2014-06-101-1/+0
* Avoid sending back uninitialized memory, use 'ftpmessage' in order to have so...Christophe Jaillet2013-12-171-2/+1
* mod_proxy: Ensure network errors detected by the proxy are returned asGraham Leggett2013-05-071-48/+116
* * modules/proxy/mod_proxy_ftp.c (proxy_ftp_handler): RemoveJoe Orton2013-01-031-1/+1
* * modules/proxy/mod_proxy_ftp.c: Fill in APLOGNO.Joe Orton2012-12-181-1/+1
* * modules/proxy/mod_proxy_ftp.c (proxy_ftp_handler): Simplify EPSVJoe Orton2012-12-111-18/+32
* CVE-2012-3499 and CVE-2012-4558Jim Jagielski2012-11-261-1/+3
* *) mod_proxy_ftp: Fix segfaults on IPv4 requests to hosts with DNS AAAA rec...Jim Jagielski2012-11-011-3/+8
* Fix handling of ProxyBlock if a forward proxy is configured, and fixJoe Orton2012-07-241-1/+1
* Various code clean upStefan Fritsch2012-07-151-1/+1
* Various code cleanup to avoid compiler, cppcheck, or clang warnings:Stefan Fritsch2011-12-181-4/+3
* mod_proxy: Move ap_proxy_string_read() out of the public API intoGraham Leggett2011-12-031-2/+76
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-031-25/+25
* Remove some getpid() logging, this is now also included in the error logStefan Fritsch2011-11-301-3/+2
* great proxy logging cleanup:Stefan Fritsch2011-11-181-74/+68
* add missing 'static'Stefan Fritsch2011-10-191-1/+1
* regex related cleanups:Stefan Fritsch2011-10-191-8/+9
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-3/+3
* Avoid some memory allocations by using apr_table_setn where the string argumentsStefan Fritsch2011-06-131-2/+2
* Use APR_STATUS_IS_... in some more cases.Stefan Fritsch2011-05-121-1/+1
* Remove the thread mutex from the worker... it really should beJim Jagielski2011-02-081-2/+2