-
Notifications
You must be signed in to change notification settings - Fork 596
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pfBlockerNG - version 2.0.14 #125
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
BBcan177
commented
May 7, 2016
- Fix for #6229 - When $pfb['interval'] is not defined, default the variable to '1'. This variable was introduced over a year ago, but if the user does not hit "save" in the pfBlockerNG General Tab, this variable does not get created. In 2.2.x, the error was never noticed; however, in 2.3, the PHP errors are more verbose. So when a user upgrades from 2.2.x to 2.3.x, this variable, when not defined, will cause issues.
- Fix for DNSBL. When disabled, it wasn't removing the pf table correctly. "There were error(s) loading the rules: /tmp/rules.debug"
…pfB_DNSBLIP not defined ) * Fix for #6229 - When $pfb['interval'] is not defined, default the variable to '1'. This variable was introduced over a year ago, but if the user does not hit "save" in the pfBlockerNG General Tab, this variable does not get created. In 2.2.x, the error was never noticed; however, in 2.3, the PHP errors are more verbose. So when a user upgrades from 2.2.x to 2.3.x, this variable, when not defined, will cause issues. * Fix for DNSBL. When disabled, it wasn't removing the pf table correctly. "There were error(s) loading the rules: /tmp/rules.debug"
* Fix incorrect timestamp for '24 hr' Cron setting
netgate-git-updates
pushed a commit
that referenced
this pull request
May 7, 2016
netgate-git-updates
pushed a commit
that referenced
this pull request
Sep 13, 2017
Feature request #86: Change meaning of "RequiredHeaders" such that header validity is always checked, but messages are only rejected on that basis when the flag is set. Based on a patch from Andreas Schulze. Feature request #127: Log SPF results when rejecting. Requested by Patrick Wagner; patch from Andreas Schulze, follow-up patch from Juri Haberland. Feature request #138: Inculde policy and disposition information in an Authentication-Results comment. Based on a patch from Juri Haberland. Feature request #139: Include the client host name if known in failure reports. Suggested by Roland Turner; patch by Andreas Schulze. Fix bug #95: Assume IPv6 for SPF operations. Patch from Juri Haberland. Fix bug #120: Fix control logic around the SPF result. Reported by Christophe Wolfhugel; patch from Andreas Schulze. Fix bug #122: Don't skip the HELO milter phase when SPF is enabled. Reported by Christophe Wolfhugel. Fix bug #157: Fix logging of implicit authserv-ids. Reported by Andreas Schulze; patch from Juri Haberland. Fix bug #158: Log ignored connections. Patch from Andreas Schulze. Fix bug #160: Fix "SyslogFacility" handling. Patch from Juri Haberland. Fix bug #163: Use a larger buffer for the raw MAIL FROM value. Based on a patch from Andreas Schulze. Fix bug #174: Trim "!" suffixes from reporting addresses. Problem noted by Juri Haberland. Fix bug #186: When reloading the configuration file, the public suffix list was read in with the wrong comment indicator. Patch from Federico Omoto. LIBOPENDMARC: Fix bug #115: Fix type mismatch. Patch from Sebastian A. Siewior via Scott Kitterman. LIBOPENDMARC: Fix bug #121: Fix IPv6 CIDR matching in SPF code. Patch from Christophe Wolfhugel. LIBOPENDMARC: Fix bug #125: Compile time IPv6 fix. Reported by Christophe Wolfhugel. LIBOPENDMARC: Fix bug #131: Fix alignment bug. Patch from Andreas Schulze. LIBOPENDMARC: Fix bug #147: Fix stripping of whitespace from DMARC DNS records. Based on a patch from Job Noorman. LIBOPENDMARC: Fix bug #149: Apply "sp" setting, if present and applicable. Patch from Petr Novak. LIBOPENDMARC: Fix bug #154: Fix "rf" and "fo" processing logic. LIBOPENDMARC: Fix bug #156: Fix variable name. Patch by Andreas Schulze. LIBOPENDMARC: Fix bug #165: Fix logic in checking which SPF identifier was used. Patches from Marco Favero and Juri Haberland. LIBOPENDMARC: Fix bug #167: Don't return "fail" when we should return "none". Patch from Marco Favero. REPORTS: Fix bug #134: Handle SMTP errors correctly. Patch from Andreas Schulze. REPORTS: Fix bug #141: Set the HELO parameter correctly. Reported by Alan Smith; patch from Andreas Schulze. REPORTS: Fix bug #143: Fix logic in table truncation. Reported by Wayne Andersen; patch from Juri Haberland. REPORTS: Fix bug #162: Always report "sp" in aggregate reports. Patch from Juri Haberland. REPORTS: Fix bug #166: Fix report start/end time logic. Patch from Juri Haberland. REPORTS: Fix bug #188: Don't delete inputs too early in opendmarc-reports. Patch from Juri Haberland. TOOLS: Fix bug #161: "Forensic" reports were renamed "Failure" reports. Patch from Andreas Schulze. TOOLS: Fix bug #164: Handle IPv6 test addresses. Reported by Andreas Schulze; patch from Juri Haberland. DOCS: Patch #189: Replace the DMARC RFC with an HTML page referencing the relevant specs, since Debian doesn't consider RFCs to be "free". Patch from Scott Kitterman via Juri Haberland. PR: 220902 Submitted by: Dan Mahoney <[email protected]> (maintainer), Lukasz Wasikowski <[email protected]>
netgate-git-updates
pushed a commit
that referenced
this pull request
Feb 26, 2021
- mark libproxy-mozjs borken - add new port for pacrunner - drop support for python2 Changelog: - 0.4.16: * Port to, and require, SpiderMonkey 68 * Use closesocket() instead of close() on Windows * Add symbol versions - be ready to introduce new APIs as needed * Add public px_proxy_factory_free_proxies function * Add PacRunner config backend (largely untested; feedback welcome!) * Small performance improvements * pxgsettings: use the correct syntax to connect to the changed signal (silences annoying output on console) * Support python3 up to version 3.9 * Fix buffer overflow when PAC is enabled (CVE-2020-26154) * Rewrite url::recvline to be nonrecursive (CVE-2020-25219) * Remove nonfunctional and crashy pacrunner caching * Never use system libmodman (no other consumers, not maintained) - 0.4.17: * python bindings: fix "TypeError: argtypes must be a sequence of types" (#125)
netgate-git-updates
pushed a commit
that referenced
this pull request
Apr 25, 2021
Major changes: * Bug #125: ISTag is not quoted * Fix multiple bugs with 206 supported requests * Bug fix: Kids are not exiting if the parent process is gone * Bug fix: c-icap crashes on reconfigure * Fix "Bug in the service 'xxx'. Please report to the service author..."
netgate-git-updates
pushed a commit
that referenced
this pull request
Oct 19, 2022
ChangeLog: Bacula-Web 8.6.1 (October 19th 2022) Changelog General User will stay on current page when switching to another catalog (see Fixed Bacula catalog selector Using several Bacula catalog, the catalog selector was broken for some pages (see #120) Web browser will not ask a form submission while moving back from Job logs report page (see #30) Fixed how pagination count rows per page (see #123) Bump Composer dependencies to latest version Fixed pagination next button (see #125) Link to official documentation is now available from top navigation bar Jobs report Fixed pagination not using applied filters and options (see #122) Job endtime filter is now working as expected Ordering options are kept while using pagination (see #122) You can reach Job files report from Jobs report page from now (see #126) Job logs report More job information are now displayed (see #124) Pools report Fixed the Volumes button which now list volumes in the right pool (see Volumes report Fixed pagination not using applied filters and options (see #122) Settings Removed extra flash message which appear when a user is created Fixed bug(s) (filtered) job overview page New feature(s)
netgate-git-updates
pushed a commit
that referenced
this pull request
Oct 25, 2022
ChangeLog: Bacula-Web 8.6.1 (October 19th 2022) Changelog General User will stay on current page when switching to another catalog (see Fixed Bacula catalog selector Using several Bacula catalog, the catalog selector was broken for some pages (see #120) Web browser will not ask a form submission while moving back from Job logs report page (see #30) Fixed how pagination count rows per page (see #123) Bump Composer dependencies to latest version Fixed pagination next button (see #125) Link to official documentation is now available from top navigation bar Jobs report Fixed pagination not using applied filters and options (see #122) Job endtime filter is now working as expected Ordering options are kept while using pagination (see #122) You can reach Job files report from Jobs report page from now (see #126) Job logs report More job information are now displayed (see #124) Pools report Fixed the Volumes button which now list volumes in the right pool (see Volumes report Fixed pagination not using applied filters and options (see #122) Settings Removed extra flash message which appear when a user is created Fixed bug(s) (filtered) job overview page New feature(s)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.