summaryrefslogtreecommitdiffstats
path: root/usr/local/www
Commit message (Collapse)AuthorAgeFilesLines
* Replace pfSense with the rebrandWarren Baker2013-10-071-5/+5
|
* Now that doc.pfsense.org does https and redirects http to https, we may as ↵jim-p2013-10-041-285/+285
| | | | well send the help links to the https destinations.
* Fix display of pools in the LB status widget and on the LB Virtual Server ↵jim-p2013-10-032-2/+2
| | | | status.
* Traffic graphs widget has old interface namesphildd2013-09-291-1/+1
| | | Fixes bug #3245
* Merge pull request #810 from ExolonDX/branch_04Renato Botelho2013-09-261-9/+9
|\ | | | | Update "status_rrd_graph_settings.php" XHTML
| * Update "status_rrd_graph_settings.php" XHTMLColin Fleming2013-09-261-9/+9
| | | | | | | | | | | | Close INPUT tags Update HTML Boolean operators Update TABLE tag with summary statement
* | Merge pull request #809 from ExolonDX/branch_02Renato Botelho2013-09-261-30/+33
|\ \ | | | | | | Update "status_rrd_graph.php" XHTML
| * | Update "status_rrd_graph.php" XHTMLColin Fleming2013-09-261-30/+33
| |/ | | | | | | | | | | | | | | | | | | | | | | 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
* | Merge pull request #808 from ExolonDX/branch_01Renato Botelho2013-09-261-2/+2
|\ \ | | | | | | Update "pkg_edit.php" XHTML
| * | Update "pkg_edit.php" XHTMLColin Fleming2013-09-261-2/+2
| |/ | | | | | | Update HTML Boolean operator
* | require service-utils.inc for find_service_by_openvpn_vpnid()Renato Botelho2013-09-261-0/+1
| |
* | Add missing tdRenato Botelho2013-09-261-86/+90
| |
* | Remove use of undefined var $conn and fix some td classRenato Botelho2013-09-261-4/+4
|/
* Set network interfaces description as interface name.ccesario2013-09-251-1/+3
|
* Respect default gateway option when adding a gateway from interfaces page. ↵Renato Botelho2013-09-241-4/+8
| | | | It fixes #3230
* Allow multiple valid time servers to be entered in the wizard, as they are ↵jim-p2013-09-241-5/+5
| | | | allowed under System > General
* Include the CP zone in the form parameters if one is defined. Fixes access ↵jim-p2013-09-231-0/+3
| | | | to concurrent graph on zones other than the first/default.
* Fix #3218, reaload filter rules when activate or deactivate dhcpdv6Renato Botelho2013-09-211-1/+8
|
* Merge pull request #795 from razzfazz/ia-pd-hintRenato Botelho2013-09-181-0/+12
|\ | | | | add option to send prefix hint for requesting desired prefix length for delegation (for master branch)
| * add option to send prefix hint for requesting desired prefix length for ↵Daniel Becker2013-09-031-0/+12
| | | | | | | | | | | | 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.
* | Merge pull request #803 from PiBa-NL/outboundnat_disable_checkboxRenato Botelho2013-09-162-1/+39
|\ \ | | | | | | outboundnat, disable rule checkbox
| * | outboundnat, disable checkboxPiBa-NL2013-09-162-1/+39
| | |
* | | Split SSL/TLS into separate checkboxes so that plaintext connections can be ↵Warren Baker2013-09-161-3/+27
|/ / | | | | | | made secured by using STARTTLS. Support for SMTPS connections should probably be done away with in future. Fixes #3180
* | Convert mac address to lowercase when saving to avoid duplicates. It fixes #3195Renato Botelho2013-09-122-2/+2
| |
* | Do not allow local mac address to be added to passtrumac list in CP. It ↵Renato Botelho2013-09-121-2/+13
| | | | | | | | fixes #3122
* | Fix php short tag opening and silent php -lRenato Botelho2013-09-121-1/+1
| |
* | Remove call-time pass by reference from traffic shaper files, it should fix ↵Renato Botelho2013-09-128-72/+72
| | | | | | | | #2565
* | Remove call-time pass by reference for do_input_validation, helps ticket #2565Renato Botelho2013-09-1267-83/+83
| |
* | Add a redirect url option to blocked macsRenato Botelho2013-09-121-0/+10
| |
* | Delete the old mac when action changes, not the current oneRenato Botelho2013-09-121-1/+1
| |
* | Make captiveportal_passthrumac_delete_entry() return rules instead of ↵Renato Botelho2013-09-122-4/+12
| | | | | | | | execute them as other similar functions do
* | Use same tab name on all pagesRenato Botelho2013-09-125-5/+5
| |
* | Change 'Pass-through MAC' tab name to reflect current realityRenato Botelho2013-09-127-10/+10
| |
* | Add actions (block or pass) to Captive Portal passtrumacRenato Botelho2013-09-122-49/+40
| |
* | Fix indent and whitespacesRenato Botelho2013-09-122-112/+137
| |
* | Make sure to account for IP aliases on lo0 here, or they get duplicated on ↵jim-p2013-09-111-2/+2
| | | | | | | | each CARP sync
* | Include CA in generated .p12 file. Fixes #2147 the way it was originally ↵jim-p2013-09-101-2/+8
| | | | | | | | intended.
* | Test growl whether or not growl is disabled.jim-p2013-09-081-2/+1
| |
* | Do not sync DHPCv6, it must operate independetly. Ticket #3184jim-p2013-09-061-1/+1
| |
* | Remove failover peer IP settings from DHCPv6, DHCPv6 doesn't support ↵jim-p2013-09-061-13/+0
| | | | | | | | failover the way that DHPv4 did. Fixes #3184
* | Fix #3127Renato Botelho2013-09-064-15/+15
| | | | | | | | | | | | | | 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.
* | Bring back static routes to fix issues reported on Ticext #3179Ermal2013-09-032-1/+19
| |
* | Disable state killing on gateway failure by default for new configs.Chris Buechler2013-09-031-3/+2
| | | | | | | | Clarify the text describing the option while here.
* | Fix issue reported on http://forum.pfsense.org/index.php/topic,66160.0.htmlErmal2013-09-031-5/+10
| |
* | fix textChris Buechler2013-09-031-1/+1
|/
* touch up text, s/nat/NAT/Chris Buechler2013-09-034-7/+7
|
* Merge pull request #787 from phil-davis/masterRenato Botelho2013-08-311-8/+2
|\ | | | | Provide get_uptime_sec in a common include file
| * Call get_uptime_sec from functions.inc.phpPhil Davis2013-08-291-8/+2
| | | | | | to avoid code duplication
* | Show a count of the CPUs if more than one is detected, and show how those ↵jim-p2013-08-302-0/+18
| | | | | | | | CPUs are supplied by the hardware.
* | Use ipprotocol to check gateway protocol, this fix a issue that allow to set ↵Renato Botelho2013-08-291-6/+1
|/ | | | more than one default gateway when it's dynamic
OpenPOWER on IntegriCloud