Ticket #682. Use pfSense modules function to collect interface stats.
Adjust netstat output here too
Fix ifstats.php - it also uses netstat output which has changed
Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on
guiconfig.inc is important, it includes authentication!
Fix the Traffic Graph for Firefox case, which caches agressively and makes the XMLHttpRequest calls return the same result and the output is just a red line at the end of the graph since the difference between the old and new traffic is always 0.
Fix the Status->Traffic Graph graphic.
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...
Show the ipsec interface
Revert old code
Work with PPPoE as well
Reverse order
Swap values, they are reversed.
s/outpkts/outbytes/
Use (double)
Port ifstats.c over to php.
Ticket #784