summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
* * Fix alias handling around the repo.Ermal Luçi2009-12-221-9/+5
| | | | | | * Add new function filter_expand_alias to allow expanding single alias. * Fix reflection rules generation(missing the target variable) * Propperly identify duplicate lines in inetd.conf generated.
* show proper commasChris Buechler2009-12-211-1/+1
|
* Fix status page to correctly itterate the gateways arraySeth Mos2009-12-211-5/+8
|
* Partial rewrite of gateway code, now partially facilitates dynamic interfacesSeth Mos2009-12-211-12/+19
| | | | | | | | - Upgrade code takes different naming into account - Add gateway entries for dynamic interfaces - Rewrite status array to also support dynamic interfaces. - Always use unique localhost monitor IP addresses for down dynamic interfaces - Accept the gateway IP address of "dynamic" on the gateway edit page
* Fix type handling to save what was choosen end not to guess it. Save the ↵Ermal Luçi2009-12-211-15/+2
| | | | cidr when specified with hostnames seems people used this feature in 1.2.x branch.
* fix for disabled theme selectionChris Buechler2009-12-211-1/+3
|
* increase the default cert lifetimeChris Buechler2009-12-213-3/+3
|
* add PPP support to dynamic gatewaysChris Buechler2009-12-211-0/+8
|
* shift this around a little, put the dynamic gateways beneath the static ↵Chris Buechler2009-12-211-13/+14
| | | | ones, not beneath the gateway groups. Also show the dynamic gateways correctly ($ifent not $if)
* allow unlimited gateways to have a blank monitor IP (i.e. monitor IP == ↵Chris Buechler2009-12-211-1/+1
| | | | gateway IP)
* clean up textChris Buechler2009-12-211-4/+4
|
* escape // so it fills in properlyChris Buechler2009-12-201-3/+3
|
* add VerizonChris Buechler2009-12-201-0/+8
|
* fix textChris Buechler2009-12-181-1/+1
|
* fix reject rules to the same as in 1_2. return is valid on all rulesChris Buechler2009-12-182-5/+2
|
* fixup textChris Buechler2009-12-183-8/+7
|
* show correct site in "Unable to communicate" error, clarify error message.Chris Buechler2009-12-181-2/+2
|
* Make sure that the upgraded load balancer configuration reflects the new ↵Seth Mos2009-12-181-1/+1
| | | | gateway names
* Fine tune the wordingSeth Mos2009-12-181-2/+2
|
* Correct CSS class name for the normal view of the gateway descriptionSeth Mos2009-12-181-1/+1
|
* Disable the delete icon for system gatewaysSeth Mos2009-12-181-2/+13
| | | | Set the background for the description to grey if this is a automatically added gateway. Normal ones stay red.
* Do no throw a duplicate IP address warning when creating a new entry from a ↵Seth Mos2009-12-181-4/+5
| | | | | | | existing gateway which was previously a automatically added gateway entry. - clarify comment message
* make re-brand friendlyChris Buechler2009-12-171-3/+3
|
* Move conf_mount_ro() to the stop section. Fix formatting while hereScott Ullrich2009-12-171-62/+49
|
* add ability to hide help menuChris Buechler2009-12-171-10/+14
|
* add ability to hide theme selectionChris Buechler2009-12-171-0/+2
|
* Resolves #220. Fixed because of missed changes as in Ticket #170.Ermal Luçi2009-12-151-2/+2
|
* $g[pptp_subnet] is gone on 2.0. Ticket #139Ermal Luçi2009-12-141-2/+2
|
* remove authorized_keys check, many users won't have SSH access anyway, this ↵Chris Buechler2009-12-131-3/+0
| | | | check is much too restrictive
* clarify input_errorChris Buechler2009-12-131-1/+1
|
* link to correct associated firewall ruleChris Buechler2009-12-131-1/+1
|
* fix textChris Buechler2009-12-131-1/+1
|
* More special meaning words.Ermal Luçi2009-12-131-1/+1
|
* Ooops remove bogus text.Ermal Luçi2009-12-131-1/+1
|
* Add missing PF 'max' tracking option , and clarify message for 'max-src-nodes'pierrepomes2009-12-132-2/+7
|
* Remove some sort of extra space/break in ipsec screen. Ticket #211pierrepomes2009-12-131-1/+0
|
* fix textChris Buechler2009-12-131-1/+1
|
* clean up textChris Buechler2009-12-131-2/+2
|
* fixup textChris Buechler2009-12-131-3/+3
|
* clarify input_errorsChris Buechler2009-12-121-3/+3
|
* fix input validation of gateways. Ticket #173Chris Buechler2009-12-121-2/+4
|
* clarify input validation messageChris Buechler2009-12-121-1/+1
|
* Add patch from lietu (Janne Enberg). Ticket #136pierrepomes2009-12-123-46/+119
| | | | | | | | | | | | | | | | | | | | | 1) Multiple NAT rules can be assigned the same filter rule -> Fixed, added assigned-nat-rule-id to filter rules to keep track of the assignment 2) when removing the link (i.e. switching to "pass" or "none", the linked rule isn't deleted (should it be? probably yes) -> Fixed, when a NAT rule's association is removed, the filter rule is deleted. Added a "create new associated filter rule" option to the dropdown if there is none selected. 3) The destination IP and port of linked rules can be edited in firewall_rules_edit.php and shouldn't be. Source should be editable but not destination, since that should strictly be tied to the NAT rule. -> Fixed, you cannot edit the destination for the filter rules that are linked to NAT rules, this has been disabled both by JavaScript and PHP. 4) If you edit the source in a linked firewall rule, it gets overwritten when you edit the NAT rule. The NAT rule should never touch the firewall rule source after the rule exists. -> Fixed, previously the old rule was deleted and a new one created, now it only updates the old rule and doesn't touch the source. Also added crosslinking from the NAT rule to the filter rule and back, so you can jump to edit the filter rule from the NAT rule and vice-versa.
* really fix input validationChris Buechler2009-12-111-1/+1
|
* fix input validationChris Buechler2009-12-111-1/+1
|
* Remove "$Id$ to unbreak page.Ermal Luçi2009-12-111-1/+0
|
* Check if item is set before foraching.Ermal Luçi2009-12-111-4/+5
|
* Add IP alias and 'any' support to OpenVPN. Feedback #69pierrepomes2009-12-102-4/+18
|
* Add listtopic and note that only ip addresses may be imported.Ermal Luçi2009-12-092-3/+14
|
* Add the same checks to the aliases import functionality as the ones that are ↵Ermal Luçi2009-12-092-3/+37
| | | | done during creation/editing of aliases. Ticket #146
OpenPOWER on IntegriCloud