Project

General

Profile

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

# Date Author Comment
b32dd0a6 08/10/2012 05:32 PM Jim Pingle

Activate new shortcuts/status in the rest of the areas that are currently setup.

1f3a3ed2 01/06/2012 05:51 PM Jim Pingle

Cleanup html, make tables sortable, implements #2040

2bf0ada5 11/12/2010 05:29 PM Jim Pingle

Protect against XSS by someone broadcasting an HTML SSID... (better to be safe...)

24357d92 08/11/2010 08:53 PM Jim Pingle

This doesn't really need a printf either, come to think of it.

5943a23f 08/11/2010 08:53 PM Jim Pingle

This probably shouldn't be a printf anyhow

ca5bb211 08/11/2010 08:48 PM Jim Pingle

This should be sprintf

73eb4b90 08/11/2010 08:46 PM Jim Pingle

Fix another gettext() call.

baa59e4e 08/11/2010 08:44 PM Jim Pingle

Fix gettext() call

c3ff89b4 08/09/2010 12:54 PM Renato Botelho

Merge remote branch 'mainline/master'

Conflicts:
usr/local/www/status_captiveportal.php
usr/local/www/status_rrd_graph.php
usr/local/www/status_wireless.php

4ca92170 08/08/2010 12:10 AM Chris Buechler

add explanation of flags and capabilities from m0n0wall. cvstrac 1564

61c22433 08/07/2010 08:30 PM Erik Fonnesbeck

Add hidden "if" field to status_wireless.php.

72d2682c 08/07/2010 08:18 PM Erik Fonnesbeck

Move the get_real_interface call above this condition and fix the ID of the rescan button.

ea52942c 08/07/2010 08:16 PM Chris Buechler

add info message

4362a612 08/07/2010 08:11 PM Chris Buechler

background the scan

6f87ed42 08/07/2010 08:06 PM Chris Buechler

add a Rescan button. ticket #793

97fc7767 08/02/2010 07:07 PM Vinicius Coque

Merge remote branch 'mainline/master'

Conflicts:
usr/local/www/installer.php

be2b47d5 08/02/2010 08:04 AM Erik Fonnesbeck

Actually find the first wireless interface like the code says it is supposed to do, rather than finding the last.

e5d598c1 07/22/2010 07:48 PM Carlos Eduardo Ramos

Corrections gettext implementation on status_wireless.php

41740617 07/22/2010 01:10 PM Rafael Lucas

Implement gettext() calls on status_wireless.php

88e9bceb 06/17/2010 06:07 AM Seth Mos

Fix wireless status page to look at the right wireless interface name.
Ticket #649

87be42c1 06/15/2010 06:20 PM Seth Mos

Do not stamp on the variable that has the bssid Ticket #649

d1104fa6 06/11/2010 12:32 AM Chris Buechler

page is Status not Diag

a2b724a6 02/09/2010 09:50 AM Ermal Luçi

Fix check on which table to assign.

64b2f3c8 02/08/2010 10:44 PM Ermal Luçi

Ticket #346. Use the correct 'real' interface for collecting wireless information.

22275785 11/25/2009 08:54 PM Seth Mos

Make sure to display a correct bssid field instead of a truncated one. Going to great lengths here to prevent splitting on a fixed number of characters.

105bb6a6 11/24/2009 08:37 PM Seth Mos

Fix wireless stations list

e2d90eac 11/21/2009 12:23 AM Seth Mos

Fix the status wireless page for 2.0 using the correct _wlan0 interface
name.
Also bring over a fix for ssid values with spaces, there is a different
fix in 1.2. This one splits on Mac address if they ever decide to list
longer mac addresses instead of truncating to 16 characters. The IEEE...

1d333258 09/15/2009 01:49 AM Scott Ullrich

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

6b07c15a 08/01/2008 06:30 AM Matthew Grooms

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...

bdeca4ed 12/24/2007 01:10 AM Scott Ullrich

Do not corrupt output when a space is in the SSID name.

Ticket #1531

764696e0 12/17/2007 07:11 AM Chris Buechler

remove annoying and potentially problematic forced page refresh.

Ticket #1545

d88c6a9f 11/16/2007 12:48 AM Scott Ullrich

Switch over to array style page titles. Obtained-from: m0n0wall

ac1bd04f 09/17/2007 06:38 PM Scott Ullrich

Oops, do not list stations twice.

c29ad853 09/17/2007 06:36 PM Scott Ullrich

Show both associated stations and nearby AP's regardless of operating mode.

0675ab80 09/17/2007 06:24 PM Scott Ullrich

Fix formatting errors introduced by last commit.

6c40c007 09/17/2007 06:18 PM Scott Ullrich

Show wireless nodes regardless if we can deterimine BSS value. Now the AP my test unit is associated with shows the signal strength, etc correctly.

0fb5206f 08/06/2007 02:57 AM Bill Marquette

Somehow requiring config.inc before guiconfig.inc was redirecting back to
login page. config.inc get's pulled in through functions.inc include in
guiconfig.inc, no need for it here.

Reported-by: smos@

59f6095f 05/05/2006 09:31 PM Scott Ullrich

Wireless Status page gets mode.
Ticket #957

555d3758 04/03/2006 09:05 PM Scott Ullrich

MFC
s/PHP_SELF/SCRIPT_NAME/ - PHP_SELF == "" for some reason with lighty

d80e49d0 01/20/2006 12:34 AM Scott Ullrich

Show more than one wireless interface

Ticket #788

e54d4de6 01/02/2006 11:46 PM Scott Ullrich

Remove #!/usr/local/bin/php

97746f83 01/01/2006 02:16 AM Scott Ullrich

MFC 89053
Loop over all wireless interfaces.

f2f0c37e 12/30/2005 06:28 PM Scott Ullrich

Add HOSTAP list

Ticket #763

af32f939 10/18/2005 03:53 PM Scott Ullrich

MFC 6960
Cleanup hardcoded meta refreshes

53961f06 10/18/2005 03:52 PM Scott Ullrich

MFC 6958
Move <div> to the right place, move tabcont class to table it no longer belongs in TD (and hasn't for some time) Remove unused </center> tag

d0330501 10/16/2005 11:27 PM Scott Ullrich

MFC 6910 6911
Beginning of new wireless status tool. So far it shows ifconfig list sta and includes all wireless interfaces defined as top tabs.

351cbef7 09/28/2005 05:33 PM Scott Ullrich

Disable wireless status

fa1d5f98 08/25/2005 09:10 PM Scott Ullrich
  • Convert another ATH|WI hardcode into $g['wireless_regex']
8a3c130b 07/25/2005 04:40 PM Scott Ullrich

Do not show bogus records

Ticket #253

63637de9 07/04/2005 07:52 PM Bill Marquette

Code cleanup

74f446e8 07/03/2005 04:55 PM Bill Marquette

Use $pgtitle
small code cleanups

4df96eff 07/02/2005 04:38 AM Scott Ullrich

include head.inc and round corners on tabs

b46bfcf5 03/27/2005 10:31 PM Bill Marquette

Add $Id$ tag

d0440f75 03/20/2005 10:32 PM Scott Ullrich

Import m0n0wall's 1.2b7 latest wireless changes.

5b237745 11/07/2004 03:06 AM Scott Ullrich

Initial revision