TJ Saunders
TJ Saunders
Ah, I found a solution for `Net::FTPSSL` in my Dockerfile -- adding this instruction: ``` RUN PERL_MM_USE_DEFAULT=1 perl -MCPAN -e 'install Net::FTPSSL' ```
On what platforms are you using LibreSSL 3.5? I'd like to see if it'd be possible to add that combination to the GitHub Actions CI workflow. Thanks!
The `mod_sql_passwd` module was designed to handle cases where salts _may not be present_; as such, _assuming_ that salts will be handled (but only by one particular library/implementation, _e.g._ libsodium),...
I've been thinking a lot about this. I'm wondering if _a_ way (hopefully a good way) of handling these sorts of migration use cases, and/or "mixed settings per user" use...
Not yet; I need free time to spend on this. A point to consider, though: libsodium is *not* the only library that users will want to use, and not *all*...
@dup2 The question, with Issue #1228, is whether the C library `crypt(3)` supports any Argon algorithms -- since that is what is used for `AuthUserFile`-based ProFTPD configurations. As I understand...
You said that your common folder looks like this: ``` root@srv ~ # ls -ln /var/ftp/ dr-xr-x---. 4 991 987 4096 sep 30 15:09 common ``` And: ``` root@srv ~...
Before: ``` scan-build: 257 bugs found. ``` After: ``` scan-build: 238 bugs found. ``` Progress, at least.
@notlebowski can you provide [debug logging](http://www.proftpd.org/docs/howto/Debugging.html) from one of these failed transfers? And the full `proftpd.conf` you're using? I'm hoping to reproduce these issues locally. Thanks!
@notlebowski OK, thanks for the update. Mind if I close this ticket, then? I'll assume that this was related to [Bug #4319](http://bugs.proftpd.org/show_bug.cgi?id=4319).