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
Remove unused variable, quelling the following compiler warning: ``` g2 -O2 -Wall -fno-omit-frame-pointer -fno-strict-aliasing -c bindings.c bindings.c:1504:27: warning: variable 'j' set but not used [-Wunused-but-set-variable] 1504 | register unsigned int j; | ^ 1 warning generated. ``` More... 8 months ago
Re-enable all of the mod_ban integration tests; this should not have been checked in. Oops. More... 8 months ago
Bug #4512: Use the `--enable-wrapper-options` configure option to catch future build regressions in that particular code in the `mod_wrap2` module. (#1901) More... 8 months ago
Updating NEWS for the fix for Bug #4512. More... 8 months ago
Bug #4512: Fix the compilation of the `mod_wrap2` module when the `--enable-wrapper-options` configure option is used. (#1900) More... 8 months ago
Updating NEWS for fix for Issue #1898. More... 8 months ago
Issue #1898: Restore `LDAPDefaultGID` functionality, broken due to regression in change for Issue #1716. (#1899) More... 8 months ago
Updating NEWS for fix for Issue #1886. More... 8 months ago
Issue #1886: Fix the handling of SCP target paths that might contain spaces. (#1894) More... 8 months ago
Updating the release notes with hints, to be filled out more completely later. More... 8 months ago
Issue #1890: Properly support the expected variables in custom text configured via ServerIdent for the SSH banner. (#1892) More... 8 months ago
Issue #1884: Implement support for salted SHA-1 passwords (aka "SSHA") in mod_sql_passwd. (#1885) More... 8 months ago
Issue #558: Implement support for various password hashes, as supported by libsodium's `crypto_pwhash_str_verify` function. (#1889) More... 8 months ago
Update NEWS properly. More... 8 months ago
Ensure that we properly support `getopt(3)` on the most recent FreeBSD version, too. (#1888) More... 8 months ago
While working on Issue #1886 on a newer Mac, I encountered issues due to lack of up-to-date support for the Mac's `getopt(3)` implementations. (#1887) More... 8 months ago
Updating the master branch for the next release cycle, for 1.3.10. More... 8 months ago
Updating website for the release of ProFTPD 1.3.9. More... 8 months ago
Updating website for release of ProFTPD 1.3.8d. More... 8 months ago
Updating release notes, preparing for next release. More... 8 months ago
Issue #1878: Update portions of the bundled `libtool.m4` file for better MacOSX support of recent versions. (#1883) More... 8 months ago
The build script for the `mod_wrap2` module has unexpectedly been lacking the `config.guess`, `config.sub` files for a while. More... 8 months ago
Routine updating of the `config.guess`, `config.sub` support files for Autoconf. (#1880) More... 8 months ago
Adding regression test for Issue #1876. More... 8 months ago
Updating NEWS for fix for Issue #1876. More... 8 months ago
Issue #1876: Ensure we free up the channel-specific memory pool when destroy channels, and also implement an upper bounds on the memory used for tracking all channels across the lifetime of the connection. More... 8 months ago
Fix copy/pasta, only relevant for specific mod_sftp testing. More... 8 months ago
Updating the FreeBSD image used for CirrusCI builds; looks like the `freebsd-14-0` image is no longer available. (#1875) More... 9 months ago
Bug #4511: Add Polish translation. (#1871) More... 9 months ago
Filling in a few more ciphersuites for debugging, as I find/encounter them. More... 9 months ago