Add necessary include. Reported-by: http://forum.pfsense.org/index.php/topic,19193.0.html
Using /tmp for packet captures is a bad idea, mmmkay?
Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on
Add missing Location:
Redirect back to cp page after disconnection of user
Lock around read call
Rename variables names to item_menu. ie: system -> system_menu
Add more comments. Reformat
flush out buffers so the loading prompt appears snappy
Sort ARP table. Sort items with hostnames first then list items without hostnames afterwards.
Sort items
Sort aliases
Allow clicking on a column header to sort the table
Merge branch 'master' of git://rcs.pfsense.org/pfsense/stompro1-minorfixes
Sort by item name and include packages in the sorting order
Sort by name
Nuke debugging helper
Add msort() which will sort lower and uppercase items teogether (packages for example). Sort packages by lower/upper. IE: arping, arpwatch, Backup
Added checks to wol command execution to make it more obvious when the script fails.
If the wol command returns with anything other than 0, alert the user that the commandfailed, and that they should look at the system log to find out why the command failed....
Fixes error that comes up when wake all is used.
This error was coming up when wake all was used from the services WOL page."Fatal error: Function name must be a string in /usr/local/www/services_wol.php on line 53"
Clarify what the drop down is for
Add space in between save and end of table data
Add missing vncell
Use ['name'] instead of ['tmp_name']
Resolves issue #70.
Fixed a few typos, expanded HCBI description, Expanded other descriptions.
Expanded on the description of the wizard so it is clearer about the situation it is to be used for.Added the LAN acronym to the number of interfaces question, so it would be clearer.
Use stristr just in case of case sensitive nanobsd name
Move nano check to top of function
Check globals variable
Check for nanobsd in the filename for nanobsd upgrades since it is not a tar gzipped file similar to the full upgrades.
Add a line on sys info widget for NanoBSD boot slice if the platform is nanobsd
Add <ipv6nat/> to <diag>. Resolves #28
Use unlink()
Reformat file
Remove extra listtopic
Restore correct variable
Add listtopics for VoIP screen cleaning it up
Humans are not mathematicians by default so telling them interface 0 does not compute. Use +1
We know these interfaces are WAN, rename interface to WAN
Break each interface up into their own listoptics
Change variables to match the form
Change 'Interface of this connection' to 'Select interface #X that you would like to shape'
Change numberconnections to Enter number of XXX type connections
game was canceled... no longer available...
Use == false for better readability with file_is_for_platform() function
Correct typo for filename
Add function that extracts etc/platform from an upgrade file and compares to the file on disk. This replaces the dumb filename platform check.
Grammar fixes, patch from Josh Stompro
Pretty sure ruleid should be a hidden field.
We no longer have a carpdev patch. Comment out the radio button
Resolve elsif error
Summons the capitalization police
Correct hint
Add seperator
Correct pconfig variables
Require notices.inc
Adding SMTP support. Ticket #59
Fix typo
Fix error for server #1
Allow up to 3 remote syslog servers. Resolves #11
Add alias completion support to wizard. Resolves #25
Catch up to reality -- there are now 10 fields
Merge branch 'master' of git://rcs.pfsense.org/pfsense/nigel-ca-chain into review/master
Conflicts: etc/inc/certs.inc etc/inc/upgrade_config.inc
Merge branch 'master' of git://rcs.pfsense.org/pfsense/automatically-managing-firewall-rules-with-nat-rules into review/master
Upgrade m0n0wall icmp types, ipsec to enc0 and reduce rule descriptions to 63 characters if required. Resolves #28
Set default gateway correctly by checking for yes or on
Oops, add ?>
Only show one notice and unbreak the apply button
Change the verson to 1.0 before running the configuration upgrade code in order to migrate items such as the default gateway and such
Convert configuration before redirecting to assign interfaces page.
Clear a bit the apply message and name the apply button 'Reboot firewall' to make clear what it does.
Move functions to pfsense-utils.inc since they can be called from either console or gui side
Move download_file_with_progress bar back to shared are where it belongs. These functions can be called from both console and the webConfigurator. Unbreaks pkg operations on bootup such as resinstall broken packages
Set the penalty box color to red Resolves #25 on 2.0.
Kick off package reinstall after restoring configuration. Resolves #15
Resurvey slice info after changes. Resolves #52
Make sortable
use tabcont class
Turn common tabular data areas into sortable items. Revert the sortable.js change that used tabcont and change back to sortable
Move back to using sortable as class name
Remove stray ;
Unbreak. Pointy-hat-to: Ermal!
Include functions.inc which will then include ipsec.inc
Unbreak ipsec!
Unbreak ipsec. ipsec.inc is needed to set the various drop down box values such as 'IP Address, Encryption Algo, etc.. Someone needs a big pointy hat.
Fix wrong code!This is wrong since it is not that simple to rename an alias in an alias and correct code for this was already present before.
Use global variable which defines the tmp_path and remove hardcoded ones.
Update link to traffic shaper config because HTTP/500 errors are bad mmmkay?
Hide Additional BOOTP/DHCP Options behind an advanced button like other items
Change size of columns to 10 and 55 for the number option rowhelper
Misc comments
Use intval()