Results 524 comments of TJ Saunders

I am working on this in my free moments. No specific results as yet, but I do have some hypotheses that I am testing. One of them relates to Issue...

The question I have is whether using `FSCachePolicy off` leads to the memory usage increasing _more slowly_ or not; this is not a simple "it works or it does not"...

I'll start with updating all of these to Autoconf 2.70. Later iterations (or, more likely, separate PRs) will work to update to Autoconf 2.71, then Autoconf 2.72.

Note to self (and future maintainers): using `autoupdate` (bundled with `autoconf`) can be useful for updating macro usage. However, like many of these tools, it can/will reflow the actual text...

Upon initially jumping right to Autoconf 2.72, I saw lots and lots of this: ``` $ cd proftpd/ $ ~/local/autoconf-2.72/bin/autoconf configure.in:30: warning: The macro 'AC_CANONICAL_SYSTEM' is obsolete. configure.in:30: You should...

Actually, in contemplating these changes a bit more, I'm inclined to hold off on them for a short bit. That is, I think it's time to get 1.3.9 shipped first,...

Could you provide the full example of what configuration you are trying to use, not just a description of it? That will make it easier for me to replicate the...

Hmm. That configuration looks OK to me; you might even consider moving your `SQLLogFile` directive into the `` sections, if you'd like to have vhost-specific logging. Could you also provide...

If there's nothing more to add to this issue, I'd like to close it.

Interesting. FTPS uploads and TLSv1.3 have a sordid history; see Issue #959 and related links. That said, I think it might be possible for the `mod_tls` module to obtain the...