summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | Merge remote branch 'mainline/master' into 2_firewallRenato Botelho2010-07-083-8/+67
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Add some user cert lookup functions.jim-p2010-07-071-0/+26
| | | | | | |
| * | | | | | Allow importing of a CA's private key (optionally).jim-p2010-07-072-2/+35
| | | | | | |
| * | | | | | Show $g['product_name'] on wizardsRenato Botelho2010-07-071-6/+6
| | |_|_|_|/ | |/| | | |
* | | | | | Corrections gettext implementation on firewall_virtual_ip_edit.phpCarlos Eduardo Ramos2010-07-081-4/+4
| | | | | |
* | | | | | Corrections gettext implementation on firewall_virtual_ip.phpCarlos Eduardo Ramos2010-07-081-1/+1
| | | | | |
* | | | | | Corrections gettext implementation on firewall_shaper.phpCarlos Eduardo Ramos2010-07-081-1/+1
| | | | | |
* | | | | | Corrections gettext implementation on firewall_schedule_edit.phpCarlos Eduardo Ramos2010-07-081-4/+4
| | | | | |
* | | | | | Corrections gettext implementation on firewall_rules_edit.phpCarlos Eduardo Ramos2010-07-081-22/+22
| | | | | |
* | | | | | Corrections gettext implementation on firewall_nat_edit.phpCarlos Eduardo Ramos2010-07-081-18/+8
| | | | | |
* | | | | | Corrections gettext implementation on firewall_nat.phpCarlos Eduardo Ramos2010-07-081-7/+7
| | | | | |
* | | | | | Corrections gettext implementation on firewall_aliases_import.phpCarlos Eduardo Ramos2010-07-081-1/+1
| | | | | |
* | | | | | Corrections gettext implementation on firewall_aliases.phpCarlos Eduardo Ramos2010-07-081-1/+1
| | | | | |
* | | | | | Corrections gettext implementation on firewall_aliases_edit.phpCarlos Eduardo Ramos2010-07-081-3/+3
| | | | | |
* | | | | | Merge remote branch 'mainline/master' into 2_firewallRenato Botelho2010-07-0713-35/+224
|\ \ \ \ \ \ | |/ / / / /
| * | | | | duplicate logicScott Ullrich2010-07-061-1/+1
| | | | | |
| * | | | | Allow forwarded domains to be queried.Scott Ullrich2010-07-061-7/+8
| | | | | |
| * | | | | Check for locally configured IPs in DNS rebind checks, so people who port ↵jim-p2010-07-061-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | forward from WAN to the LAN IP can still work.
| * | | | | Add a text box where someone can enter in alternate hostnames for the system ↵jim-p2010-07-062-0/+31
| | | | | | | | | | | | | | | | | | | | | | | | to bypass the DNS rebind checks.
| * | | | | Delete an accidentally duplicated line.jim-p2010-07-061-1/+0
| | | | | |
| * | | | | Add a checkbox to disable DNS rebinding checks if needed.jim-p2010-07-062-1/+20
| | | | | |
| * | | | | Remove extra }Erik Fonnesbeck2010-07-061-1/+1
| | | | | |
| * | | | | More fixes for DNS rebinding checks (Most of this code is Scott's, with some ↵jim-p2010-07-061-10/+17
| | | | | | | | | | | | | | | | | | | | | | | | minor fixes by me)
| * | | | | Fix up checks for changing wireless regulatory settings.Erik Fonnesbeck2010-07-061-11/+7
| | | | | |
| * | | | | Correct checkScott Ullrich2010-07-061-1/+1
| | | | | |
| * | | | | Correct checkScott Ullrich2010-07-061-1/+1
| | | | | |
| * | | | | Check for 127.0.0.1 as wellScott Ullrich2010-07-061-0/+2
| | | | | |
| * | | | | Oops, correct checkScott Ullrich2010-07-061-1/+1
| | | | | |
| * | | | | Add localhost as a valid host for SSH forwarding casesScott Ullrich2010-07-061-0/+2
| | | | | |
| * | | | | Wrap the dns rebind check in a test to see if our error function exists. If ↵jim-p2010-07-061-12/+16
| | | | | | | | | | | | | | | | | | | | | | | | it doesn't, it's probably being called from captive portal, so skip the check. Fixes #721
| * | | | | Move the skel dir to /etc/skel, where it's easier to manage from a build ↵jim-p2010-07-062-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | point of view.
| * | | | | Add ssh_tunnel_shell to /etc/shellsjim-p2010-07-061-0/+1
| | | | | |
| * | | | | Slight fix to dyndns checkjim-p2010-07-061-2/+2
| | | | | |
| * | | | | Check dyndns hostnames as well for DNS Rebind issuesScott Ullrich2010-07-061-5/+12
| | | | | |
| * | | | | Add per-rule NAT reflection override.Erik Fonnesbeck2010-07-053-10/+47
| | | | | |
| * | | | | Add the missing VPN types to the interface list on port forwards and add the ↵Erik Fonnesbeck2010-07-053-2/+60
| | | | | | | | | | | | | | | | | | | | | | | | same VPNs to the list available on other types of NAT rules.
| * | | | | Fixes #698. Always check if we are dealing with an ip value to then store ↵Ermal2010-07-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | the subnet in the config.
| * | | | | Adding back --rebind-localhost-ok now that dnsmasq version is bumped.Scott Ullrich2010-07-021-1/+1
| | | | | |
| * | | | | Only unset if this is actually set. Ticket #710jim-p2010-07-021-1/+2
| | | | | |
| * | | | | Do not include --rebind-localhost-ok it appears to not be in our version. ↵Scott Ullrich2010-07-011-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | Will re-add it once the binary is in place
| * | | | | This code returned the size in kilobytes, while the part usually used ↵Erik Fonnesbeck2010-07-011-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | returns megabytes.
| * | | | | ^ PotentialScott Ullrich2010-07-011-1/+1
| | | | | |
| * | | | | Binding -> RebindingScott Ullrich2010-07-011-1/+1
| | | | | |
| * | | | | Comment what we are doing here and add the ticket #.Scott Ullrich2010-07-011-0/+1
| | | | | |
| * | | | | More dns-rebind checks. Ticket #708Scott Ullrich2010-07-011-1/+8
| | | | | |
| * | | | | Adding --rebind-localhost-ok Suggested-by: BillMScott Ullrich2010-07-011-1/+1
| | | | | |
| * | | | | Do not allow dns rebindingScott Ullrich2010-07-011-1/+1
| | |_|_|/ | |/| | |
* | | | | Fixing gettext() calls on firewall_virtual_ip.phpVinicius Coque2010-07-021-1/+1
| | | | |
* | | | | Fixing gettext() calls on firewall_shaper_vinterface.phpVinicius Coque2010-07-021-1/+1
| | | | |
* | | | | Fixing gettext() calls on firewall_shaper.phpVinicius Coque2010-07-021-1/+1
| | | | |
OpenPOWER on IntegriCloud