TJ Saunders
TJ Saunders
A separate `mod_sql_auth_legacy_mysql` module would be acceptable, yes -- that way, it need not be enabled by default, but sites that need it can enable/use it, especially if it can...
Why are you wanting to limit the number of channels per user? Currently the `SFTPMaxChannels` directive is looked up in `mod_sftp` at [session init time](https://github.com/proftpd/proftpd/blob/master/contrib/mod_sftp/mod_sftp.c#L2715) (meaning when a TCP client...
I'm not sure I understand what you're trying to accomplish, on the client end of things. But I'll work on a patch to have `SFTPMaxChannels` honor any ``/`` configurations.
@zrlw [This PR](https://github.com/proftpd/proftpd/pull/1501) should allow your configuration to work as desired, if you'd care to test it out...
This is now fixed in master. Thanks!
I believe that now, with https://github.com/proftpd/proftpd/pull/1359, these occurrences should be addressed. Thanks!
I suspect this is the same as [Bug#4304](http://bugs.proftpd.org/show_bug.cgi?id=4304); you might try the PR there to address the issue?
Interesting; those calls to `crypt(3)` have been in the code for years; I can't see why that would have changed to make building on Cygwin fail now.
@mrPsycho a "PR" is short for [pull request](https://help.github.com/articles/about-pull-requests/).
From [this old email thread](https://sourceforge.net/p/proftp/mailman/message/13946236/), it looks like the `crypt` Cygwin package may also be needed in your environment. Could you also provide the `config.h` and `config.log` files from your...