Commit Graph

89 Commits

Author SHA1 Message Date
smos
cfbfd9412b The function split() is replaced by the function explode(). Starting with PHP 5.3 this is deprecated and with version 6 gone.
Replacing it surpresses all the warnings
2012-01-19 20:33:41 +01:00
Scott Ullrich
1a700ea631 Adding apply hooks 2011-07-22 20:09:50 -04:00
Seth Mos
292ef22abb Unbreak static routes
Add initial NPt Network Prefix Translation pages
2011-01-21 09:34:16 +01:00
Scott Ullrich
9b4e01686d Do not break on header titles 2010-12-21 21:02:17 -05:00
Erik Fonnesbeck
d46285822a Add missing quote for the image title of the delete button, which was masked by the code that used to be after it. 2010-08-06 18:53:13 -06:00
Erik Fonnesbeck
09702a633a Fix on-click confirmation for the delete button on port forward rows. 2010-08-06 18:43:33 -06:00
Erik Fonnesbeck
3ced0d25b2 Fix improper gettext changes that broke various confirmation prompts, causing them to never show. 2010-08-06 18:33:43 -06:00
Erik Fonnesbeck
05da89412a Change the save message code on port forwards to be consistent with the other NAT pages. Fixes the message that was supposed to be shown after applying. 2010-08-06 18:02:58 -06:00
Erik Fonnesbeck
601c73e0c6 Mark the correct subsystems dirty when deleting port forwards with the X on their row so that the apply button shows up. 2010-08-06 17:32:36 -06:00
Renato Botelho
270f81d960 Merge remote branch 'mainline/master' into 2_firewall
Conflicts:
	usr/local/www/diag_nanobsd.php
	usr/local/www/diag_packet_capture.php
	usr/local/www/firewall_shaper.php
2010-08-03 10:59:34 -03:00
Erik Fonnesbeck
8b35aa779f Fix interface name display for various cases on NAT rule listings. 2010-08-01 21:53:08 -06:00
Chris Buechler
3c9d543d68 Don't use WAN/LAN if an interface descr exists ticket #783 2010-08-01 16:09:10 -04:00
Carlos Eduardo Ramos
ebe08ebe44 Corrections gettext implementation on firewall_nat.php 2010-07-08 13:51:24 -03:00
Renato Botelho
7fcd0934b9 Review firewall_nat.php 2010-06-30 19:50:46 -03:00
Neriberto C.Prado
876a36785d Review of firewall_nat.php 2010-06-30 07:00:24 -03:00
Jeann
49031495b5 Implemment gettext() calls 2010-06-30 00:49:17 -03:00
Jeann
7502ef0a69 Implemment gettext() calls 2010-06-29 16:13:50 -03:00
me
5463dd9f77 gettext on archives firewall_aliases.php e firewall_nat.php 2010-06-23 23:33:14 -03:00
Renato Botelho
759d0de1e8 Add delete button for each NAT Port Forward rule, like firewall rules. It Fixes #674 2010-06-18 13:21:31 -03:00
Renato Botelho
50dc3f4113 Fix port range calculation 2010-04-19 10:46:55 -03:00
Vinicius Coque
3bb6bb18cb Deleting associated rule 2010-04-09 19:40:07 -06:00
Renato Botelho
96cde2307c Show in gray just rules that are disabled 2010-04-09 19:39:49 -06:00
Renato Botelho
47c5a08f76 Fix table sizes and calculate local port range 2010-04-08 16:46:14 -03:00
Renato Botelho
6a459cefda Change span class to gray when rule is disabled 2010-04-07 15:29:04 -03:00
Renato Botelho
ec223192ad Deal with new fields of Improved NAT Port Forward 2010-04-07 15:13:04 -03:00
Ermal Luçi
9b16b83439 Ticket #136.
Fix associated nat rules.
Now both the filter rules and the nat ones contain a associated-rule-id tag which helps link the items together.
The API to use for this is in itemid.inc.

All the issues should be solved now.
2010-01-26 23:59:43 +00:00
Scott Ullrich
5fbcc12a97 Add blank row to match firewall rules layout 2009-11-21 19:43:15 -05:00
Scott Ullrich
1b43f08fb6 Move linked rule below pass icon. Cleanup tables 2009-11-21 19:41:35 -05:00
Scott Ullrich
7a927e67a5 Require filter.inc and shaper.inc 2009-11-21 19:28:00 -05:00
Scott Ullrich
483e6de842 Rework includes/require. This saves about 4 megabytes.
Simplify get_memory(). Tested on mips/i386
2009-11-21 16:08:36 -05:00
Chris Buechler
68b0c7ebf6 show what pass/linked icons mean 2009-11-07 20:03:37 -05:00
Chris Buechler
537dff78f9 show pass icon for rdr pass entries, fix editing of pass entries 2009-11-07 19:55:57 -05:00
Scott Ullrich
7ac5a4cb18 Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on 2009-09-14 19:14:40 -04:00
unknown
b9e28d57da Added support for automatically managing firewall rules with NAT rules. 2009-08-14 23:53:54 +03:00
Ermal Luçi
a368a026db * Reorganize the 'apply' button infrustructure in the GUI.
- Present three new functions is/mark/clear_subsystem_dirty('name_of_subsystem'). This makes easier to create such things without needing to introduce new globals.
	- Convert all pages to the new infrustructure
	- This improves a lot the control on this notification
2009-06-30 17:15:22 +00:00
Ermal Luçi
049a688e5d Remove ftp-proxy/pftpx/ftpsesame references we handle all of this in kernel now.(yay!) 2009-03-16 17:50:44 +00:00
Bill Marquette
625dcc400c Massive javascript cleanup, all .js files now live in $g['www_path']/javascript
Purged unused JS
2009-03-14 14:41:04 -05:00
Scott Ullrich
33300c73f2 Do not hard code white 2008-10-12 20:22:46 +00:00
Matthew Grooms
6b07c15ad8 Rewrite the pfsense privilege system with the following goals in mind ...
1) Redefine page privileges to not use static urls
2) Accurate generation of privilege definitions from source
3) Merging the user and group privileges into a single set
4) Allow any privilege to be added to users or groups w/ inheritance
5) Cleaning up the related WebUI pages
2008-08-01 06:30:34 +00:00
Scott Dale
2a9db752fb Move alias popup to function. Display Alias popup for NATs now. 2008-05-23 00:04:41 +00:00
Scott Ullrich
40b56dc18b Add multi user firewall nat port forward capabilities. 2007-12-03 05:02:56 +00:00
Scott Ullrich
d88c6a9fdf Switch over to array style page titles. Obtained-from: m0n0wall 2007-11-16 00:48:53 +00:00
Seth Mos
d415d82153 Add a plus button on the top header of these pages.
This to make it easier on large configurations.
2007-05-08 22:09:06 +00:00
Scott Ullrich
e2c9ef13e8 Call filter_configure() not filter_configure_sync() which blocks and waits for the entire filter to reload. Woops. 2007-01-30 00:51:32 +00:00
Scott Ullrich
4b9a670cd5 Kill off pftpx helper correctly after rule deletion 2006-08-19 22:13:18 +00:00
Scott Ullrich
7d04082e09 Clear CACHE and force a reload so that the ftp helpers are spawned correctly upon reply. 2006-08-19 22:06:41 +00:00
Scott Ullrich
7a6c350f05 Ticket #1036 - Correctly display LAN interface on port forward screen 2006-07-04 18:19:07 +00:00
Scott Ullrich
d04221dcfe MFC 11349
fix table display on IE when forwarding non tcp/ip protocols
2006-04-24 18:46:43 +00:00
Scott Ullrich
3e33bb10cc Show LAN, WAN or OPT$X['descr']
Ticket #929
2006-04-21 18:29:22 +00:00
Scott Ullrich
514dbaf8f0 When adding a redirect for FTP alert the user that it really creates 2 firewall rules
Ticket #899
2006-04-04 21:18:19 +00:00