Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on
Set default gateway correctly by checking for yes or on
Add missing include
Select lan interface correctly when editing
Revert "Call system_routing_configure after changes"
This reverts commit 80efb6d634e23c05a11e87b53bda9cbd9f598d11.
Call system_routing_configure after changes
allow a diff ip address for gateway monitor
Add input validation on the gateway groups page as well, fix the check on the gateways page.
Add input validation on the gateway name field.We apply the same input validation as we use from the aliases page as we do not want a - in the name nor spaces.
Revert "Merge IPv6 changes"
This reverts commit f193cf92b2c925a2f3f71a713d766efd1e4d81e0.
Revert "Unbreak System Gateways page. I'll just add back the changes from the old CVS repo afterwards."
This reverts commit e31534731ec7de3d2599cf669e065b1ec52281a0.
allow IPv4 gateways to be added via AJAX
Unbreak System Gateways page. I'll just add back the changes from the old CVS repo afterwards.
Merge IPv6 changes
Remove broken duplicate check
Fix system gateways editing
Do not allow duplicate gateway names
Add isAjax handle
Do not keep spawning new entries when trying to edit.
Improve duplicate check
Allow duplication of system gateways for easier adding and less typing.
Fix unable to save manual gateway entry.
Remove debugging
Allow editing of automatically added gateways.Input validation needs work.Some fields may need to be hidden?
Add CSS Header
Rewrite the pfsense privilege system with the following goals in mind ...
1) Redefine page privileges to not use static urls2) Accurate generation of privilege definitions from source3) Merging the user and group privileges into a single set4) Allow any privilege to be added to users or groups w/ inheritance...
Continue interface improvements
Attempt to perform better input validation
If OpenBGPD is installed, allow the selection of BGP as ourdefault gateway.
Switch over to array style page titles. Obtained-from: m0n0wall
Fix default gateway bit
Add prelimenary Routing page.Allow multiple gateways on one (static) interface