Activate new shortcuts/status in the rest of the areas that are currently setup.
Cleanup html, make tables sortable, implements #2040
Protect against XSS by someone broadcasting an HTML SSID... (better to be safe...)
This doesn't really need a printf either, come to think of it.
This probably shouldn't be a printf anyhow
This should be sprintf
Fix another gettext() call.
Fix gettext() call
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
add explanation of flags and capabilities from m0n0wall. cvstrac 1564
Add hidden "if" field to status_wireless.php.
Move the get_real_interface call above this condition and fix the ID of the rescan button.
add info message
background the scan
add a Rescan button. ticket #793
Conflicts: usr/local/www/installer.php
Actually find the first wireless interface like the code says it is supposed to do, rather than finding the last.
Corrections gettext implementation on status_wireless.php
Implement gettext() calls on status_wireless.php
Fix wireless status page to look at the right wireless interface name.Ticket #649
Do not stamp on the variable that has the bssid Ticket #649
page is Status not Diag
Fix check on which table to assign.
Ticket #346. Use the correct 'real' interface for collecting wireless information.
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.
Fix wireless stations list
Fix the status wireless page for 2.0 using the correct _wlan0 interfacename.Also bring over a fix for ssid values with spaces, there is a differentfix in 1.2. This one splits on Mac address if they ever decide to listlonger mac addresses instead of truncating to 16 characters. The IEEE...
Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on
Rewrite the pfsense privilege system with the following goals in mind ...
1) Redefine page privileges to not use static urls2) Accurate generation of privilege definitions from source3) Merging the user and group privileges into a single set4) Allow any privilege to be added to users or groups w/ inheritance...
Do not corrupt output when a space is in the SSID name.
Ticket #1531
remove annoying and potentially problematic forced page refresh.
Ticket #1545
Switch over to array style page titles. Obtained-from: m0n0wall
Oops, do not list stations twice.
Show both associated stations and nearby AP's regardless of operating mode.
Fix formatting errors introduced by last commit.
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.
Somehow requiring config.inc before guiconfig.inc was redirecting back tologin page. config.inc get's pulled in through functions.inc include inguiconfig.inc, no need for it here.
Reported-by: smos@
Wireless Status page gets mode.Ticket #957
MFCs/PHP_SELF/SCRIPT_NAME/ - PHP_SELF == "" for some reason with lighty
Show more than one wireless interface
Ticket #788
Remove #!/usr/local/bin/php
MFC 89053Loop over all wireless interfaces.
Add HOSTAP list
Ticket #763
MFC 6960Cleanup hardcoded meta refreshes
MFC 6958Move <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
MFC 6910 6911Beginning of new wireless status tool. So far it shows ifconfig list sta and includes all wireless interfaces defined as top tabs.
Disable wireless status
Do not show bogus records
Ticket #253
Code cleanup
Use $pgtitlesmall code cleanups
include head.inc and round corners on tabs
Add $Id$ tag
Import m0n0wall's 1.2b7 latest wireless changes.
Initial revision