Project

General

Profile

Download (95.4 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
dd18038e 11/10/2010 09:42 PM Ermal LUÇI
  • Call get_configured_interface_* functions only once in the code
  • Optimize the test if the passed interface is a vaild one
  • Fix the apply settings to actually do something rather than do nothing at all
  • Some style and whitespace fixes
157b9d46 11/08/2010 03:52 PM Scott Ullrich

Return disabled interfaces as well

e8ad860f 11/06/2010 06:03 PM Scott Ullrich

Interface names should appear as uppercase

94556105 11/06/2010 06:01 PM Scott Ullrich

Define variable a bit earlier in case its shared

d815d5fa 11/06/2010 06:00 PM Scott Ullrich

Use get_configured_interface_list() so Ermal does not yell at me :)

6a937188 11/06/2010 04:31 PM Scott Ullrich

Ensure passed interface is valid

bd6f4dcc 10/12/2010 12:59 PM Jim Pingle

Correct this note, on at least one card (mxge) it defaults to an MTU of 9000, so we can't always say the default will be 1500.

8920455d 09/05/2010 07:32 AM Marcus Brown

Revert "Add missing break statement in input validation code."

This reverts commit 52bebb6f44293de1d184c2a6310ad6fb38c5f7f2.

52bebb6f 09/05/2010 06:39 AM Marcus Brown

Add missing break statement in input validation code.

8fc0b2dc 09/03/2010 05:28 PM Ermal LUÇI

Add missing break;

62a4abc9 08/31/2010 12:47 PM Ermal LUÇI

Ticket #543. Do not allow to change an interface already configured to a type none if it is referenced by VIPs and also do not allow VIPs to be configured on an interface with type none. Maybe the latest should be relaxed to only disallow this for ipaliases?!

88c00a65 08/20/2010 12:18 PM Ermal LUÇI

Ticket #829. Do not allow an interface to switch back to static/dhcp/none if it is configured as ppp/pppoe/pptp. for now just blacklist this option because it is not so trivial to fix.

79851fc8 08/20/2010 12:04 PM Ermal LUÇI

Small optimization.

fe24301f 08/20/2010 12:03 PM Ermal LUÇI

Gett full list of interfaces when verifying description.

7b8db0c3 08/15/2010 10:07 PM Erik Fonnesbeck

Fix alignment of save and cancel buttons on interfaces.php.

1600b1af 08/15/2010 09:42 PM Scott Ullrich

Revert "Stick save and cancel back into the right hand of the first td cell like all other forms have it."

This reverts commit 787e94645b722b3b3c7f99480a7b71c20f083396.

f1ca6b86 08/13/2010 04:58 PM Chris Buechler

should be #777 not *777

3b7f0f53 08/12/2010 10:02 PM Erik Fonnesbeck

Fix some printfs and some text.

c0948c6c 08/12/2010 05:17 PM Renato Botelho

Just fix some space and tab problems

e73b001e 08/12/2010 03:55 PM Renato Botelho

Merge remote branch 'mainline/master'

Conflicts:
usr/local/www/diag_smart.php
usr/local/www/firewall_rules_edit.php
usr/local/www/interfaces.php
usr/local/www/load_balancer_pool_edit.php
usr/local/www/pkg_mgr_settings.php

ee9933b6 08/12/2010 02:15 PM Renato Botelho

Use

933ea015 08/12/2010 01:49 PM Carlos Eduardo Ramos

gettext() fixes on interfaces.php

4c807d76 08/12/2010 12:46 AM Erik Fonnesbeck

Fix text

787e9464 08/12/2010 12:36 AM Scott Ullrich

Stick save and cancel back into the right hand of the first td cell like all other forms have it.

ea6be4a7 08/12/2010 12:21 AM Erik Fonnesbeck

Remove extra quotes that were added around some strings when adding printf+gettext in some areas.

ea62cd32 08/11/2010 08:21 PM Scott Ullrich

No need to set enable

c9e7d30d 08/11/2010 05:44 PM Scott Ullrich

Add 8021.x preauth (rsn_preauth)

537bf7b3 08/05/2010 10:15 AM Erik Fonnesbeck

Add gui code for antenna settings. Ticket #13

c4a10cd1 08/05/2010 09:38 AM Erik Fonnesbeck

Fix printf that should be sprintf.

6681fdd3 08/05/2010 02:35 AM Erik Fonnesbeck

Hide the distance setting for wireless interfaces that do not support it.

4cea5cf8 08/04/2010 05:12 PM Ermal LUÇI

Resolves #599. Split mtu and mss fields in interfaces page so it is possible to set them differently.

4256d115 08/03/2010 02:06 PM Renato Botelho

Merge remote branch 'mainline/master' into 3_interfaces

Conflicts:
usr/local/www/diag_nanobsd.php
usr/local/www/diag_packet_capture.php
usr/local/www/interfaces.php

8672329c 08/02/2010 08:53 AM Erik Fonnesbeck

Hide the interface configuration when WAN or LAN are disabled, just like for OPT interfaces.

e7346f05 08/02/2010 06:58 AM Erik Fonnesbeck

The pipe character is not valid for the interface description, so don't consider it valid in the regular expression.

349e9ec1 08/02/2010 05:03 AM Erik Fonnesbeck

Correct capitalization for PPTP and L2TP in a couple places.

ebf94efb 07/28/2010 10:18 PM Erik Fonnesbeck

Sync wireless settings first to be sure it displays the actual settings that will be used when the interface is configured.

f62c44d8 07/28/2010 09:23 PM Erik Fonnesbeck

Add a checkbox to make syncing shared wireless settings to a central area optional.

e4603932 07/28/2010 09:23 PM Erik Fonnesbeck

Change wireless configuration heading to be more specific.

015c8b95 07/12/2010 12:48 PM Renato Botelho

Merge remote branch 'mainline/master' into 3_interfaces

1fb064e8 07/11/2010 03:36 AM Erik Fonnesbeck

Separate regdomain.xml parsing back to a separate file, so it can be used when xmlreader.inc is used instead of xmlparse.inc

136c598d 07/09/2010 02:15 AM Carlos Eduardo Ramos

Checked gettext() implementation on interfaces.php

42f634a0 07/05/2010 01:33 PM Vinicius Coque

Merge remote branch 'mainline/master'

8b7ae9a3 07/02/2010 02:08 PM Jim Pingle

Only unset if this is actually set. Ticket #710

8cc6876f 06/30/2010 09:00 PM groo

Implement gettext() calls on interfaces.php and interfaces_assign.php

ced4df74 06/10/2010 03:54 PM Marcus Brown

Take out all code that assumes to use DHCP for local ip if local ip is left blank.

Also, check for blank local IPs and error out if they occur.

23721285 06/10/2010 02:51 PM Marcus Brown

Fix some things in interfaces.inc, attempt to suppress mpd log verbosity.

Fix also localip handling in interfaces.php

4a1ee8ac 06/09/2010 06:39 PM Marcus Brown

Clean up pptp a bit and modify text description in interfaces_ppps_edit

1d7e1d6c 06/09/2010 03:51 PM Marcus Brown

Fix up for new ptpid scheme and new iface naming scheme.

513b762e 06/08/2010 03:39 PM Marcus Brown

Add check for required fields for PPP connections.

8256f324 06/08/2010 03:32 PM Marcus Brown

Fix all issues that Ermal found.

Interfaces.php problems.
1- When creating a pppoe ptpid on the config is empty(<<ptpid/>).
2- after switching from pppoe to pptp in the config there remains
pppoe-reset-type which is not that much of a bug but needs to be...

277d0250 06/07/2010 04:24 PM Marcus Brown

Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mainline into mlppp

Conflicts:
etc/inc/interfaces.inc
etc/inc/pfsense-utils.inc

3a906378 06/07/2010 03:42 PM Marcus Brown

Initial support for DCHP+PPtP/L2tP. DHCP + PPPoE is supported too.

Must create an OPTx interface and set to DHCP for DHCP+PPPoE.

f81cfcc9 06/03/2010 07:40 PM Jim Pingle

Use require_once instead of require, in case these files have been loaded previously. Fixes #631

4749cccb 06/03/2010 04:01 PM Marcus Brown

Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mainline into mlppp

af1e2031 06/02/2010 02:34 PM Jim Pingle

Add status link to Interfaces

24bc6ffb 05/31/2010 03:02 PM Marcus Brown

Update note text.

Change label and update note text about Advanced and MLPPP configs.

09637075 05/30/2010 11:53 PM Marcus Brown

Simplify code that handles link specific data fields like local ip, gateway, and bandwidth.

6c05cfb0 05/29/2010 02:30 PM Marcus Brown

Delete the interface_ppp_configure function and change how PPP data is saved.

PPP data entered in interfaces.php was clobbering data that didn't have associated
fields in this page. Fixed now. Also, add a little PPP section to interfaces.php file
to point users in the right place to create the configuration.

7005d843 05/29/2010 04:13 AM Marcus Brown

Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mainline into mlppp

Conflicts:
usr/local/www/interfaces.php

93ee6323 05/29/2010 03:55 AM Marcus Brown

little html tag change.

3a13f094 05/29/2010 03:49 AM Marcus Brown

Fix up whitespace so file is easier to read, and fix a few missing tags.

68f0c07a 05/29/2010 03:11 AM Marcus Brown

Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mainline into mlppp

Conflicts:
etc/inc/pfsense-utils.inc
usr/local/www/interfaces.php

0661b194 05/26/2010 02:07 PM Marcus Brown

Fix many things related to PPP connections.

Fixed tab array numbering in interfaces_* files. Enabled multilink over PPtP connections.
Fixed handling of bandwidth, mtu, mru settings. Removed unnecessary curly brackets from
single line if conditionals, and more . . .

89e52df8 05/25/2010 07:03 PM Erik Fonnesbeck

Add a default setting to location type of wireless that leaves the setting at its default for the interface.

d9e2c171 05/21/2010 12:34 AM Marcus Brown

Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mainline into mlppp

Conflicts:
usr/local/www/interfaces.php
Not sure why there was a conflict since the last change to this file was May 20.

30ade846 05/20/2010 11:09 PM Marcus Brown

Fixing whitespace so this file is more readable. And comment out extra html tags at the end of the file.

This file was in bad shape wrt tab spaces lining up. It should be more readable now.

fa90d701 05/20/2010 07:36 PM Scott Ullrich

Add note about required enabled WPA option for 802.1x

9978e156 05/20/2010 01:22 AM Marcus Brown

Fix HTML tags in interfaces.php and delete extra javascript function in ppps_edit.js

2666de59 05/18/2010 09:52 AM Marcus Brown

Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mainline into mlppp

e40e6724 05/18/2010 09:38 AM Marcus Brown

Modify and fix code to set pppoe periodic reset.

2b001b5d 05/13/2010 06:51 PM Ermal LUÇI

Ticket #548. Change message displayed when modifying an interface to actually tell people to modify dhcp server setting after applying settings since the interface configuration/ip will only change after applying settings and pfSense does not read the interface address from the config but from the interface itself and the complications for this and possibly other cases are not worth the effort.

3f2ef8d7 05/12/2010 06:30 PM Marcus Brown

Fixing bugs and ommissions.

d85ba87f 05/12/2010 11:36 AM Marcus Brown

Make changes to interfaces.php to be compatible with new PPPoE, PPtP code and config style.

Now this page will write the config info the same was that the interfaces_ppps_configure.php
writes the config info.

0acae2a0 05/02/2010 07:36 AM Erik Fonnesbeck

Add a note about the regulatory domain and cards that have an unrecognized default.

f4094f0d 05/02/2010 06:51 AM Erik Fonnesbeck

Display some extra information about the available wireless channels.

897eb11d 04/30/2010 04:27 AM Chris Buechler

show IP as well as gateway name on interfaces.php

2f678757 03/31/2010 10:33 AM Ermal LUÇI

Do not create faulty gateway entires with just defaultgw set it breaks logic.

da75413d 03/28/2010 09:11 PM Ermal LUÇI

Fix interface assignment and re-edit

6a688547 03/27/2010 12:28 AM Ermal LUÇI

Make lan/wan behave as all other interfaces.

611ae852 03/27/2010 12:05 AM Ermal LUÇI

Redo most of the ppp interface handling to be consistent with the other mpd5 configurations. This way there is no more special handling for ppp around.

071d63b9 03/17/2010 05:13 AM Erik Fonnesbeck

Restore attribute support, but with some extra checks in the function that uses it.

441e6007 03/17/2010 04:12 AM Erik Fonnesbeck

Needs a little more testing; revert attribute support in xmlparse.inc for now.

This reverts commit 2843a3ec5d4a160646e496f3922266415151902a.

2843a3ec 03/17/2010 02:59 AM Erik Fonnesbeck

Add optional support for reading attributes to xmlparse.inc and move regdomain.xml parsing from regdomain.inc to xmlparse.inc.

bbfc810e 03/16/2010 10:36 PM Erik Fonnesbeck

Add code for applying wireless regulatory configuration and some extra notes about the regulatory settings.

20f09b3b 03/16/2010 10:30 PM Erik Fonnesbeck

Add configuration options for wireless regulatory settings. Still needs code for applying the settings.

0b6ab3ec 03/16/2010 08:02 AM Erik Fonnesbeck

Add note about the auto channel setting.

57bbd532 03/13/2010 01:07 AM Erik Fonnesbeck

Combine "802.11g only" and "802.11n only" into a single option.

9be20928 03/07/2010 11:54 PM Erik Fonnesbeck

Fixes for 11g Turbo and 11a Turbo modes.

c39ca3e2 03/07/2010 11:13 PM Scott Ullrich

AES is recommended due to Toshihiro Ohigashi and Masakatu Morii attacks

d6050c47 03/07/2010 10:53 PM Scott Ullrich

Move description into listtopic area

ed459692 03/07/2010 09:07 AM Erik Fonnesbeck

Add 802.11n-only option. Hide options specific to 802.11g or 802.11n when those modes aren't available.

a8f58287 03/07/2010 07:28 AM Erik Fonnesbeck

Revert "Add temporary note that changing the wireless standard may require a reboot. To be reverted when the extra work is in place to get it to change when multiple wireless clones exist."

This reverts commit b383e88b59366143d69c2b50aa8e000d4a6c83e5.

39c1349c 03/07/2010 06:40 AM Erik Fonnesbeck

Add support for 802.11n in get_wireless_modes and the channels list.

9c2e9c13 03/05/2010 03:59 AM Erik Fonnesbeck

Fixing the condition for the enable checkbox broke saving on wan and lan. Add a hidden enable field for wan and lan to fix any code that expects it to be there.

e327021d 03/03/2010 11:41 PM Erik Fonnesbeck

Fix distance setting for ath and add it to the wireless settings that are synced and listed as shared.

b383e88b 03/03/2010 06:36 AM Erik Fonnesbeck

Add temporary note that changing the wireless standard may require a reboot. To be reverted when the extra work is in place to get it to change when multiple wireless clones exist.

651fff4f 03/03/2010 06:17 AM Erik Fonnesbeck

Add more descriptive mode names to the error messages.

597330aa 03/03/2010 05:35 AM Erik Fonnesbeck

When more than a single wireless clone exists, verify that it is possible to change the mode.

6ba138b0 03/03/2010 03:29 AM Erik Fonnesbeck

Don't need to bring the interface down twice -- let apply be the one to take care of it, since that appears to be the intention.

3f23b74d 03/03/2010 03:26 AM Erik Fonnesbeck

Only create the clone here if it does not exist, to prevent inadvertently destroying the clone before apply has been clicked.