Corrections gettext implementation on status_interfaces.php
Corrections gettext calls on status_interfaces.php
Add missing semicolon.
Modify pfsense-utils and status_interfaces.php so Uptime is shown for all PPPx type links.
Make display of interface name and uptime work again on status_interfaces.php
Changes to make PPP work again. mpd5 fails to establish a ppp link withoutsome username and password, so defaults are set if user enters nothing.Removed interface_ppp_configure call from interfaces_ppp_edit.php. It wasuseless there with the new structure, and it caused all PPP links to attempt...
I have PPP with mpd5 working really well now, including setting the APN and APNNumber, and the SIM PIN and wait time for the SIM to settle after the PIN isentered.
Still no work on multilink PPP with serial port links.
Right now the code creates the mpd.secret file. I tested it using the set auth...
Nuke
These patches give you a display of the uptime of the active PPP linkon the "Status-> Interfaces" page, and also logging on /conf (tosurvive reboot) of uptimes of each session after it is closed. Inaddition, the status_interfaces.php page displays the cumulative...
Latest PPP changes from 'BG'. Reformat this royal mess of formatting while I am here.
Adding patch from "G B":
First, I update the get_real_interface function so that it returns just the serial port for the ppp device (instead of ppp_<serial_port>) when the ppp link is not up. This makes the function more useful because now you can call the "interface_ppp_configure" function and pass in the the result of "get_real_interface($wan)" for example....
Show the RSSI, BSSID and the wireless connection rate
Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on
Correctly show actions such as Connect/Disconnect on Status Interfaces page.
Use correct new vars for counters
Nuke wrapping notice
Refactor some code so frontend does not need to know about details that might changeduring development.
Catch up with function renaming.
Turn off interrupts/second until we can upgrade the parsing code to usea regex and stop showing bogus information such as:
Interrupts/Second: hifn0 total 41258 rate
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...
NOTE: this is the other half of changes
Continue interface improvements
Display proper gateway on status page.
remove annoying and potentially problematic forced page refresh.
Ticket #1545
Switch over to array style page titles. Obtained-from: m0n0wall
Move interface info function for global use
If we cannot deterimine interrupts a second for an interface, do not recycle last known values.
Only show interrupts a second if we can obtain the information for that interface
deal with uhci edge case
If vmstat is present then display interrupt total and rate. Recent snapshots already contain vmstat.
Kill debugging text
Backout last commit, we need some better parsing goo
Correctly match the interface to the state
Add bridge status
Report gateway for an interface for optional interfaces if needed
Include the real interface name in status out in ()
MFCs/PHP_SELF/SCRIPT_NAME/ - PHP_SELF == "" for some reason with lighty
Add support for wireless status (media)
Ticket #863
Correct warnings and errors found eclipse
MFC 6956close html tag (use span also)
Move In/out counters message to end. <p> in between
merge of 4a2307663574844423b70c8193ffcfae2153e83f and 6749b0913f26fcda7e1809e160df59f3e7fc7157
-------------------(#545) Allow optional interfaces to be "released" and "renewed"
-------------------We can now take down the right interfacestill working on bringing it back online correctly
Fix spurious < in a <br>
Add note that i/o byte counters will wrap at 32 bit (4GB)
Add missing Id
More fixes from databeestje
Use $ifdescr
Fixup Renew/Release
Minor comment
Add code from databeestje to finish off Renew/Release
Allow multi interface Renew/Release
Change to <meta http-equiv="refresh" content="120;url=">
Suggested-by: databeestje
Correct status_interfaces.php location for meta refresh.
Yet-another-bug-found-by: databeestje
Refresh page every 2 minutes. Handy for debugging ethernet errors which I am doing just this second.
Use resolv.conf
Only show nameservers, strip "nameserver "
Code cleanup
Use $pgtitlesmall code cleanups
include head.inc and round corners on tabs
Do not check if status
is_service_running() -> is_process_running()
is_service_running returns true, use it.
dhclient no longer sets /var/run/dhclient.pid for some reason so use is_service_running()
only need one form tag - add an action to the remaining tag
Add back html header for pfSense
Import m0n0walls interfaces status screen which features expanded wirelessinformation.
Add $Id$ tag
Initial revision