TJ Saunders
TJ Saunders
Looks like the newer Autoconf version has obsoleted many of the macros we currently use, which increases the scope of necessary changes: ``` $ cd proftpd $ ~/local/autoconf-2.71/bin/autoconf configure.in:29: warning:...
``` $ cd proftpd $ ~/local/autoconf-2.71/bin/autoupdate autoupdate: warning: autoconf input should be named 'configure.ac', not 'configure.in' configure.in:1529: warning: The preprocessor macro `STDC_HEADERS' is obsolete. Except in unusual embedded environments, you...
Using Autoconf 2.70 generates a smaller list of obsolete macro warnings: ``` $ ~/local/autoconf-2.70/bin/autoconf configure.in:290: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:290: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded...
The fact that this does not appear to be causing problems means that it's not a severe issue. Sounds like it's related to Issue #1014. In particular, the `mod_tls` module...
I don't think there's anything wrong/missing in your configuration, no. I _am_ curious about this error message; it _is_ possible that this "Out of memory" error could cause issues for...
The short version is there's only one person (me) trying to manage everything for this project. And I simply have not had enough free time/energy -- outside of my day...
I've just tried enabling a different kind of verification on the forums site; care to try again?
Possibly. I don't know about browser idiosyncracies, so can't speak to why/why not they do/don't work. I do know that trying to update to a new TLS protocol version involves...
This log message: ``` xauth|security:alert proftpd: PAM: syslog: fopen on /dev/null failed, errno 2 ``` is not generated by ProFTPD. Instead, it looks to be being logged by one of...
In versions of ProFTPD newer than your version, there are some possibly-relevant bugfixes: * [Bug #4035](http://bugs.proftpd.org/show_bug.cgi?id=4035) * [Bug #4201](http://bugs.proftpd.org/show_bug.cgi?id=4201) Thus it's possible that the cause has been addressed? I'd recommend...