TJ Saunders
TJ Saunders
Add a command-line option, _e.g._ `--must-staple`, which adds the necessary extra config to the file: [ req ] req_extensions = cert_tool_req_ext [ cert_tool_req_ext ] 1.3.6.1.5.5.7.1.24=DER:30:03:02:01:05 See: * https://community.letsencrypt.org/t/improving-revocation-will-lets-encrypt-support-ocsp-must-staple/4334/47
…directive, such that it can be influenced by per-user/group `mod_ifsession` configurations.
…y/tracing, and add trace logging of alarm blocking.
The `mod_tls` module generates random SSL session ticket keys, and rotates them automatically. When pools of such servers are used, however, these SSL session ticket keys are currently *not* shared...
The Controls support in ProFTPD uses protocol messages that are length-prefixed strings. Nice and simple. The _length_ is expressed as an `int`, read from a (Unix domain) socket. While this...
The scope of this task is to reduce the number of warnings/issues reported by Clang's `scan-build` tool, using _e.g._: ```sh scan-build ./configure LIBS='-lodbc' --enable-ctrls --enable-facl --enable-memcache --enable-nls --enable-pcre --enable-redis --with-modules=mod_sql:mod_sql_mysql:mod_sql_odbc:mod_sql_postgres:mod_sql_sqlite:mod_sql_passwd:mod_sftp:mod_sftp_sql:mod_sftp_pam:mod_tls:mod_tls_fscache:mod_tls_shmcache:mod_tls_memcache:mod_tls_redis:mod_ban:mod_copy:mod_ctrls_admin:mod_deflate:mod_dnsbl:mod_dynmasq:mod_exec:mod_facl:mod_geoip:mod_ifversion:mod_ldap:mod_load:mod_log_forensic:mod_qos:mod_quotatab:mod_quotatab_file:mod_quotatab_ldap:mod_quotatab_radius:mod_quotatab_sql:mod_radius:mod_readme:mod_rewrite:mod_shaper:mod_site_misc:mod_snmp:mod_wrap:mod_wrap2:mod_wrap2_file:mod_wrap2_redis:mod_wrap2_sql:mod_digest:mod_auth_otp:mod_statcache:mod_unique_id:mod_ifsession...
The `mod_sftp` module provides an implementation for SSH2 and for the SFTP and SCP protocols. Other modules (_e.g._ `mod_proxy`) could benefit from making more in-depth re-use of those implementations, for...
The scope of this feature is to consider implementing a "global" rate limit, specifically for connections. How would this different from the existing [`MaxConnectionRate`](http://www.proftpd.org/docs/modules/mod_core.html#MaxConnectionRate) and/or [`BanOnEvent`](http://www.proftpd.org/docs/contrib/mod_ban.html#BanOnEvent) functionality? The main difference...