75
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 3 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
Issue #1985: Make sure that mod_sftp properly handles the case when `TimeoutIdle` is explicitly set to zero, as stated in the docs. (#1991) More... about 1 month ago
After pondering the situation with Issue #1984 some more, I think it better to remove the use of a `cached_quota` pointer/structure in mod_ldap altogether, and reduce the complexity. (#1990) More... about 1 month ago
Adjust the `LDAPDefaultQuota` directive handler to work with space-delimited values as well, to match the `QuotaDefault` syntax and to make for less surprise. (#1989) More... about 1 month ago
Use more consistent coding style in the mod_quotatab and mod_quotatab_ldap modules, for legibility. (#1988) More... about 1 month ago
Updating NEWS for the fix for Issue #1984. More... about 1 month ago
Issue #1984: Make sure that mod_ldap clears out the `cached_quota` pointer when its parent pool is destroyed, to avoid any stale pointers and related segfaults. (#1987) More... about 1 month ago
Style nits; no functional changes. More... 2 months ago
Updating the copyright years due to recent modifications to these files. More... 2 months ago
fix C23, functions unprototyped (#1979) More... 2 months ago
Issue #12: Fix link to 1.3.9 NEWS file, broken due to typo. More... 2 months ago
Fix GNU/Hurd build (#1975) More... 3 months ago
Some of the unit tests would fail when the `--disable-ipv6` configure option is used; update those tests to properly run only when IPv6 support is enabled. (#1974) More... 3 months ago
Check for excessive attribute length when handling RADIUS packet MACs, just as we do for other packet attributes. (#1973) More... 3 months ago
Updating NEWS for fix for Issue #1963. More... 4 months ago
Issue #1963: When shutting down our TLS connections, check for the case where the same `SSL_SESSION *` is used by different `SSL *`, and manually avoid a potential double-free. (#1970) More... 4 months ago
Updating NEWS for the fix for Issue #1960. More... 4 months ago
Issue #1960: As part of investigating this issue -- and the code changes to address it -- I verified that CRLs are handled as expected for SNI-based vhosts. (#1969) More... 4 months ago
Removing trailing whitespace nits in test files; no functional change. More... 4 months ago
Issue #1960: Fix the handling of CRLs in mod_tls. (#1968) More... 4 months ago
Updating NEWS for the fix for Issue #1964. More... 4 months ago
Issue #1964: When using SCP to retrieve possibly-large files, make sure we reset the relevant timers to avoid inadvertently cutting off download by mistake. (#1965) More... 4 months ago
Fix some copy/pastos in the `TCPNoDelay` changes from Issue #1957. More... 4 months ago
Updating NEWS for the fix for Issue #1959. More... 5 months ago
Issue #1959: Make sure to close the file descriptor we open for reading the `SFTPHostKey` file from disk. (#1961) More... 5 months ago
Updating NEWS, RELEASE_NOTES for Issue #1957. More... 5 months ago
Issue #1957: Enable the TCP_NODELAY behavior for data transfers by default, and support tuning the TCP_NODELAY behavior for control and data transfers independently. (#1958) More... 5 months ago
Stylistic nits; no functional change. More... 5 months ago
don't include attr/xattr.h (#1955) More... 5 months ago
use $(LIBTOOL) to install proftpd (#1954) More... 5 months ago
Adding breadcrumb comment for my future edification. More... 5 months ago