Sashan
Sashan
get margin). I believe it may take up to 5 second for server to detect command connection got closed while data were in fly. In this period number of running...
(test case 24 in t/modules/mod_auth_file.t). The test fails because symlink is not resolved properly as shown in log: 2022-08-18 09:11:25,122 ST-ul-cbe proftpd[21479]: mod_auth_file/1.0: unable to stat AuthUserFile '/scratch/userland-gate/components/proftpd/build/amd64/tests/../../authfile.passwd': No such...
does not refresh .ftpaccess files found in directory. I suspect there might fs_cache in play.
we need to read fresh response code for command we test.
there are both (`SO_KEEPALIVE` and `TCP_KEEPIDLE`) TCP socket options defined on Solaris. In order to make test suite happy I've decided to let `TCP_KEEPIDLE` precedence over `SO_KEEPALIVE` when building proftpd...
Connection always succeed if limit is 0.
I understand error code 599 used to be generated by FTP client library itself. We are seeing 421 error code at places where 599 used to be seen.