Commit Graph

11141 Commits

Author SHA1 Message Date
Renato Botelho
97c78e19e6 Merge pull request #810 from ExolonDX/branch_04
Update "status_rrd_graph_settings.php" XHTML
2013-09-26 06:53:39 -07:00
Renato Botelho
b914743063 Merge pull request #809 from ExolonDX/branch_02
Update "status_rrd_graph.php" XHTML
2013-09-26 06:53:13 -07:00
Renato Botelho
61ba12f0f0 Merge pull request #808 from ExolonDX/branch_01
Update "pkg_edit.php" XHTML
2013-09-26 06:52:49 -07:00
Renato Botelho
c92ccc701b require service-utils.inc for find_service_by_openvpn_vpnid() 2013-09-26 10:45:06 -03:00
Renato Botelho
a5eb046f72 Add missing td 2013-09-26 10:40:39 -03:00
Renato Botelho
7717ee0b4d Remove use of undefined var $conn and fix some td class 2013-09-26 10:32:12 -03:00
Colin Fleming
75f4bdbd31 Update "status_rrd_graph_settings.php" XHTML
Close INPUT tags
Update HTML Boolean operators
Update TABLE tag with summary statement
2013-09-26 12:41:27 +01:00
Colin Fleming
c2cc17212e Update "status_rrd_graph.php" XHTML
Update SCRIPT statements with CDATA
Move the close HEAD statement
Move the FORM statement outside the main table
Close INPUT tag
Update HTML Boolean operators
Add closing table cell (TD) and table row (TR) tags so that the rows are
closed properly before the IMG (RRD graph) tags
Tidy up the IMG (RRD graph) tag
Close HR tag
2013-09-26 12:35:19 +01:00
Colin Fleming
5655d48be0 Update "pkg_edit.php" XHTML
Update HTML Boolean operator
2013-09-26 12:18:45 +01:00
ccesario
2d9063afe9 Set network interfaces description as interface name. 2013-09-25 17:16:53 -03:00
Renato Botelho
93ee603200 Respect default gateway option when adding a gateway from interfaces page. It fixes #3230 2013-09-24 21:28:23 -03:00
jim-p
a338d381f7 Allow multiple valid time servers to be entered in the wizard, as they are allowed under System > General 2013-09-24 09:32:06 -04:00
jim-p
c48776161b Include the CP zone in the form parameters if one is defined. Fixes access to concurrent graph on zones other than the first/default. 2013-09-23 10:00:36 -04:00
jim-p
9e3784217b Fix CP stats generation for concurrent users. Fixes #3225 2013-09-23 09:56:35 -04:00
Renato Botelho
472ad9a0e5 Fix #3218, reaload filter rules when activate or deactivate dhcpdv6 2013-09-21 15:16:38 -03:00
Renato Botelho
c13a7052e1 Merge pull request #795 from razzfazz/ia-pd-hint
add option to send prefix hint for requesting desired prefix length for delegation (for master branch)
2013-09-18 03:14:04 -07:00
jim-p
336e899a39 Fix ufslabels.sh logic to avoid trying to convert slices which are already using appropriate labels. Fixes #3207 2013-09-17 16:30:13 -04:00
Renato Botelho
2e9d9ede6b Merge pull request #803 from PiBa-NL/outboundnat_disable_checkbox
outboundnat, disable rule checkbox
2013-09-16 12:57:48 -07:00
PiBa-NL
6ae8c4f281 outboundnat, disable checkbox 2013-09-16 20:46:33 +02:00
Warren Baker
1cddd59c4e Split SSL/TLS into separate checkboxes so that plaintext connections can be made secured by using STARTTLS. Support for SMTPS connections should probably be done away with in future. Fixes #3180 2013-09-16 15:13:29 +02:00
Renato Botelho
81ce28d870 Remove unecessary blockedmacs db and read it directly from config 2013-09-14 10:54:08 -03:00
Renato Botelho
01ba8ec63d Convert mac address to lowercase when saving to avoid duplicates. It fixes #3195 2013-09-12 15:01:43 -03:00
Renato Botelho
4f7bba4647 Do not allow local mac address to be added to passtrumac list in CP. It fixes #3122 2013-09-12 14:53:26 -03:00
Renato Botelho
30cbc0070c Fix php short tag opening and silent php -l 2013-09-12 11:29:51 -03:00
Renato Botelho
ea51e9f8bf Remove call-time pass by reference from traffic shaper files, it should fix #2565 2013-09-12 11:29:21 -03:00
Renato Botelho
1e9b461124 Remove call-time pass by reference for do_input_validation, helps ticket #2565 2013-09-12 11:28:14 -03:00
Renato Botelho
8d5ddc0931 Redirect blocked macs to desired URL or show an error message 2013-09-12 09:43:16 -03:00
Renato Botelho
2f1548d69f Add a redirect url option to blocked macs 2013-09-12 09:42:25 -03:00
Renato Botelho
a7c00d8dba Delete the old mac when action changes, not the current one 2013-09-12 08:44:51 -03:00
Renato Botelho
5eee375564 Make captiveportal_passthrumac_delete_entry() return rules instead of execute them as other similar functions do 2013-09-12 08:44:51 -03:00
Renato Botelho
736c36c674 Use same tab name on all pages 2013-09-12 08:44:51 -03:00
Renato Botelho
ed8899b59b Change 'Pass-through MAC' tab name to reflect current reality 2013-09-12 08:44:50 -03:00
Renato Botelho
666f88e0c8 Add actions (block or pass) to Captive Portal passtrumac 2013-09-12 08:44:50 -03:00
Renato Botelho
cfd88fbc83 Fix indent and whitespaces 2013-09-12 08:44:50 -03:00
jim-p
611f2910bd Make sure to account for IP aliases on lo0 here, or they get duplicated on each CARP sync 2013-09-11 14:33:17 -04:00
jim-p
eed5b50764 Include CA in generated .p12 file. Fixes #2147 the way it was originally intended. 2013-09-10 14:02:26 -04:00
jim-p
1e940f77ff Test growl whether or not growl is disabled. 2013-09-08 19:57:08 -04:00
jim-p
cf07d57433 Do not sync DHPCv6, it must operate independetly. Ticket #3184 2013-09-06 13:56:56 -04:00
jim-p
d3b3240bd0 Remove failover peer IP settings from DHCPv6, DHCPv6 doesn't support failover the way that DHPv4 did. Fixes #3184 2013-09-06 13:56:55 -04:00
Renato Botelho
605ae5537d Fix #3127
By default htmlspecialchars does not consider single quotes, what can be
a problem when value attribute is set using it. Replace value attribute
set to use double quotes on places where it's obviously recieving a
result of htmlspecialchars() call.
2013-09-06 08:08:03 -03:00
Ermal
b8b78b9ad9 Related to Ticket #3045 avoid races in the ntpdate_sync_one script due to killall returning without the process really exiting. 2013-09-04 10:36:15 +00:00
Ermal
32a9eb1873 Bring back static routes to fix issues reported on Ticext #3179 2013-09-03 16:52:43 +00:00
Chris Buechler
243680e54d Disable state killing on gateway failure by default for new configs.
Clarify the text describing the option while here.
2013-09-03 11:00:34 -05:00
Ermal
a8ab2b76f1 Fix issue reported on http://forum.pfsense.org/index.php/topic,66160.0.html 2013-09-03 14:20:31 +00:00
Chris Buechler
4cdae0ac30 fix text 2013-09-03 04:07:33 -05:00
Daniel Becker
18f3c2fd09 add option to send prefix hint for requesting desired prefix length for delegation
This change adds an option on the interfaces page for sending a prefix hint for the selected delegation size. If enabled, a "prefix" field requesting :: with the appropriate prefix length (64 - dhcp6-ia-pd-len) is added to the "id-assoc pd" entry in the dhcp6c config file. This hint is required for requesting prefixes shorter than /64 from Comcast.
2013-09-03 02:05:52 -07:00
Chris Buechler
324e112d06 touch up text, s/nat/NAT/ 2013-09-03 01:27:11 -05:00
Renato Botelho
f89f3b3d21 Merge pull request #787 from phil-davis/master
Provide get_uptime_sec in a common include file
2013-08-31 07:31:04 -07:00
jim-p
b097a7cfa9 Show a count of the CPUs if more than one is detected, and show how those CPUs are supplied by the hardware. 2013-08-30 13:37:42 -04:00
Renato Botelho
beb7cd97eb Use ipprotocol to check gateway protocol, this fix a issue that allow to set more than one default gateway when it's dynamic 2013-08-29 14:38:31 -03:00