fix for: Traffic Limiter Bits/sec option broken
fixes #2296
http://redmine.pfsense.org/issues/2296
fix for: Captive Portal cannot work on master branch
reverting to listening on 0.0.0.0 seems to work just fine
mostly fixes #1700 .
http://redmine.pfsense.org/issues/1700
fix for: Spanning Tree interface priority options do not alter Bridge
http://redmine.pfsense.org/issues/2261
Merge pull request #66 from phil-davis/master
Bug #2301: Mixed-case package names and package deletion
Remove an extra "-" left there by accident.
Handle mixed-case package names like squidGuard.Check that conf files in PBI folders exist before unlink.Pass correct package names 1 at a time from uninstalll_package to delete_package.log_error if the PBI package name can't be found in remove_freebsd_package - this means that the PBI files will not get cleaned up. Usually this is caused because the system has been rebooted since the package was installed and the PBI db in /var/db/pbi has gone (e.g. on nanobsd /var is created from scratch at boot)
[Patch] Multiple SMTP notice recipients
http://redmine.pfsense.org/issues/2026
Merge pull request #65 from phil-davis/master
Bug #2301: Handle case when PBI package names are substrings of each other
Fix case where package names are substrings of each other. e.g. "squid" and "squid_radius_auth". Look for "squid-", which will match the full PBI package name for squid but will not match "squid_radius_auth". Bug #2301
Unbreak the upgrade_config.inc, sorry
View revisions
Also available in: Atom