75
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected 1 day ago.
Nov 13, 2024 — Nov 13, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Ensure that more directives that can appear multiple times are properly handled by mod_ifsession. (#1869) More... 9 months ago
Correct a few more places where `%*s` should be `%.*s`; no functional changes. More... 9 months ago
Fix minor nit in the trace logging of selected ALPN (if any) during TLS handshakes; no functional change. More... 9 months ago
Issue #1866: Some of the fuzzing tests submitted in the advisory ran into existing null pointer dereferences (not buffer overflows); let's correct them. (#1867) More... 9 months ago
Updating links to 3rd-party modules, to point to relevant GitHub repos. More... 9 months ago
Updating website copy of mod_log docs, to fix LogFormat typo. More... 10 months ago
Fix typo in the LogFormat docs. More... 10 months ago
Adjusting the coding style of these fuzz tests to match the rest of the project; no functional change. More... 11 months ago
increased fuzz coverage json_fuzzer.c (#1861) More... 11 months ago
While CodeQL may warn of unnecessary "check for NULL pointer before passing it to free(3)", I think it's more legible to us humans. More... 11 months ago
Update NEWS for fix for Issue #1855. More... 11 months ago
While investigating Issue #1855, I discovered a long-hidden bug in mod_sftp, where the list of GIDs for the logged-in user was not being appropriately copied out of the session pool. More... 11 months ago
Try to avoid zero-length `memcpy(3)` calls where possible, as they do not make any sense. More... 11 months ago
Updating website for ProFTPD 1.3.8c release. More... 11 months ago
Rev the ProFTPD version in files for the next RC, whenever it happens. More... 11 months ago
Update website for release of ProFTPD 1.3.9rc3. More... 11 months ago
Let's aim for a release today, now that the GitHub workflows have been wrangled back into shape. More... 11 months ago
Rename any variable named `bool` to something else, so that they will not conflict with the keyword now used by gcc-15. (#1858) More... 11 months ago
Issue #1857: Add a few more cases for the `AC_TRY_RUN` Autoconf macro, to attempt to make cross-compiling work. (#1859) More... 11 months ago
Split the CI builds for legacy/older platforms -- starting with those incompatible with the NodeJS version used in the `checkout` action -- into separate workflows, to be handled differently. (#1852) More... 12 months ago
Thanks, GitHub. Still causing workflows problems. More... 12 months ago
Now that GitHub appears to have fixed their NodeJS/glibc mismatch issues with CI runners, let's revert the workarounds, and see if our workflows work once more. More... 12 months ago
Preparing for release of 1.3.9rc3. More... 12 months ago
Mention the ECDSA SSH hostkey fix in the release notes as well. More... 12 months ago
Mention the BlastRadius/mod_radius fix as well in the release notes. More... 12 months ago
Fill in the release note details as part of preparing for a release. More... 12 months ago
Issue #1845: Include an additional hint in the log message about failure to set file permissions for SFTP operations due to presence of a `<Limit SITE_CHMOD>` configuration. (#1847) More... about 1 year ago
Issue #1830: When no supplemental groups are provided by the underlying authentication providers, fall back to using the primary group/GID. (#1835) More... about 1 year ago