Results 524 comments of TJ Saunders

@Sashan https://github.com/proftpd/proftpd/pull/1536 makes these tests pass for me, using Net-FTP 3.11: ``` perl -MNet::FTP -e 'print $Net::FTP::VERSION, "\n";' 3.11 ``` Can you verify that this allows the tests to pass...

For my future reference, this article is a good read: * https://securitylab.github.com/research/fuzzing-sockets-FTP/ It provides a sample input corpus as well: * https://github.com/antonio-morales/Fuzzing/tree/master/Input%20Corpus/FTP/ProFTPd To help facilitate more fuzzing of ProFTPD (via...

Very interesting, and perplexing. There's only one place in the `mod_sftp` code where the "unable to handle data for channel" trace log message occurs: * https://github.com/proftpd/proftpd/blob/master/contrib/mod_sftp/channel.c#L545 In this code path,...

As there's been no further discussion on this issue for a while, I'd like to close it.

No additional information provided in quite a while; closing this ticket. Please reopen, or file a new ticket, if you encounter issues going forward. Thanks!

I'm currently looking through these changes, and the LibreSSL ChangeLog, with an eye toward the cost of code complexity, caused by maintaining compatibility with _both_ OpenSSL and LibreSSL across their...

@orbea @ffontaine Would you care to see if https://github.com/proftpd/proftpd/pull/1587 meets your needs?

I'm going to close this PR, in favor of https://github.com/proftpd/proftpd/pull/1587. Thanks for the feedback/prompt on updating ProFTPD for newer LibreSSL versions.

I've committed this change (with a minor tweak) to master. Thank you!

As there's been no additional updates to this ticket, I'm going to close it. Thanks!