Project

General

Profile

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

# Date Author Comment
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.

cccdc09f 03/03/2010 03:12 AM Erik Fonnesbeck

Fix conditions for disable.

34808d4e 02/23/2010 09:12 AM Erik Fonnesbeck

Move most of the code for dealing with wireless clone interface names to separate functions.

b7013816 02/23/2010 06:54 AM Erik Fonnesbeck

Move shared wireless configuration settings to their own heading.

8f0289e7 02/22/2010 08:08 PM Erik Fonnesbeck

Sync configuration of shared settings between wireless clones.

5949124c 02/12/2010 11:15 PM Scott Ullrich

Adding 802.1X Authentication support

2dddf4be 02/09/2010 07:27 PM Ermal Luçi

Check what to do on the interface when hitting apply options button.

1b773d20 02/01/2010 11:11 PM Ermal Luçi

Ticket #329. Use correnct interface API and pass correct arguments to functions.

286a2b2e 02/01/2010 04:45 PM Scott Ullrich

Include ipsec.inc

3211dcb6 01/16/2010 11:12 PM Scott Ullrich

include captiveportal.inc

08fae438 01/15/2010 01:13 PM Ermal Luçi

Ticket #297. Verify WPA PSK key length.

77622bb2 01/14/2010 07:03 PM Ermal Luçi

Reload all when changing interface configuration.

aa10c02f 01/14/2010 06:03 PM Chris Buechler

fix text

3f83bd4e 01/07/2010 04:09 AM Chris Buechler

field is not required

6768e67b 01/06/2010 03:01 AM Chris Buechler

fix up text

9ff9a1c7 12/24/2009 12:45 PM Seth Mos

Style fixes for the interfaces page, use switch instead of a large if,elseif procedure.
Fix the monitor IP route adding and removing to skip non IP addresses and dynamic entries
Add a Gateway item on the gateway_item stack so that it properly shows up in th configuration. Static configurations will need to...

5c310990 12/23/2009 10:25 PM Scott Ullrich

Remove debugging alert

15a13dab 12/23/2009 10:24 PM Scott Ullrich

Unbreak adding gateway #238

1ee5d4b3 11/27/2009 09:53 PM Scott Ullrich

Call enable_rrd_graphing() on save Resolves #154 + previous commit

7a927e67 11/22/2009 12:28 AM Scott Ullrich

Require filter.inc and shaper.inc

88157f66 10/25/2009 09:04 PM Scott Ullrich

Take into account hostap type interfaces

10394059 10/25/2009 08:37 PM Scott Ullrich

Unbreak wireless on 8.x

a469927d 10/20/2009 03:00 AM Scott Ullrich

Handle PPP interfaces

b4d36392 10/20/2009 02:19 AM Scott Ullrich

Reload filter after applying (what if user changed the interface name, etc)

abcb2bed 10/01/2009 03:19 PM Ermal Luçi
  • Convert carp/vips code to behave the same as other interfaces.
  • Make optimizations around it.
  • Make sure when we reload teh underlying interface we reload carp too.
  • Some fixes around the code.

Reviewed-by: scott@ and billm@

d6a891da 09/29/2009 08:41 AM Ermal Luçi

Avoid errors that appear if this is set uncorrectly.

f94cf5f8 09/21/2009 06:33 AM Ermal Luçi

Test if dhcpd is enabled not if configs are preset. Reported-by: http://forum.pfsense.org/index.php/topic,19271.0.html

7ac5a4cb 09/14/2009 11:14 PM Scott Ullrich

Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on

0c9da721 09/10/2009 04:55 PM Ermal Luçi

Resolves issue #70.

e42634a6 07/10/2009 02:08 PM Ermal Luçi

Use the same style structure as on other guis.

03e4c599 07/07/2009 03:49 PM Ermal Luçi

Fix Bug #24. Actually just make the name usable in the new gateway code.

a368a026 06/30/2009 05:15 PM Ermal Luçi
  • 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...
a5d6f60b 06/18/2009 04:59 PM Ermal Luçi
  • Fix the pppoe reset script.
  • Do not reload recursevly services while configuring interfaces
  • Clean up the resync_all and reload_interfaces to not call services recursievly
  • Fix interfaces.php to not try to save the config after you click the apply button....
0027de0a 05/08/2009 06:42 PM Ermal Luçi
  • Create two new functions lock($subsystem)/unlock() to have more reliable locking using semaphores.
    This function can sleep till the resource is free and can help find not well behaving code.
  • Remove most of the config_lock/config_unlock logics on the whole scripts/pages it is an abuse of this....
a2b22897 04/10/2009 03:25 AM Chris Buechler

clarify description

049a688e 03/16/2009 05:50 PM Ermal Luçi

Remove ftp-proxy/pftpx/ftpsesame references we handle all of this in kernel now.(yay!)

2e069686 03/13/2009 06:04 AM Bill Marquette

Move Scriptaculous/Prototype includes to head.inc and remove the code duplication

87f0be87 02/15/2009 07:05 PM Chris Buechler

Revert "Merge IPv6 changes"

This reverts commit f193cf92b2c925a2f3f71a713d766efd1e4d81e0.

ad862220 01/22/2009 10:32 AM Charlie

allow IPv4 gateways to be added via AJAX

f193cf92 01/20/2009 07:52 AM Simon Cornelius P. Umacob

Merge IPv6 changes

47985993 01/05/2009 05:19 PM Ermal Luçi

Effect.toggle is not behaving correctly use show/hide as with others in this page to be consistent and fix periodic reset GUI not showing.

b09a92b7 01/05/2009 05:14 PM Ermal Luçi

Restore back the functionality that when the Enabled checkbox is not checked all configurations disappear.

a815685e 12/25/2008 03:49 AM Scott Ullrich

Restart VPN -> IPSEC after interface changes. This fixes the bug where
the VPN tunnel goes offline after making interface changes that I just
encountered after I had made no changes (was saving the interface to
restart RRD processes and IPSEC went down in the process)

8861d975 12/02/2008 09:21 PM Scott Ullrich

Minor style changes.

b158201f 12/02/2008 09:18 PM Scott Ullrich

Add One moment please when adding gateway.

2e04d98a 11/25/2008 06:34 AM Scott Ullrich

Reformat wireless input boxes

744ea190 11/25/2008 06:29 AM Scott Ullrich
  • Move conf_mount_ro() after cron_configure()
  • Add back dsh's (C), he did write the pppoe reset stuff, plus a bit more
2e420191 11/25/2008 06:24 AM Scott Ullrich

Cleanup text formatting

8e43486b 11/25/2008 06:21 AM Scott Ullrich

Cleanup breaks

a614b1ac 11/25/2008 06:16 AM Scott Ullrich

Clear notebox after clicking add a new one

d8696299 11/25/2008 06:06 AM Scott Ullrich

Auto fill interface descr-GW as the name

b2d9ec0d 11/25/2008 06:00 AM Scott Ullrich
  • Tweak cellspacing and cellpadding
  • Center Cancel / Save
d738dfa0 11/25/2008 05:38 AM Scott Ullrich

Launch item in new target

347858c9 11/25/2008 05:37 AM Scott Ullrich

Add a notebox and flash a small notice after the gateway is populated
in the dropdownbox stating where you can manage the gateways.

bfb94edd 11/25/2008 05:29 AM Scott Ullrich

Move status wheel box higher up

44bd02ab 11/25/2008 05:28 AM Scott Ullrich

Hide add gateway box after clicking save

9e08f589 11/25/2008 05:15 AM Scott Ullrich

Add Gateway

67c90792 11/25/2008 05:12 AM Scott Ullrich

Add default gw box, check it by default if the interface is wan

29557db2 11/25/2008 05:08 AM Scott Ullrich

If the interface is wan, select the default gw box automatically

a6508e35 11/25/2008 04:56 AM Scott Ullrich

Use show, not appear

6a391449 11/25/2008 04:53 AM Scott Ullrich

Add onFailure Ajax method

4c63ac51 11/25/2008 04:43 AM Scott Ullrich

Make add gw screen red to draw attention

0f94b280 11/25/2008 04:39 AM Scott Ullrich

Do extra checking on return value

b0d18490 11/25/2008 04:30 AM Scott Ullrich
  • Rename Copy my MAC address to Insert my local MAC address
  • Do not show Insert my local MAC address when no mac is detected
1c9bd633 11/25/2008 04:22 AM Scott Ullrich

s/add one/add a new one/

61fc1160 11/25/2008 04:18 AM Scott Ullrich

Apply routing changes, too

295447de 11/25/2008 04:15 AM Scott Ullrich

Use name, not gateway ip

90f106f1 11/25/2008 04:14 AM Scott Ullrich

Correct restore state

fc6ea012 11/25/2008 04:10 AM Scott Ullrich

Hide gw save and cancel button after clicking save

5b077e3f 11/25/2008 04:06 AM Scott Ullrich

Hide main form cancel, save buttons while gateway add function is enabled.

e0bbaf4d 11/25/2008 04:02 AM Scott Ullrich

Escape posted values

4d59f5fa 11/25/2008 04:00 AM Scott Ullrich

Hide dropdown when add gateway box is active

93650af0 11/25/2008 03:50 AM Scott Ullrich

Use a text link instead of a button which looks out of place

46bc7e25 11/25/2008 03:47 AM Scott Ullrich

Add border, spacing

ccb38345 11/25/2008 03:44 AM Scott Ullrich

Spice up ajax add box look / feel

667a3184 11/25/2008 03:37 AM Scott Ullrich

Add some ajax magic to allow a gateway to be added quickly

6d679a95 11/25/2008 01:59 AM Scott Ullrich

add missing cancel button

2b5f152d 11/25/2008 01:57 AM Scott Ullrich
  • We only need one save button, mmmkay?
  • Make whitespace consistent between blocks
df00291c 11/25/2008 01:51 AM Scott Ullrich

Use show/hide which turns off the goofy effects that some have noted is
inconsistent with all other forms.

5f05b91f 11/25/2008 01:39 AM Scott Ullrich

Make private networks box match other areas of form

0fc70b30 11/25/2008 01:35 AM Scott Ullrich

Cleanup nasty identation that makes the form look strange.

c3087303 11/25/2008 01:11 AM Scott Ullrich
  • Remove non-needed td and cleanup blank whitespace
  • Make enable match the rest
a18a5e61 11/22/2008 11:20 PM Scott Ullrich

Remove stray "

8098302a 11/22/2008 11:06 PM Scott Ullrich

Unbreak javascript.