Commit Graph

20700 Commits

Author SHA1 Message Date
Jim P
f7352cd84e Merge pull request #389 from ExolonDX/branch_06
Update HTML code in "include" files
2013-02-06 16:36:19 -08:00
Colin Fleming
f326b978f3 Update HTML code in "include" files
Close BR, INPUT and IMG tabs, update the IMG tags with "alt" and update
the TABLE tags with "summary".

Update SCRIPT with proper CDATA sections.
2013-02-06 23:41:35 +00:00
Ermal
94395d8672 Need to rethink this again
Revert "Ticket #2636 Seems ipsec apart IP-IP does not have any after processing for input packets. Make the filter apropriately so the packets are passed correctly through BPF and pfil(9)"

This reverts commit e0f338eb1b.
2013-02-06 22:23:16 +00:00
Ermal
d6e569ae4f Actually let xmlrpc construct the url internally from the passed info it is doing same checks 2013-02-06 20:03:07 +00:00
Ermal
472c5dc996 Revert "Correct URL creation for xmlrpc as well as some error checking"
This reverts commit 9ea2463a5b.
2013-02-06 20:02:20 +00:00
Ermal
9ea2463a5b Correct URL creation for xmlrpc as well as some error checking 2013-02-06 19:57:12 +00:00
Ermal
90df43c657 Avoid possible deadlock during voucher xmlrpc sync and correct url generation for xmlrpc 2013-02-06 19:49:37 +00:00
rbgarga
45843479c2 Merge pull request #385 from ExolonDX/branch_01
Update HTML boolean operator "nowrap"
2013-02-06 10:21:37 -08:00
Renato Botelho
cba9d7d9a5 Adjust RRD captive portal graphs for CP zones
- Create RRD configs per zone
- Add tabs to see graphs per zone
- Migrate existing rrd files to default cpZone
- While I'm here, call unset() for $rrdcreate and $rrdupdatesh

Resolves #2655
2013-02-06 15:54:47 -02:00
Renato Botelho
2e19a6834f Adjust backup settings to new captive portal zones 2013-02-06 15:54:47 -02:00
Renato Botelho
5e5d5abc0f Fix indent and whitespaces 2013-02-06 15:54:47 -02:00
jim-p
3ec026a46a Fix IPsec status when using interface macros (e.g. "LAN subnet") and handle matching better when IPs may not match up due to IPv6 formatting/compression. 2013-02-06 12:14:41 -05:00
Jim P
27daf27e71 Merge pull request #386 from bcyrill/patch-12
Update etc/inc/dyndns.class
2013-02-06 06:45:14 -08:00
bcyrill
bb9ccd636e Update etc/inc/dyndns.class
Resolves #2677
2013-02-06 15:35:17 +01:00
jim-p
72b4a1e87a This message can be really spammy on a failure if you have multiple gateway groups. Disable e-mail notification of this message for now.
If the e-mail actually made it out, at least one of the gateways must still be up...
2013-02-06 09:10:08 -05:00
Jim P
8614752831 Merge pull request #384 from bcyrill/ifip_v6
Add IPv6 support to diag_ipsec.php connect button
2013-02-06 05:12:21 -08:00
Colin Fleming
bb046a4fde Update HTML boolean operator "nowrap"
The HTML boolean operator "nowrap" has been deprecated to a "style" and
it's "butt ugly", IMHO.

So, add a new class called "nowrap" to "all.css" and "wizard.css" and
start replacing "nowrap" with "class='nowrap'", if there is already a
class defined then just add, "class='whatever nowrap'".

Update "loader.js" and "bottom-loader.js" with proper CDATA sections.
2013-02-06 13:04:13 +00:00
bcyrill
bd92ede8f6 IPv6 subnet check 2013-02-06 12:38:29 +01:00
bcyrill
dbea91b357 Add check_subnetsv6_overlap() 2013-02-06 12:06:02 +01:00
bcyrill
6b207f739b find_virtual_ip_alias() add IPv6 support 2013-02-06 11:21:47 +01:00
bcyrill
614be05191 Add IPv6 support to diag_ipsec.php connect button 2013-02-06 11:12:57 +01:00
bcyrill
2027b4c7bc find_ip_interface() add IPv6 support 2013-02-06 10:51:33 +01:00
jim-p
0715ad5093 If the user has IPv6 disabled, don't create dynamic IPv6 gateways. 2013-02-05 19:27:09 -05:00
Jim P
68e5a9e911 Merge pull request #382 from mdima/master
"Status-Queue" page: many interface improvements
2013-02-05 15:39:39 -08:00
Michele Di Maria
ff3003dff4 "Status-Queue" page: many interface improvements
Add many improvements:
- Each queue background has a different color depending on the level
- Improved the number format of the PPS data
- The children queues can be collapsed/expanded
2013-02-06 00:23:59 +01:00
Ermal
e0f338eb1b Ticket #2636 Seems ipsec apart IP-IP does not have any after processing for input packets. Make the filter apropriately so the packets are passed correctly through BPF and pfil(9) 2013-02-05 19:39:38 +00:00
Ermal
e80601a284 Protect from cases when the ipv4 might be missing on the interface for any reason 2013-02-05 19:01:02 +00:00
Ermal
52b166c948 Correct setting protocol for generated rules 2013-02-05 18:52:57 +00:00
jim-p
c65eef01a3 Only allow gateways of the appropriate type (ipv4 or ipv6) to affect whether a gateway is marked as default, otherwise you can end up with an ipv4 gateway marked as default for ipv6 and the gui just shows "default". 2013-02-05 13:47:00 -05:00
Ermal
f73e35319a Fixes #2598. In case the rule is both for v4 and v6 generate 2 rules for each family. This is the _only_ solution for now 2013-02-05 18:33:51 +00:00
Ermal
e141ea7012 Use global var for path 2013-02-05 16:12:59 +00:00
Ermal
fe2eb9952f Unlink pid file before starting a new process 2013-02-05 16:05:51 +00:00
Ermal
a11bc49704 Unlink pid file before starting a new process 2013-02-05 16:04:29 +00:00
rbgarga
6989320509 Merge pull request #378 from phil-lavin/bugfix-php-errors
Fix PHP errors relating to using string offset as an array
2013-02-05 06:42:43 -08:00
Phil Lavin
80d5bd413f Fix PHP errors relating to using string offset as an array 2013-02-05 14:31:10 +00:00
Renato Botelho
613a3cc563 For reloadall on interface_configure() called by GUI 2013-02-05 12:30:10 -02:00
Renato Botelho
733829a9db When IP is not set, the field doesn't have the value 'none', use empty() to check instead 2013-02-05 12:30:10 -02:00
jim-p
d2b2872afa Test var before using as array. Should fix #2794 2013-02-05 08:28:57 -05:00
Jim P
fd5c4305fb Merge pull request #377 from bcyrill/fix_lagg
Fix valid interface check on interfaces_lagg_edit.php
2013-02-05 05:06:55 -08:00
Renato Botelho
ee132ba1db Change gateways widget layout to better accomodate long ipv6 addresses. It should fix #2790 2013-02-05 10:13:30 -02:00
bcyrill
cdad45cd37 Fix valid interface check on interfaces_lagg_edit.php 2013-02-05 12:46:42 +01:00
Renato Botelho
dd82d25229 Fix whitespaces 2013-02-05 08:11:21 -02:00
Renato Botelho
e1f9d058f4 Fix indent 2013-02-05 08:10:16 -02:00
Ermal Luçi
bef212d326 Merge pull request #376 from N0YB/DNS_Query_Forwarding_Options
Services: DNS Forwarder
2013-02-04 23:45:02 -08:00
N0YB
96ea7162fc Services: DNS Forwarder
Add DNS query forwarding section with options for sequential and require domain.
2013-02-04 22:42:50 -08:00
jim-p
f54712b6c8 Fix a couple JS errors/problems with OpenVPN server code. 2013-02-04 17:04:12 -05:00
Renato Botelho
56756d31a2 Fix add gateway validation on interface configuration. It should fix #2791 2013-02-04 14:54:24 -02:00
Ermal Luçi
9239b1ce45 Merge pull request #374 from bcyrill/patch-10
Update usr/local/www/interfaces.php
2013-02-04 07:39:54 -08:00
bcyrill
8839e3fb5c Update usr/local/www/interfaces.php
Variables that equal FALSE are considered to be empty e.g. "0".
2013-02-04 16:04:11 +01:00
Ermal
b5b5bcc041 Make more strict checks during is_ip* functions. Helps http://forum.pfsense.org/index.php/topic,58399.0.html and http://forum.pfsense.org/index.php/topic,58273.0.html 2013-02-04 13:36:25 +00:00