Fix lineup of copyright lines
and module names and other bits of formatting and typos in headercomment sections.
Welcome 2015
Change copyright statement to reflect reality
rename interfaces_carp_setup to interfaces_sync_setup and call it during bootup since it does not only relate to carp interfaces.
Make sure single quotes are encoded and avoid javascript injection
Fix indent and whitespaces
Tidy up "exec.php" XHTM
Add "closehead" PHP variableAdd CDATA sections to SCRIPTS and STYLESAdd TYPE to STYLESAdd hard space to closing PRE tag, otherwise if the PRE tag is empty itwill errorAdd SUMMARY to TABLEClose INPUT tagsMove closing FORM tag into DIV tag
replaced uppercase html tags with lowercasejs files saved as UTF-8 / LFlanguage="JavaScript" deprecated, replaced with type="text/javascript"
Rmoeve register_long_arrays from php.ini and from php code the use of HTTP_*_VARS as its deprecated and luckily low use in pfSense to win memory and compativility
Value in attributes should be lower case
Value in the "method" attribute should be lower case
Change ereg() to preg_match() function
Allow autocomplete on packet capture and exec, since it's convenient to have a history there and there are no password fields.
Redirect stderr to stdout on exec.php so errors are visible.
Bring in XSS id fixes from m0n0wall
Implement gettext() calls on exec.php
Fix IE downloading with HTTPS
Commit fix present in Ticket #244.
s/interfaces_carp_configure/interfaces_carp_setup/
Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on
Only mount rw on $_POST
Back cols back by 10
Increase textarea size a bit more.
Increase size of textarea so that debugging is much easier whenpasting large blobs of code.
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...
guiconfig.inc needs to come first.
Noticed-by: fernando.a.quintero@gmail.com
Eliminate interfaces_carp_bring_up_final()
Switch over to array style page titles. Obtained-from: m0n0wall
Fixing css layout
Unbreak exec.php
Fix cache bug in IE.
Found in http://forum.m0n0.ch/index.php/topic,11.0.html
MFC Seths most excellent RRD graphing items
Remove #!/usr/local/bin/php
Move value into the textarea tag
Make left td consistent
require head.inc
Removed GUI.css refrence from the file
use pgtitle for standardizationmake exec.php look like a "normal" page
hard code script name
Be a nice script for ro environments by mounting the flash rw and then ro before and after the save.
Add $Id$ tag
m0n0wall -> pfSense
Initial revision