summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-133-3/+11
|
* 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-125-46/+150
| | | | | | | | | | | | | | | | | | | | | 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.
* Only get ip address from internet if it is a private address on the ↵Ermal Luçi2009-12-121-7/+6
| | | | interface. This should optimize the speed of dyndns a lot.
* really fix input validationChris Buechler2009-12-111-1/+1
|
* fix input validationChris Buechler2009-12-111-1/+1
|
* This breaks the firewall log. Unknown intent, Ermal if you want to improve ↵Chris Buechler2009-12-111-2/+18
| | | | | | | | it, please make sure it works. Revert "Remove completely bogus code with propper one." This reverts commit be620dfd9283ee644c57b3c558c7dd603d0f4897.
* Try to update only one interface if we are asked so.Ermal Luçi2009-12-111-2/+9
|
* Touch up some comments and error messages. Teach dydns_configure to update ↵Ermal Luçi2009-12-112-6/+12
| | | | only one interface.
* Remove completely bogus code with propper one.Ermal Luçi2009-12-111-18/+2
|
* 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
|
* Use get_interface_ip instead of a manual shell_exec(ifconfig). Ticket #69pierrepomes2009-12-101-5/+1
|
* Transmit freebsd machine (uname -m) so that we can be begin offering multi ↵sullrich2009-12-101-2/+4
| | | | platform packages
* Add IP alias and 'any' support to OpenVPN. Feedback #69pierrepomes2009-12-104-15/+54
|
* Escape CARP password. Resolves #213.jim-p2009-12-101-2/+2
|
* Note that the file will be labeled nanobsd upgradesullrich2009-12-091-1/+1
|
* 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
* Openvpn tunnel network should not be a required parameter as it was not ↵sullrich2009-12-081-6/+4
| | | | reuired in 1.2.3- Resolves #212
* Use is_port here.Ermal Luçi2009-12-081-3/+1
|
* Add one more check for port aliases now that /etc/services can be used in ↵Ermal Luçi2009-12-081-0/+2
| | | | port names.
* Add the no nat for tftp-proxy entry. Ticket #140Ermal Luçi2009-12-081-2/+2
|
* Allow specifying services/ports in firewall rules or nat rules by their ↵Ermal Luçi2009-12-081-0/+2
| | | | /etc/services name.
* Correctly unset rules when switching disabling AON.Ermal Luçi2009-12-081-1/+1
|
* Revert "Correctly unset rules when switching disabling AON."Ermal Luçi2009-12-082-3/+1
| | | | This reverts commit 989e5d62da2f7f6dad2bb55d20d2558cfb3fa34a.
* Correctly unset rules when switching disabling AON.Ermal Luçi2009-12-082-1/+3
|
* Ticket #140 Fix Outbound edit page to really show errors. Propperly generate ↵Ermal Luçi2009-12-082-32/+57
| | | | rules when switching from/to AON.
* add teredo-protocol to port definitionsMartin2009-12-081-0/+1
|
* Squeeze help menu insullrich2009-12-071-2/+1
|
* Show Loading new configuration to make bootup text unfiormsullrich2009-12-071-2/+6
|
* Remove ph2 add button. It is shown when neededsullrich2009-12-071-3/+0
|
* Pass ph1entsullrich2009-12-071-2/+3
|
* Make g a global and pass ph1entsullrich2009-12-071-1/+2
|
* Replace dollarsigndollarsign with dollarsignsullrich2009-12-071-1/+1
|
* s/loadbalancer/load_balancer/sullrich2009-12-071-3/+3
|
* Add back chopped off and. Output updating configuration after rrd upgrade ↵sullrich2009-12-071-1/+2
| | | | to make upgrade text look uniform.
* oops, revert this. there is code already. focus on making it work for this ↵sullrich2009-12-071-19/+4
| | | | config instead
* Reboot after uploading configsullrich2009-12-071-2/+8
|
* Only kill processes if they are runningsullrich2009-12-071-1/+3
|
* Ensure item is array.sullrich2009-12-071-0/+2
|
OpenPOWER on IntegriCloud