Fix inherent issues with isset and empty values set as true by our parser. This made the piep configuration to be wrong at least for passthrough entries. Ticket #3932
Do not return disabled dynamic gateways
When a dynamic gateway is disabled (by the user through the webGUI), it was still being returned by return_gateways_array(). But when called like that, disabled gateways should not be returned. The first part of the routine was correctly skipping disabled gateways, but then the later part would effectively re-generate those dynamic gateways on-the-fly and not realise they should be skipped because they were disabled....
Fixes #4177 convert password to base64 to be submitted to avoid issues with special chars in shell and HTTP GET parameter passing. Probably should add POST support to fcgicli.
Fixes #3281 do not undo any changes already done for gif/gre interface.
Let the kernel handle REQID rather than handling it manually. The connection name is the one needed here.
Add tracker and label to IPv4 Link-Local block rules.
After the other set of changes had unexpected complications, let's back this out too. Revert "PEAR static method call warning"
This reverts commit 4751f76a6772147097906b699d4216ae38c58c39.
This broke a variety of things. Revert "Deprecated and non-static method messages"
This reverts commit 91b9a02fb131746c67fdf9f34282f123a13f1b13.
PEAR static method call warning
Forum https://forum.pfsense.org/index.php?topic=86478.0PEAR is used byIPv6.incauth.inccaptiveportal.incradius.incxmlrpc_client.incradius_accounting.incradius_authentication.inc
I have just changed this 1 function to "public static"...
disable this PHP error logging, errors that are really significant end up with a crash report, this is more noise than useful at this stage in 2.2.
View revisions
Also available in: Atom