Commit Graph

11269 Commits

Author SHA1 Message Date
Pierre POMES
e5f2cf3a94 prefork for relayd is usefull only in DNS mode 2013-11-22 21:30:05 -05:00
Charlie Marshall
ae72c0ff99 remove unneeded ';' 2013-11-22 12:05:48 +00:00
Charlie Marshall
d285ffdb13 fix traffic shaper progress bars not displaying 2013-11-22 11:50:15 +00:00
Ermal
baec2b007f Properly create zones for the CP with the new command arguments and properly invoke ipfw for applying rules and other configuration options. 2013-11-21 21:18:00 +00:00
Ermal
fc5a4f3c22 Remove maximumtables even from the GUI since there is no option 2013-11-21 17:35:05 +00:00
Renato Botelho
23d9f68660 Fix an issue that changes wrong gateway entry when items are hidden 2013-11-21 09:37:02 -02:00
Renato Botelho
e924cd7eb2 Add hability to insert after, reorder, batch delete and enable/disable to 1:1 NAT rules. It fixes #3327 2013-11-20 15:20:01 -02:00
Renato Botelho
a0e1f0f1e3 We do not need 2 variables to do the same thing, simplify it a bit 2013-11-20 15:16:25 -02:00
Renato Botelho
d39ed8c387 Fix whitespaces and indent 2013-11-20 14:05:59 -02:00
Renato Botelho
bb0469f2be Fix whitespaces and indent 2013-11-20 12:01:14 -02:00
Renato Botelho
858211ddde Improve text on outbound NAT page to reflect last changes, it should fix #2416 2013-11-19 08:45:22 -02:00
Renato Botelho
1b4a0d7917 Fix a wrong } left on my last commit 2013-11-19 08:43:25 -02:00
Renato Botelho
aef6978de7 Try to detect already automatically created outbound NAT rules and avoid duplicating them. Also automatically create rules when switching from hybrid to manual. Ticket #2416 2013-11-19 08:35:18 -02:00
Renato Botelho
6f61fea641 Use the same code to automatically create outbound NAT rules when mode change to manual, ticket #2416 2013-11-18 15:26:51 -02:00
Renato Botelho
7997ed4440 Many fixes on privileges, ticket #3216:
- Rename some privileges:
   page-diag-system-activity => page-diagnostics-system-activity
   page-interfacess-groups => page-interfaces-groups
   page-interfacess-lagg => page-interfaces-lagg
   page-interfacess-qinq => page-interfaces-qinq
- Write an upgrade function to replace above privileges by the new name
- Remove unused privilege page-diagnostics-logs-wireless
- Remove duplicated privileges
- Fix limiter-info, pf-info and system-pftop that were using wrong name
- Add privs for edit pages (interfaces_groups, interfaces_lagg,
  interfaces_qinq and services-igmpproxy)
- Fix ID for acptiveportal allowedhostnames and editallowedhostnames
- Fix some wrong matches
2013-11-15 19:21:18 -02:00
Renato Botelho
2d845db7b8 Merge pull request #855 from ExolonDX/branch_01
Tidy up the "Helper Icons"
2013-11-15 10:20:24 -08:00
Renato Botelho
a2f0b7c13f Move automatic rules to a separate table, ticket #2416 2013-11-14 16:28:06 -02:00
Renato Botelho
33bcbe5a29 Merge pull request #856 from ExolonDX/branch_02
Tidy up "interface_statistics.widget.php"
2013-11-14 09:38:38 -08:00
Renato Botelho
bef388a70d Show advanced outbound rules and inform user what are being used and what are being ignored. It should fix #2416 2013-11-14 12:37:32 -02:00
Colin Fleming
94c52ff8d8 Tidy up "interface_statistics.widget.php"
Remove padding surrounding the main table, makes the widget have the
same "look and feel" as the other widgets.
2013-11-14 13:48:15 +00:00
Colin Fleming
17b8c60a39 Tidy up the "Helper Icons"
The "Helper Icons" at the top right of some service pages at present
produces 30+ HTML errors/warnings, this is due to the table cell being
wrapped in a span statement then in a div statement, table cells can
only be part of a table row then within a table statement.

- remove the table cell definitions from /etc/inc/service-utils.inc
- add the table cell definition from /etc/inc/service-utils.inc to
/usr/local/www/status_services.php and add some logic to determine if
the service is running which will then determine which class statement
to use and pad the icon with a space
- apply the same table cell definition and logic as above to
/usr/local/www/widgets/widgets/services_status.widget.php
2013-11-14 13:44:59 +00:00
Renato Botelho
eef01b14df Add hybrid and disabled outbound NAT, fixes #2416:
- Add 2 new outbound NAT modes, hybrid and disabled, manual and advanced
  keep working the same way
- Hybrid mode applies manual rules first, automatic after
- Disabled do no create any outbound NAT rules
- Remove ipsecpassthru config field and rename advancedoutbound to
  outbound
- Save mode on $config['nat']['outbound']['mode'] to simplify the logic
- Modify config.default to reflect changes
- Add code to upgrade config, and change latest_version to 10.3
- Use html to align modes and remove some hacks to align using  
2013-11-13 07:45:09 -02:00
Renato Botelho
d5ab3af4e2 Fix whitespaces and indent 2013-11-12 21:52:48 -02:00
Renato Botelho
858f313d76 Fix indent, whitespaces and a close a couple of unbalanced tags 2013-11-12 17:46:43 -02:00
Renato Botelho
c4421dfa4f Add an option to set no-sync on rules to keep states from being synced via pfsync. Fix #2501 2013-11-12 10:45:29 -02:00
Renato Botelho
d60ba07819 Merge pull request #831 from ExolonDX/branch_06
Tidy up "diag_logs_filter_summary.php" XHTML
2013-11-11 14:16:02 -08:00
Renato Botelho
454e09bd9d Merge pull request #829 from ExolonDX/branch_04
Tidy up "diag_logs_filter.php" XHTML
2013-11-11 14:15:46 -08:00
Renato Botelho
f70121be36 Fix #3298 and few other fixes:
. Check for fixed array keys (pkg_categories_min_count,
  pkg_categories_max_display and pkg_default_categories) instead of
  undeclared variables
. Add a new default category "All"
. Use proper class on 'Category' columns when it is visible
. Increase Description column size instead of Name when Category is not
  visible
. Fix php short tags
2013-11-11 10:57:24 -02:00
Renato Botelho
2984054690 Fix indent and whitespaces 2013-11-11 10:19:50 -02:00
Renato Botelho
e09fcde567 Merge pull request #844 from ExolonDX/branch_20
Tidy up "diag_logs_openvpn.php" XHTML
2013-11-11 03:19:09 -08:00
Renato Botelho
4f3d30527d Merge pull request #843 from ExolonDX/branch_19
Tidy up "diag_logs.php" XHTML
2013-11-11 03:18:51 -08:00
Renato Botelho
5f8fc8d898 Merge pull request #842 from ExolonDX/branch_17
Tidy up "diag_logs_wireless.php" XHTML
2013-11-11 03:18:34 -08:00
Renato Botelho
ad4114375a Merge pull request #841 from ExolonDX/branch_16
Tidy up "diag_logs_vpn.php" XHTML
2013-11-11 03:18:17 -08:00
Renato Botelho
d869c81329 Merge pull request #840 from ExolonDX/branch_15
Tidy up "diag_logs_settings.php" XHTML
2013-11-11 03:17:45 -08:00
Renato Botelho
750adb5ce5 Merge pull request #839 from ExolonDX/branch_14
Tidy up "diag_logs_routing.php" XHTML
2013-11-11 03:15:23 -08:00
Renato Botelho
d3b015469d Merge pull request #838 from ExolonDX/branch_13
Tidy up "diag_logs_resolver.php" XHTML
2013-11-11 03:15:03 -08:00
Renato Botelho
d24de56a1a Merge pull request #837 from ExolonDX/branch_12
Tidy up "diag_logs_relayd.php" XHTML
2013-11-11 03:14:43 -08:00
Renato Botelho
12f1bd24b7 Merge pull request #836 from ExolonDX/branch_11
Tidy up "diag_logs_ppp.php" XHTML
2013-11-11 03:14:22 -08:00
Renato Botelho
77ad3ea3c4 Merge pull request #834 from ExolonDX/branch_09
Tidy up "diag_logs_ntpd.php" XHTML
2013-11-11 03:14:03 -08:00
Renato Botelho
abf49196c8 Merge pull request #833 from ExolonDX/branch_08
Tidy up "diag_logs_ipsec.php" XHTML
2013-11-11 03:13:44 -08:00
Renato Botelho
5395194e93 Merge pull request #832 from ExolonDX/branch_07
Tidy up "diag_logs_gateways.php" XHTML
2013-11-11 03:13:09 -08:00
Renato Botelho
9c76ad6d1f Merge pull request #830 from ExolonDX/branch_05
Tidy up "diag_logs_filter_dynamic.php" XHTML
2013-11-11 03:12:17 -08:00
Renato Botelho
10f3e734fe Merge pull request #828 from ExolonDX/branch_03
Tidy up "diag_logs_dhcp.php" XHTML
2013-11-11 03:07:13 -08:00
Renato Botelho
8802b91806 Merge pull request #827 from ExolonDX/branch_02
Tidy up "diag_logs_auth.php" XHTML
2013-11-11 03:06:55 -08:00
Phil Davis
2b8bfda4a4 system_camanager init $input_errors so array_push works
Fixes input validation when creating an internal certificate. Reported in forum http://forum.pfsense.org/index.php/topic,68849.0.html
2013-11-07 03:11:48 -08:00
Robert Nelson
79f5aebe25 Simplify the code.
No need to worry about the second column, we only need to pad the first one.
2013-11-07 00:34:39 -08:00
Robert Nelson
6ff71328e7 Rewrite the display_host_results() function to use spaces instead of
tabs. It does a much better job of aligning the fields in each column
and works in all the browsers, particularly chrome which doesn't
support the tab character.

It still isn't perfect due to the javascript alert() function's
use of a proportional font.
2013-11-06 22:54:02 -08:00
Colin Fleming
d7ba03704e Tidy up "diag_logs_openvpn.php" XHTML
Add SUMMARY to table statements
Close BR and INPUT statements
2013-11-05 14:51:59 +00:00
Colin Fleming
c7b94a26e6 Tidy up "diag_logs.php" XHTML
Add SUMMARY to tables
2013-11-05 14:48:05 +00:00
Colin Fleming
d027e810e2 Tidy up "diag_logs_wireless.php" XHTML
Add SUMMARY to table statements
Close BR and INPUT statements
Move closing FORM statement into table cell statement
2013-11-04 21:19:35 +00:00