Code style usr-local-www back-end
files that do stuff in mostly in the background.
Remove pre-check and post-check from Cache-Control
If both `post-check` and `pre-check` are specified and set to `0`, bothare entirely ignored:
http://blogs.msdn.com/b/ieinternals/archive/2009/07/20/using-post_2d00_check-and-pre_2d00_check-cache-directives.aspx
Combine Cache-Control header in one line
Sorted by RFC 2616:
Section 14.9.1 `no-cache`Section 14.9.2 `no-store`Section 14.9.4 `must-revalidate`
Combined into one line with IE's `pre-check` and `post-check`. However,when both set to `0`, both are entirely ignored:...
Fix lineup of copyright lines
and module names and other bits of formatting and typos in headercomment sections.
Welcome 2015
modify copyright statement to reflect reality
get back to our standard RFC-defined capitalization of IPsec
standardize on www.pfsense.org and HTTPS, point package URLs topackages.pfsense.org
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