TJ Saunders
TJ Saunders
And for all of the existing action handlers, there should be a way to preserve their existing API, but format the messages using JSON. That is, the struct of the...
Does disabling support for TLSv1.3, on server B, make the directory listing work? If so, I would recommend doing that. The proper fix for TLSv1.3 and session reuse requires a...
Thanks! I know only a little about fuzzing, and will definitely be reading up more on this. Thanks for getting this started!
@AdamKorcz You can use my gmail account as a maintainer contact: [email protected].
Would you mind opening a ticket, that contains an explanation of what you mean by "dual certificate support" -- and associating this PR with that ticket? That would help me...
When you say "some clients", could you provide a few more details? That is, is it only some types of FTP client applications (such as `ftp`, `lftp`, or FileZilla) which...
Is it only this one custom Java client that is experiencing this issue? I'd like to be precise in the formulation of the issue, and the "some clients" makes me...
Also, would it be possible to get the ProFTPD [debug logging](http://www.proftpd.org/docs/howto/debugging.html) for one of these transfers/sessions? While the packet trace is useful, we also need to see the application/protocol-level behavior...
While I review your logs, one thing you might try is tuning a lower [`TimeoutLinger`](http://www.proftpd.org/docs/modules/mod_core.html#TimeoutLinger) value, _e.g._: ``` TimeoutLinger 1 ``` to see if you notice any differences in the...
There are many, *many* changes to made to the integration tests -- what exactly are you wanting to accomplish with these PRs?