Age | Commit message (Collapse) | Author |
|
|
|
|
|
Test case can not make assumptions on how many chunks will delivered
from the underlaying TCP stream.
Some code commented out that should be used in some form to create
a new test case. There might be other issues than the one fixed in
the previous commit.
|
|
Change code to not send a message to itself as this allows other
messages to come in between. A change in TLS code made this scenario
more likely to happen, and the symptom is that the ftp:chunk_recv/1
function hangs.
|
|
|
|
|
|
introduced after OTP_R13B03.
|
|
|
|
|
|
(cherry picked from commit 1b36c8ff81e896f9aa172603962f838d980668a0)
|
|
|
|
hans/ftp/21socket_opts/ERIERL-192/OTP-15120
Conflicts:
lib/ftp/src/ftp.erl
|
|
|
|
Change-Id: I014b191da144c299d056eb155ed99ace710112b1
|
|
Change-Id: Ie0f52e82484462f8f7ec58c37ce16081af432797
|
|
Change-Id: I695066755f8394619d5f231a1060e467f2c82edf
|
|
- vsftpd =< 3.0.2 does not support ECDHE ciphers and the ssl application
removed ciphers with RSA key exchange from its default cipher list.
To allow interoperability with old versions of vsftpd, cipher suites
with RSA key exchange are appended to the default cipher list.
- Fix regex in ftp.appup.src
Change-Id: I53ce3b7f198ae95825eb0b5d39e94bdcebe78391
|
|
Change-Id: I4939a45cde292347975d8b870caeff15724046d2
|
|
Change-Id: I19bd2f1d4a35cbc5c233ebc8b2a9d52bbd37f047
|
|
Change-Id: Ie9cfc5902f3ec7f97df6f0764ff88b954139d87b
|
|
- Add appup file
- Update vsftpd configuration file with stronger cipher suites
- Remove unused functions from ftp_test_lib
- Improve certificate generation
Change-Id: I941e922d7532a3f2a05662aff621a175b630d3b5
|
|
Change-Id: I3d3e09bf1f3fd6109cfb2cdd91e69fcd9554a3c9
|
|
Change-Id: I38bbca9d3fb2d90869cfe468e444204514301c36
|
|
Change-Id: I72c564ea25d7cc41716229369459ae68d8706007
|
|
- Created initial directory structure for the FTP application.
- Updated inets Makefiles to not include FTP related modules.
- Remove ftp code from inets
- Implement backward compatibility layer for FTP
- Add inets_ftp_wrapper
- Fix failing TCs
Change-Id: I120ec5bdef0c3df4cee2d7880db2aec581505bc4
|